aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc/fstab.qcom
blob: b52d9541a8be0bca9878949280de2db33b397ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Android fstab file.
# 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
#<src>                                             <mnt_point>  <type>  <mnt_flags and options>                         <fs_mgr_flags>
/dev/block/bootdevice/by-name/boot                 /boot        emmc    defaults                                        recoveryonly
/dev/block/bootdevice/by-name/FOTAKernel           /recovery    emmc    defaults                                        recoveryonly
/dev/block/bootdevice/by-name/system               /system      ext4    ro,barrier=1                                    wait,recoveryonly
/dev/block/bootdevice/by-name/cache                /cache       f2fs    noatime,nosuid,nodev,rw,inline_xattr            wait,check
/dev/block/bootdevice/by-name/cache                /cache       ext4    noatime,nosuid,nodev,barrier=1,noauto_da_alloc  wait,check
/dev/block/bootdevice/by-name/userdata             /data        f2fs    noatime,nosuid,nodev,rw,inline_xattr            wait,check,formattable,encryptable=footer,length=-16384
/dev/block/bootdevice/by-name/userdata             /data        ext4    noatime,nosuid,nodev,barrier=1,noauto_da_alloc  wait,check,encryptable=footer,length=-16384
/dev/block/bootdevice/by-name/apps_log             /misc        emmc    defaults                                        defaults
/devices/msm_sdcc.2/mmc_host*                      auto         auto    defaults                                        voldmanaged=sdcard1:auto,encryptable=userdata
/devices/platform/xhci-hcd/usb*                    auto         auto    nosuid,nodev                                    voldmanaged=usb:auto
/dev/block/zram0                                   none         swap    defaults                                        zramsize=50%,max_comp_streams=4,notrim