Home | History | Annotate | Download | only in marlin
      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>
      9 /dev/block/bootdevice/by-name/system    /system           ext4    ro,barrier=1,discard                                wait,verify
     10