diff options
| author | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-14 17:30:35 +0000 |
|---|---|---|
| committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-14 18:08:49 +0000 |
| commit | c67618507c80a689ae6f67daf5ddb8ca3fd234ee (patch) | |
| tree | af38b1b8f04fa19fb47d3d838581665009b11ff4 /rootdir/fstab.smdk4x12 | |
| download | device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.tar.gz device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.tar.bz2 device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.zip | |
initial commit
Diffstat (limited to 'rootdir/fstab.smdk4x12')
| -rw-r--r-- | rootdir/fstab.smdk4x12 | 11 |
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 |
