Dmitry Shmidt | 5d08080 | 2017-04-11 14:20:03 -0700 | [diff] [blame] | 1 | # 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 |
| 5 | |
| 6 | #/dev/block/platform/soc/ff3b0000.ufs/by-name/system_a /system ext4 ro wait |
Dmitry Shmidt | 6a6be17 | 2018-01-19 12:52:44 -0800 | [diff] [blame] | 7 | #/dev/block/platform/soc/ff3b0000.ufs/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait |
Dmitry Shmidt | 6a6be17 | 2018-01-19 12:52:44 -0800 | [diff] [blame] | 8 | #/dev/block/platform/soc/ff3b0000.ufs/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait |
Gao Xiang | 4635e2d | 2018-12-24 18:55:11 +0800 | [diff] [blame] | 9 | /dev/block/by-name/userdata /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota |
John Stultz | e9bbc98 | 2020-10-08 07:03:39 +0000 | [diff] [blame] | 10 | /dev/block/by-name/userdata /data ext4 discard,noatime,nosuid,nodev,noauto_da_alloc,data=ordered,user_xattr,barrier=1,inlinecrypt wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+inlinecrypt_optimized,quota |
Dmitry Shmidt | 5d08080 | 2017-04-11 14:20:03 -0700 | [diff] [blame] | 11 | /devices/platform/soc/ff37f000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata |
John Stultz | a7e32aa | 2017-07-31 17:00:39 -0700 | [diff] [blame] | 12 | /devices/platform/soc/ff200000.hisi_usb/ff100000.dwc3/xhci-hcd.*.auto/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata |
Dmitry Shmidt | a13f816 | 2018-05-11 16:41:49 -0700 | [diff] [blame] | 13 | /devices/platform/soc/f4000000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/nvme/nvme* auto auto defaults voldmanaged=nvmedisk:auto,encryptable=userdata |
Yongqin Liu | 5607f3e | 2020-06-09 20:15:21 +0800 | [diff] [blame] | 14 | /dev/block/by-name/system /system ext4 ro,errors=panic wait,first_stage_mount |
| 15 | /dev/block/by-name/vendor /vendor ext4 ro,errors=panic wait,first_stage_mount |