summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
Diffstat (limited to 'vold.fstab')
-rw-r--r--vold.fstab16
1 files changed, 16 insertions, 0 deletions
diff --git a/vold.fstab b/vold.fstab
new file mode 100644
index 0000000..6e5ca1c
--- /dev/null
+++ b/vold.fstab
@@ -0,0 +1,16 @@
+## Vold 2.0 GTA04 fstab
+## - Paul Kocialkowski (contact@paulk.fr)
+##
+
+#######################
+## Regular device mount
+##
+## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
+## label - Label for the volume
+## mount_point - Where the volume will be mounted
+## part - Partition # (1 based), or 'auto' for first usable partition.
+## <sysfs_path> - List of sysfs paths to source devices
+######################
+
+dev_mount sdcard /mnt/sdcard auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc0
+