mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 17:59:24 +02:00
whyred: Align f2fs userdata flags with ext4
Change-Id: I530d0a0bfd583d215513055b0fbcff2d313243c9
This commit is contained in:
parent
5f48d3ae86
commit
a17f150391
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Non-A/B fstab.qcom variant
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,background_gc=off,fsync_mode=nobarrier wait,quota,fileencryption=ice
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,background_gc=off,fsync_mode=nobarrier wait,check,fileencryption=ice,quota
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,noatime,lazytime,errors=panic wait,check,fileencryption=ice,quota
|
||||
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
|
||||
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue