summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
authorkyoungheon <kyoungheon@samsung.com>2010-08-18 15:07:38 -0700
committerkyoungheon <kyoungheon@samsung.com>2010-08-18 15:07:38 -0700
commitc46b48b83111bb9ca7601ea13b08fae063775b4b (patch)
treef3fbf580482e7dbf9e5a0b5e3e5de5b04adc9784 /vold.fstab
parent0600d5a2e2912b4174f0ebf27f0c19ef6b2412a7 (diff)
downloaddevice_samsung_crespo-c46b48b83111bb9ca7601ea13b08fae063775b4b.zip
device_samsung_crespo-c46b48b83111bb9ca7601ea13b08fae063775b4b.tar.gz
device_samsung_crespo-c46b48b83111bb9ca7601ea13b08fae063775b4b.tar.bz2
Initial import of crespo device specific files for platform build
Change-Id: I839734650a3f82a8fc735a91c9add6e1881d567f
Diffstat (limited to 'vold.fstab')
-rw-r--r--vold.fstab24
1 files changed, 24 insertions, 0 deletions
diff --git a/vold.fstab b/vold.fstab
new file mode 100644
index 0000000..8bf3cd9
--- /dev/null
+++ b/vold.fstab
@@ -0,0 +1,24 @@
+## 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
+######################
+
+## Example of a standard sdcard mount for the emulator / Dream
+# Mounts the first usable partition of the specified device
+dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
+
+## Example of a dual card setup
+# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
+# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
+
+## Example of specifying a specific partition for mounts
+# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1