• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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#<src>                 <mnt_point>   <type>  <mnt_flags and options>       <fs_mgr_flags>
5/dev/block/vda        /system        ext4    ro,barrier=1                  wait,first_stage_mount
6/dev/block/vdb        /vendor        ext4    ro,barrier=1                  wait,first_stage_mount
7/dev/block/vdc        /data          ext4    noatime,nosuid,nodev,nomblk_io_submit,errors=panic   wait,check
8/dev/block/vdd        /metadata      ext4    noatime,nosuid,nodev,sync     wait,check,formattable,first_stage_mount
9/devices/*/block/vde  auto           auto    defaults                      voldmanaged=sdcard:auto,encryptable=userdata
10