Skip to content

Commit

Permalink
r5x: Use logdump partition as metadata
Browse files Browse the repository at this point in the history
Signed-off-by: takumi021 <omrameshpatel@gmail.com>
  • Loading branch information
me-cafebabe authored and eun0115 committed Jun 27, 2023
1 parent 86ca39a commit f3fa891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recovery/root/system/etc/recovery.fstab
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,noatime,nodev,barrier=1,noauto_da_alloc,discard,lazytime,errors=panic latemount,wait,check,fileencryption=ice,resize,quota,reservedsize=128M
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr,data_flush,fsync_mode=nobarrier latemount,wait,check,fileencryption=ice,quota

/dev/block/bootdevice/by-name/logdump /metadata ext4 nosuid,nodev,noatime,discard wait,check,formattable
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults

system /system ext4 rw,barrier=1,discard wait,logical
Expand Down
1 change: 1 addition & 0 deletions recovery/root/system/etc/twrp.flags
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/vendor_image emmc /dev/block/bootdevice/by-name/vendor flags=display="Vendor_image";backup=1;flashimg=1
/system_root ext4 /dev/block/bootdevice/by-name/system flags=display="System";backup=0;wipeingui
/vendor ext4 /dev/block/bootdevice/by-name/vendor flags=display="Vendor";backup=0;wipeingui
/metadata ext4 /dev/block/bootdevice/by-name/logdump flags=display="Metadata";fsflags="discard"

/data ext4 /dev/block/bootdevice/by-name/userdata flags=fileencryption=ice:aes-256-cts
/storage ext4 /data/media/0 flags=display="Internal Storage";usermrf;backup=1;fsflags="bind";removable
Expand Down

0 comments on commit f3fa891

Please sign in to comment.