summaryrefslogtreecommitdiff
path: root/fstab.common
blob: 5ae22205c521aa97c461cf089e0c7bf050d76a57 (plain)
1
2
3
4
5
6
7
8
9
10
# 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=cache        /cache              ext4      discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1    wait
LABEL=data         /data               ext4      discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1    wait
# Ext sdcard on db820c
/devices/platform/soc/74a4900.sdhci/mmc_host/mmc*    auto    auto    defaults    voldmanaged=sdcard1:auto,encryptable=userdata
# Ext sdcard on db410c
/devices/platform/soc/7864900.sdhci/mmc_host/mmc*    auto    auto    defaults    voldmanaged=sdcard1:auto,encryptable=userdata