diff options
author | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-11 10:50:53 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-11 10:53:27 +0100 |
commit | 66c680028251610d5864028099180a9b6bad80dc (patch) | |
tree | 6929aec5029885fb5b306d383dc8d94878b4d8cb /fstab.smdk4x12 | |
download | device_samsung_n7100-66c680028251610d5864028099180a9b6bad80dc.zip device_samsung_n7100-66c680028251610d5864028099180a9b6bad80dc.tar.gz device_samsung_n7100-66c680028251610d5864028099180a9b6bad80dc.tar.bz2 |
initial commit
based on nebkat's device tree
Diffstat (limited to 'fstab.smdk4x12')
-rw-r--r-- | fstab.smdk4x12 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fstab.smdk4x12 b/fstab.smdk4x12 new file mode 100644 index 0000000..1ae26f1 --- /dev/null +++ b/fstab.smdk4x12 @@ -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 +# 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 |