1 # Android fstab file. 2 #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot 4 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK 5 6 #/dev/block/platform/soc/ff3b0000.ufs/by-name/system_a /system ext4 ro wait 7 /dev/block/sdd10 /system ext4 ro wait 8 #/dev/block/platform/soc/ff3b0000.ufs/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait 9 /dev/block/sdd5 /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait 10 #/dev/block/platform/soc/ff3b0000.ufs/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait 11 /dev/block/sdd13 /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait 12 /devices/platform/soc/ff37f000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata 13 /devices/platform/soc/ff200000.hisi_usb/ff100000.dwc3/xhci-hcd.1.auto/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata 14