summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
Diffstat (limited to 'vold.fstab')
-rw-r--r--vold.fstab19
1 files changed, 19 insertions, 0 deletions
diff --git a/vold.fstab b/vold.fstab
new file mode 100644
index 0000000..b1a2880
--- /dev/null
+++ b/vold.fstab
@@ -0,0 +1,19 @@
+## Vold 2.0 Generic fstab
+## - San Mehat (san@android.com)
+##
+
+#######################
+## 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
+######################
+
+# internal sdcard
+dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
+
+# external sdcard
+dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file