summaryrefslogtreecommitdiffstats
path: root/fstab.tuna
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2012-03-01 18:07:35 -0800
committerKen Sumrall <ksumrall@android.com>2012-05-01 13:15:20 -0700
commit98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43 (patch)
tree32c15946504eeaa19bd73efc43954a05c741d7d0 /fstab.tuna
parent4e7a573f67441f9e19098d092a728f8f3784fa57 (diff)
downloaddevice_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.zip
device_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.tar.gz
device_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.tar.bz2
Use the filesystem mounter to mount and check filesystems
fs_mgr reads /fstab.<device> to determine what to mount and what to check, and removes the details from the init.<device>.rc file. Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f
Diffstat (limited to 'fstab.tuna')
-rw-r--r--fstab.tuna11
1 files changed, 11 insertions, 0 deletions
diff --git a/fstab.tuna b/fstab.tuna
new file mode 100644
index 0000000..d9b7503
--- /dev/null
+++ b/fstab.tuna
@@ -0,0 +1,11 @@
+# Android fstab file.
+#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
+# The filesystem that contains the filesystem checker binary (typically /system) cannot
+# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
+
+
+/dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ext4 ro wait
+/dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory ext4 ro wait
+/dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
+/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
+