diff options
Diffstat (limited to 'fstab.qcom')
-rw-r--r-- | fstab.qcom | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fstab.qcom b/fstab.qcom new file mode 100644 index 0000000..11c9644 --- /dev/null +++ b/fstab.qcom @@ -0,0 +1,13 @@ +# Android fstab file. +# 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 + +#TODO: Add 'check' as fs_mgr_flags with data partition. +# Currently we dont have e2fsck compiled. So fs check would failed. + +#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> +/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait +/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,encryptable=footer +/devices/soc/c0a4900.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer +/dev/block/zram0 none swap defaults zramsize=536870912 +/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults |