13 lines
1 KiB
Text
13 lines
1 KiB
Text
# 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
|
|
/emmc@android /system ext4 ro,commit=1,noauto_da_alloc wait
|
|
/emmc@usrdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check
|
|
/emmc@cache /cache ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check
|
|
/emmc@protect_f /protect_f ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check
|
|
/emmc@protect_s /protect_s ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check
|
|
/dev/misc /misc emmc defaults defaults
|
|
/devices/platform/mtk-msdc.1/mmc_host* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
|
|
/devices/platform/mt_usb* auto auto defaults voldmanaged=usb:auto
|
|
|