summaryrefslogtreecommitdiff
path: root/fstab
blob: 0716b9445e5de821fcd6ce0fdc6546dd4df1ff34 (plain)
1
2
3
4
5
6
7
# Android fstab file.
#<src>                  <mnt_point>         <type>    <mnt_flags and options>                              <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
LABEL=system            /system             ext4      ro                                                    wait
LABEL=cache             /cache              ext4      noatime,nosuid,nodev,errors=panic    wait
LABEL=data              /data               ext4      noatime,nosuid,nodev,errors=panic    wait