sdm660-common: rootdir: clean fstab time options
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
94b9dc6c67
commit
6f9fe01554
3 changed files with 11 additions and 11 deletions
|
@ -12,15 +12,15 @@
|
|||
# Non-A/B fstab.qcom variant
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/zram0 none swap defaults zramsize=50%
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nodev,noatime,nosuid,barrier=1,noauto_da_alloc,discard,lazytime wait,check,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nodev,noatime,nosuid,nodiratime,fsync_mode=nobarrier,background_gc=off wait,check,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nodev,nosuid,barrier=1,noauto_da_alloc,discard,lazytime wait,check,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nodev,nosuid,fsync_mode=nobarrier,lazytime,background_gc=off wait,check,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/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
|
||||
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait
|
||||
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nodev,nosuid,barrier=1 wait
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nodev,noatime,nosuid,barrier=1 wait
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nodev,noatime,nosuid,nodiratime,discard,fsync_mode=nobarrier,inline_xattr,inline_data,data_flush wait
|
||||
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 nodev,noatime,nosuid,barrier=1 wait,check
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nodev,lazytime,nosuid,barrier=1 wait
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nodev,lazytime,nosuid,discard,fsync_mode=nobarrier,inline_xattr,inline_data,data_flush wait
|
||||
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 nodev,lazytime,nosuid,barrier=1 wait,check
|
||||
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
|
||||
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly
|
||||
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/zram0 none swap defaults zramsize=50%
|
||||
/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,avb
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,discard,noauto_da_alloc,noatime,lazytime wait,check,formattable,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,nodiratime,fsync_mode=nobarrier,background_gc=off wait,check,formattable,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,discard,noauto_da_alloc,lazytime wait,check,formattable,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,fsync_mode=nobarrier,lazytime,background_gc=off wait,check,formattable,fileencryption=ice,quota,reservedsize=128M,fsverity
|
||||
/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
|
||||
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait
|
||||
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,noatime,lazytime wait
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,fsync_mode=nobarrier,discard,noatime,lazytime wait
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,lazytime wait
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,fsync_mode=nobarrier,discard,lazytime wait
|
||||
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 nosuid,nodev,barrier=1,noatime wait
|
||||
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly
|
||||
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/zram0 none swap defaults zramsize=50%
|
||||
/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nodev,noatime,nosuid,barrier=1,noauto_da_alloc,discard,lazytime wait,check,encryptable=footer,quota,formattable,length=-16384,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nodev,noatime,nosuid,inline_xattr,reserve_root=32768,resgid=1065,background_gc=on wait,check,encryptable=footer,quota,formattable,length=-16384,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nodev,nosuid,barrier=1,noauto_da_alloc,discard,lazytime wait,check,encryptable=footer,quota,formattable,length=-16384,fsverity
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nodev,nosuid,inline_xattr,reserve_root=32768,resgid=1065,lazytime,background_gc=on wait,check,encryptable=footer,quota,formattable,length=-16384,fsverity
|
||||
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
|
||||
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=0,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
|
||||
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect
|
||||
|
|
Loading…
Reference in a new issue