From 98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Thu, 1 Mar 2012 18:07:35 -0800 Subject: Use the filesystem mounter to mount and check filesystems fs_mgr reads /fstab. to determine what to mount and what to check, and removes the details from the init..rc file. Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f --- fstab.tuna | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fstab.tuna (limited to 'fstab.tuna') 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. +# +# 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 + -- cgit v1.1