forked from NookieDevs/android_device_bn_encore
-
Notifications
You must be signed in to change notification settings - Fork 20
/
fstab.encore
24 lines (20 loc) · 1.21 KB
/
fstab.encore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#######################
#<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/by-name/system /system ext4 ro,barrier=1 wait
/dev/block/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc wait,check
/dev/block/mmcblk0p7 /cache ext4 noatime,nosuid,nodev,barrier=1 wait,check
/dev/block/mmcblk0p2 /rom vfat sync,noatime,nodiratime,uid=1000,gid=1000,fmask=117,dmask=007 defaults
/dev/block/by-name/boot /boot vfat fmask=177,dmask=077 recoveryonly
# Swap devices
/dev/block/zram0 none swap defaults zramsize=100663296
#
# vold-managed volumes ("block device" is actually a sysfs devpath)
#
/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1 auto auto defaults voldmanaged=sdcard1:auto,noemulatedsd
## nookcolor has two fat32 partitions, p1 is boot p8 is internal storage, so we have to specify here
/devices/platform/omap/omap_hsmmc.1/mmc_host/mmc0 auto vfat defaults voldmanaged=sdcard0:8,nonremovable
## USB storage device
/devices/platform/musb_hdrc auto auto defaults voldmanaged=usbdisk:auto