forked from 96boards/android_device_linaro_hikey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fstab.hikey
10 lines (9 loc) · 1008 Bytes
/
fstab.hikey
1
2
3
4
5
6
7
8
9
10
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# 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
/dev/block/platform/f723d000.dwmmc0/by-name/system /system ext4 ro wait
/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
/devices/f723e000.dwmmc1/mmc_host auto vfat defaults voldmanaged=sdcard1:auto
/devices/f72c0000.usb/usb1 auto vfat defaults voldmanaged=usbdisk:auto