forked from CyanogenMod/android_device_hp_tenderloin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fstab.tenderloin
executable file
·16 lines (12 loc) · 1.42 KB
/
fstab.tenderloin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/store/cm-system /system ext4 ro,barrier=0 wait
/dev/store/cm-data /data ext4 noatime,nosuid,nodev,barrier=0,noauto_da_alloc wait
/dev/store/cm-data /data f2fs rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait
/dev/store/cm-cache /cache ext4 noatime,nosuid,nodev,barrier=0,noauto_da_alloc wait
/dev/store/cm-cache /cache f2fs rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait
/devices/virtual/block/dm-6 auto vfat defaults voldmanaged=sdcard1:auto,nonremovable,noemulatedsd
/devices/platform/msm_hsusb_host.0/usb auto auto defaults voldmanaged=usbdisk:auto
/dev/block/mmcblk0p13 /boot ext3 ro,noatime,barrier=0 recoveryonly