summaryrefslogtreecommitdiffstats
path: root/rootdir/fstab.espresso
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-02-15 18:06:27 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-02-15 18:06:27 +0000
commit3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f (patch)
treec899fcae89b3a2571fe1e2d73bd0cdb36ef0449b /rootdir/fstab.espresso
parentb0a589acf2f6210272a4b9da307e2a5464381897 (diff)
downloaddevice_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.zip
device_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.tar.gz
device_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.tar.bz2
p31xx: use omap4-common, samsung jb update
Change-Id: I153312b25d1295e28c256398b1c1e71f9590f87a
Diffstat (limited to 'rootdir/fstab.espresso')
-rw-r--r--rootdir/fstab.espresso10
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/fstab.espresso b/rootdir/fstab.espresso
new file mode 100644
index 0000000..47a3ffc
--- /dev/null
+++ b/rootdir/fstab.espresso
@@ -0,0 +1,10 @@
+# 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.1/by-name/FACTORYFS /system ext4 ro,barrier=1 wait
+/dev/block/platform/omap/omap_hsmmc.1/by-name/EFS /efs ext4 nosuid,nodev,barrier=1 wait,check
+/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data ext4 noatime,nosuid,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check,encryptable=footer
+/dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache ext4 noatime,nosuid,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check \ No newline at end of file