diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-15 15:50:05 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-15 15:56:26 +0000 |
commit | 98cecf504a77728dcef60a2284870d020e27757d (patch) | |
tree | 902e2eb1b64734077ed1de77d594bdadb54c55b1 /rootdir/fstab.espresso10 | |
parent | 3f0fd1466854639c98e902ac6f5f5df8640e043a (diff) | |
download | device_samsung_p5100-98cecf504a77728dcef60a2284870d020e27757d.zip device_samsung_p5100-98cecf504a77728dcef60a2284870d020e27757d.tar.gz device_samsung_p5100-98cecf504a77728dcef60a2284870d020e27757d.tar.bz2 |
p51xx: use omap4-common, samsung jb update
Change-Id: I106d3a39f089a2d1ad3f0bfaf58df81d94fdd994
Diffstat (limited to 'rootdir/fstab.espresso10')
-rw-r--r-- | rootdir/fstab.espresso10 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/fstab.espresso10 b/rootdir/fstab.espresso10 new file mode 100644 index 0000000..a9e60d6 --- /dev/null +++ b/rootdir/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 |