blob: 6e184c5dbedb0bc5b05d0e775bfa00f46e2ffa22 [file] [log] [blame]
John Stultz4c55fd42016-01-20 17:21:27 -08001# 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
Dmitry Shmidt6a6be172018-01-19 12:52:44 -08006/dev/block/platform/f723d000.dwmmc0/by-name/system /system ext4 ro wait
7/dev/block/platform/f723d000.dwmmc0/by-name/system /system squashfs ro wait
Dmitry Shmidte04aca32018-04-10 11:10:33 -07008/dev/block/platform/f723d000.dwmmc0/by-name/vendor /vendor ext4 ro wait
Yongqin Liud7f6db82018-03-30 11:30:34 +08009/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
Dmitry Shmidt8d8b39f2018-01-22 13:31:53 -080010/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota
Yongqin Liud7f6db82018-03-30 11:30:34 +080011/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait,formattable
John Stultz4c55fd42016-01-20 17:21:27 -080012/devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
13/devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata