blob: ceab636d3003a42fea82167471136eaaf70e1601 [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001# 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/f723d000.dwmmc0/by-name/system /system ext4 ro wait
Dmitry Shmidt0f9fb2a2016-01-26 15:57:04 -08007/dev/block/platform/f723d000.dwmmc0/by-name/system /system squashfs ro wait
Vishal Bhoje72c9202015-10-23 18:10:21 +01008/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
9/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
John Stultz4468f7a2015-11-17 08:58:08 -080010/devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
11/devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata