Next CLs in this stack will make changes to persist/efs mount process This CL will first move relevant code to a separate file for easier review. To support booting under 16K page size, we need to copy files on persist partition(F2FS, which does not support 16K page size) to data partition(which will would be EXT4 for dev option enabled devices). Bug: 319335586 Change-Id: I2750eb8b53431037cecc972448799409345f5ca3
6 lines
No EOL
636 B
Text
6 lines
No EOL
636 B
Text
# Android fstab file.
|
|
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
# Create the specific fstab file for efs partitions for flexibility
|
|
/dev/block/platform/13200000.ufs/by-name/efs /mnt/vendor/efs f2fs noatime,sync wait,check,formattable
|
|
/dev/block/platform/13200000.ufs/by-name/efs_backup /mnt/vendor/efs_backup f2fs noatime,sync wait,check,formattable
|
|
/dev/block/platform/13200000.ufs/by-name/modem_userdata /mnt/vendor/modem_userdata f2fs noatime,sync wait,check,formattable |