summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
authorKolja Dummann <k.dummann@gmail.com>2011-05-26 23:13:57 +0200
committerKolja Dummann <k.dummann@gmail.com>2011-05-28 18:23:34 +0200
commit163c7a28554f63d61f26391f223adcbbe0cdb2e3 (patch)
tree6b9c361dbbe7a0c3f8ab43ba3362274e16115772 /vold.fstab
parent32f1062d6f60bf4a38c17413660ae1b4634d740c (diff)
downloaddevice_samsung_aries-common-163c7a28554f63d61f26391f223adcbbe0cdb2e3.zip
device_samsung_aries-common-163c7a28554f63d61f26391f223adcbbe0cdb2e3.tar.gz
device_samsung_aries-common-163c7a28554f63d61f26391f223adcbbe0cdb2e3.tar.bz2
overlay: code dedup, move overlay to aries-common
new update script for radio image fix tethering interface Change-Id: I19583cce1aac14cef01f5ba05b85fb1bfbedb507
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