This is to avoid unnecessary ext4 behavior Bug: 289631992 Test: boot to home Change-Id: I44f9632cc7b848d6fe673232be014cef71355018 Signed-off-by: Randall Huang <huangrandall@google.com>
7 lines
797 B
Text
7 lines
797 B
Text
# Android fstab file.
|
|
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
# Create the specific fstab file for modem partition as flexibility
|
|
/dev/block/platform/14700000.ufs/by-name/efs /mnt/vendor/efs f2fs noatime,sync wait,check,formattable
|
|
/dev/block/platform/14700000.ufs/by-name/efs_backup /mnt/vendor/efs_backup f2fs noatime,sync wait,check,formattable
|
|
/dev/block/platform/14700000.ufs/by-name/modem_userdata /mnt/vendor/modem_userdata f2fs noatime,sync wait,check,formattable
|
|
/dev/block/platform/14700000.ufs/by-name/modem /mnt/vendor/modem_img ext4 noatime,ro,context=u:object_r:modem_img_file:s0 wait,slotselect
|