Home | History | Annotate | Download | only in marlin
      1 # Android fstab file.
      2 # The filesystem that contains the filesystem e2fsck binary (typically /system) cannot
      3 # specify 'check', and must come before any filesystems that do specify 'check'
      4 
      5 # NOTE: /vendor partition is now early-mounted and the fstab entry is specified in device tree:
      6 #       /proc/device-tree/firmware/android/fstab/vendor
      7 
      8 #<src>                                                  <mnt_point>         <type>  <mnt_flags and options>     <fs_mgr_flags>
      9 /dev/block/platform/soc/624000.ufshc/by-name/system     /                   ext4    ro,barrier=1                wait,slotselect,verify
     10 /dev/block/platform/soc/624000.ufshc/by-name/modem      /firmware/radio     vfat    ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0   wait,slotselect
     11 /dev/block/platform/soc/624000.ufshc/by-name/userdata   /data               ext4    noatime,nosuid,nodev,barrier=1,noauto_da_alloc  latemount,wait,check,formattable,fileencryption=ice,quota
     12 /dev/block/zram0                                        none                swap    defaults                    zramsize=536870912,max_comp_streams=4
     13 /dev/block/platform/soc/624000.ufshc/by-name/misc       /misc               emmc    defaults                    defaults
     14 /devices/*/xhci-hcd.0.auto/usb*                         auto                vfat    defaults                    voldmanaged=usb:auto
     15