1# Android fstab file. 2# The filesystem that contains the filesystem checker binary (typically /system) cannot 3# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK 4 5#TODO: Add 'check' as fs_mgr_flags with data partition. 6# Currently we dont have e2fsck compiled. So fs check would failed. 7 8#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> 9system /system ext4 ro,barrier=1 wait,slotselect,avb=vbmeta,logical,first_stage_mount 10vendor /vendor ext4 ro,barrier=1 wait,slotselect,avb,logical,first_stage_mount 11product /product ext4 ro,barrier=1 wait,slotselect,avb,logical,first_stage_mount 12/dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard,sync wait,formattable,first_stage_mount 13/dev/block/bootdevice/by-name/userdata /data f2fs noatime,nosuid,nodev,discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier latemount,wait,check,fileencryption=ice,keydirectory=/metadata/vold/metadata_encryption,quota,formattable,sysfs_path=/sys/devices/platform/soc/7c4000.sdhci,reservedsize=128M,checkpoint=fs 14/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:vendor_firmware_file:s0 wait,slotselect 15# Need to have this entry in here even though the mount point itself is no longer needed. 16# The update_engine code looks for this entry in order to determine the boot device address 17# and fails if it does not find it. 18/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults 19/devices/platform/soc/a600000.ssusb/a600000.dwc3/xhci-hcd.*.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto 20/dev/block/zram0 none swap defaults zramsize=2147483648,max_comp_streams=8,zram_loopback_path=/data/unencrypted/zram_swap,zram_loopback_size=512M 21/dev/block/platform/soc/7c4000.sdhci/by-name/persist /mnt/vendor/persist ext4 nosuid,nodev,noatime,barrier=1 wait,first_stage_mount 22