Skip to content

Commit

Permalink
Ramdisk: erofs support
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindu644 committed Mar 31, 2024
1 parent d6cace0 commit 1dad0ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions binaries/AIK/ramdisk/fstab.exynos9820
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
/dev/block/platform/13d60000.ufs/by-name/product /product ext4 ro wait,first_stage_mount
/dev/block/platform/13d60000.ufs/by-name/vendor /vendor ext4 ro wait,first_stage_mount

#erofs
/dev/block/platform/13d60000.ufs/by-name/system /system erofs ro wait,first_stage_mount
/dev/block/platform/13d60000.ufs/by-name/product /product erofs ro wait,first_stage_mount
/dev/block/platform/13d60000.ufs/by-name/vendor /vendor erofs ro wait,first_stage_mount

/dev/block/platform/13d60000.ufs/by-name/cache /cache ext4 noatime,nosuid,nodev,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic wait,check
/dev/block/platform/13d60000.ufs/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic wait,check,quota,reservedsize=128M
/dev/block/platform/13d60000.ufs/by-name/efs /mnt/vendor/efs ext4 noatime,nosuid,nodev,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic wait,check
Expand Down

0 comments on commit 1dad0ad

Please sign in to comment.