summaryrefslogtreecommitdiffstats
path: root/rootdir/fstab.smdk4x12
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-02-04 17:01:15 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-02-08 16:31:33 +0000
commit5c27960bc1122f9235f5395b8f7bcc5382389ea8 (patch)
tree6d0eb5a46364b4a8157022edc2379d88795e8ec8 /rootdir/fstab.smdk4x12
downloaddevice_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.zip
device_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.tar.gz
device_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.tar.bz2
initial commit
Diffstat (limited to 'rootdir/fstab.smdk4x12')
-rw-r--r--rootdir/fstab.smdk4x1211
1 files changed, 11 insertions, 0 deletions
diff --git a/rootdir/fstab.smdk4x12 b/rootdir/fstab.smdk4x12
new file mode 100644
index 0000000..d4c03f3
--- /dev/null
+++ b/rootdir/fstab.smdk4x12
@@ -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
+# data partition must be located at the bottom for supporting device encryption
+
+/dev/block/mmcblk0p13 /system ext4 ro wait
+/dev/block/mmcblk0p3 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
+/dev/block/mmcblk0p12 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
+/dev/block/mmcblk0p16 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer
+/dev/block/mmcblk0p11 /tombstones ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check