The TARGET_RW_FILE_SYSTEM_TYPE will contain the rw filesystem to use. The rw filesystem for the devices can be f2fs or ext4. If TARGET_RW_FILE_SYSTEM_TYPE is not defined, the default fs will be f2fs. Bug: 356425337 Test: $ source build/envsetup.sh $ lunch [zumapro]-trunk_staging-userdebug $ m $ ./vendor/google/tools/flashall -w Flag: EXEMPT bugfix Change-Id: Ib087a06a98525ca449253dffce9df470a05432d3
5 lines
586 B
Text
5 lines
586 B
Text
# Android fstab file for /data and /metadata partitions.
|
|
#
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
/dev/block/platform/13200000.ufs/by-name/metadata /metadata ext4 noatime,nosuid,nodev,sync wait,check,formattable,first_stage_mount
|
|
/dev/block/platform/13200000.ufs/by-name/userdata /data ext4 noatime,nosuid,nodev latemount,wait,check,quota,formattable,sysfs_path=/dev/sys/block/bootdevice,reservedsize=128M,readahead_size_kb=128
|