diff options
Diffstat (limited to 'rootdir/fstab.charger')
| -rw-r--r-- | rootdir/fstab.charger | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/fstab.charger b/rootdir/fstab.charger new file mode 100644 index 0000000..c73e389 --- /dev/null +++ b/rootdir/fstab.charger @@ -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/mtk-msdc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,resize,encryptable=footer + +#please add cip or persist on project fstab +#/dev/block/platform/mtk-msdc.0/by-name/persist /persist ext4 noatime,nosuid,nodev,noauto_da_alloc,commit=1,nodelalloc wait,check,autoformat +#/dev/block/platform/mtk-msdc.0/by-name/custom /custom ext4 ro wait |
