summaryrefslogtreecommitdiffstats
path: root/fstab.smdk4x12
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 12:28:23 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 17:43:48 +0200
commit3ea6d06f101453369104477d2ac48cf2afa3a8f3 (patch)
treee6019a2ccc8dac9d95267ab44443b24b69ca1dd8 /fstab.smdk4x12
parentb25dd45ff25dfeed5d31dffc8ca27ccb3688381f (diff)
downloaddevice_samsung_i9300-3ea6d06f101453369104477d2ac48cf2afa3a8f3.zip
device_samsung_i9300-3ea6d06f101453369104477d2ac48cf2afa3a8f3.tar.gz
device_samsung_i9300-3ea6d06f101453369104477d2ac48cf2afa3a8f3.tar.bz2
jellybean cleanup
Change-Id: Ied0ef6d0c8c57cabeb359e5326444f52af3a2028
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
+