blob: 9634d9c5f11d8cdc6ef7d993e5c429b95ec2c548 [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +05301# Android fstab file.
2#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
3# The filesystem that contains the filesystem checker binary (typically /system) cannot
4# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
Yongqin Liubed13212020-04-21 17:57:54 +08005/dev/block/platform/soc@0/1d84000.ufshc/by-name/userdata /data ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1,inlinecrypt wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+inlinecrypt_optimized
Amit Pundir4e375822019-04-18 16:46:10 +05306/dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard wait,formattable
Amit Pundire2dd69c2020-07-07 20:18:56 +05307/devices/platform/soc@0/8804000.sdhci/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto
John Stultz70f37c62020-10-06 05:03:00 +00008/dev/block/platform/soc@0/1d84000.ufshc/by-name/cache /cache ext4 nodev,noatime,nosuid,errors=panic wait