2016-10-29 17:00:35 +00:00
|
|
|
# Android fstab file.
|
|
|
|
# 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
|
|
|
|
|
|
|
|
#TODO: Add 'check' as fs_mgr_flags with data partition.
|
|
|
|
# Currently we dont have e2fsck compiled. So fs check would failed.
|
|
|
|
|
|
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
2016-10-30 15:07:31 +00:00
|
|
|
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
|
|
|
|
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
|
2016-10-30 15:08:23 +00:00
|
|
|
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait
|
2016-10-29 17:00:35 +00:00
|
|
|
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,resize,check,forceencrypt=footer
|
|
|
|
/dev/block/bootdevice/by-name/cust /cust ext4 nosuid,nodev,barrier=1 wait,check
|
|
|
|
/devices/soc/7864900.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,noemulatedsd,encryptable=footer
|
|
|
|
/dev/block/bootdevice/by-name/config /frp emmc defaults defaults
|
|
|
|
/devices/soc/78db000.usb/msm_hsusb_host* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
|