forked from sjllls/device-sony-Griffin-twrp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrecovery.fstab
executable file
·13 lines (11 loc) · 1.42 KB
/
recovery.fstab
1
2
3
4
5
6
7
8
9
10
11
12
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,slotselect,avb
/dev/block/bootdevice/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard,sync wait,formattable,check,wrappedkey
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,discard,inlinecrypt latemount,wait,check,formattable,wrappedkey,fileencryption=ice:aes-256-cts,keydirectory=/metadata/vold/metadata_encryption,quota,reservedsize=128M,checkpoint=block
/dev/block/zram0 none swap defaults zramsize=1073741824,max_comp_streams=8