-
Notifications
You must be signed in to change notification settings - Fork 91
/
fstab.capri_ss_baffin
21 lines (18 loc) · 1.69 KB
/
fstab.capri_ss_baffin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# data partition must be located at the bottom for supporting device encryption
/dev/block/mmcblk0p19 /system ext4 ro,noatime wait
/dev/block/mmcblk0p17 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
/dev/block/mmcblk0p18 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
/dev/block/mmcblk0p21 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer,length=-16384
# Recovery
/dev/block/mmcblk0p5 /boot emmc defaults defaults
/dev/block/mmcblk0p6 /recovery emmc defaults defaults
/dev/block/mmcblk0p7 /modem emmc defaults defaults
/dev/block/mmcblk0p20 /preload ext4 defaults recoveryonly
# Vold
# noemulatedsd is supposed to be used to indicated that there's no emulatedsd
# but we do have one and it's kind of abused here to mark the storage for app2sd
/devices/platform/sdhci.3/mmc_host/mmc2 auto auto defaults voldmanaged=sdcard1:auto,noemulatedsd