12 lines
976 B
Plaintext
12 lines
976 B
Plaintext
|
# 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/mmcblk0p12 /preload ext4 ro,nosuid,nodev,noatime wait
|
||
|
/dev/block/mmcblk0p10 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check_spo,encryptable=/efs/metadata
|