a0c67d8fdb
preload is a useless partition and can be fotmatted as swap or other filesystem different from ext4. In this case 'mount_all' will fail, leaving data unmounted Change-Id: I37b81680f0e37590e6cd5142fa1950cd5ba90960
12 lines
986 B
Plaintext
Executable File
12 lines
986 B
Plaintext
Executable File
# Android fstab file.
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
# The filesystem that contains the filesystem checker binary (typically /system) cannot
|
|
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
|
# data partition must be located at the bottom for supporting device encryption
|
|
|
|
/dev/block/mmcblk0p9 /system ext4 ro,noatime wait
|
|
/dev/block/mmcblk0p7 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check_spo
|
|
/dev/block/mmcblk0p1 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check_spo
|
|
/dev/block/mmcblk0p10 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check_spo,encryptable=/efs/metadata
|
|
/dev/block/mmcblk0p12 /preload ext4 ro,nosuid,nodev,noatime wait
|