summaryrefslogtreecommitdiffstats
path: root/fstab.espresso10
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:07:39 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:07:39 +0100
commit0c670fd40244d784f688ff9c1b710aa26c40a92c (patch)
treee0ab336bf60ce1516938bb6fda8946c73a293001 /fstab.espresso10
parentd0e635421afead5c9448bbee6963d06a5aac3541 (diff)
downloaddevice_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.zip
device_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.tar.gz
device_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.tar.bz2
common: add fstab
Change-Id: I139271a713e33441d27ff5247a6bd37a83367e59
Diffstat (limited to 'fstab.espresso10')
-rw-r--r--fstab.espresso1010
1 files changed, 10 insertions, 0 deletions
diff --git a/fstab.espresso10 b/fstab.espresso10
new file mode 100644
index 0000000..a9e60d6
--- /dev/null
+++ b/fstab.espresso10
@@ -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