gts3l: fstab: Mount f2fs partitions if exists
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I82b5508fd4d118b925f90d3e0670de2cf27ff06d
This commit is contained in:
parent
81446e223f
commit
a3cf27cd47
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
|||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
|
||||
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,nodiratime,inline_xattr,data_flush wait,check,encryptable=footer,quota,formattable
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,barrier=1,noauto_da_alloc wait,check,encryptable=footer,quota,formattable
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,nodiratime,inline_xattr,flush_merge,data_flush wait,check,formattable
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check,formattable
|
||||
/dev/block/bootdevice/by-name/apnhlos /vendor/firmware_mnt vfat ro,shortname=lower,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
||||
/dev/block/bootdevice/by-name/modem /vendor/firmware-modem vfat ro,shortname=lower,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
||||
|
|
Loading…
Reference in a new issue