summaryrefslogtreecommitdiffstats
path: root/fstab.smdk4x12
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.smdk4x12')
-rw-r--r--fstab.smdk4x1213
1 files changed, 13 insertions, 0 deletions
diff --git a/fstab.smdk4x12 b/fstab.smdk4x12
new file mode 100644
index 0000000..713d550
--- /dev/null
+++ b/fstab.smdk4x12
@@ -0,0 +1,13 @@
+# 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/mmcblk0p3 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait
+/dev/block/mmcblk0p9 /system ext4 ro,noatime wait
+/dev/block/mmcblk0p8 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait
+
+# data partition must be located at the bottom for supporting device encryption
+/dev/block/mmcblk0p12 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer
+