-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfstab.otter2
More file actions
8 lines (7 loc) · 824 Bytes
/
fstab.otter2
File metadata and controls
8 lines (7 loc) · 824 Bytes
1
2
3
4
5
6
7
# 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/userdata /data ext4 rw,nosuid,nodev,noatime,nomblk_io_submit,commit=20,barrier=0 wait,check,encryptable=footer
/dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,nomblk_io_submit,commit=20,barrier=0 wait,check
/dev/block/platform/omap/omap_hsmmc.1/by-name/efs /factory ext4 rw,nomblk_io_submit,commit=20,barrier=0 wait,check