-
Notifications
You must be signed in to change notification settings - Fork 5
/
fstab.otterx
12 lines (12 loc) · 1.54 KB
/
fstab.otterx
1
2
3
4
5
6
7
8
9
10
11
12
# 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/omap/omap_hsmmc.1/by-name/system /system ext4 rw,nodev,noatime,errors=continue wait
/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data f2fs rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,check,encryptable=footer,length=-16384
/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data ext4 rw,discard,nosuid,nodev,noatime wait,check,encryptable=footer,length=-16384
/dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache ext4 rw,discard,nosuid,nodev,noatime wait,check
/dev/block/platform/omap/omap_hsmmc.1/by-name/boot /boot emmc defaults defaults
/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery /recovery emmc defaults defaults
/dev/block/platform/omap/omap_hsmmc.1/by-name/bootloader /bootloader emmc defaults defaults
/dev/block/zram0 none swap defaults zramsize=67108864