-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathfstab
More file actions
12 lines (11 loc) · 995 Bytes
/
fstab
File metadata and controls
12 lines (11 loc) · 995 Bytes
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
LABEL=system /system ext4 ro wait
LABEL=vendor /vendor ext4 ro wait
LABEL=cache /cache ext4 noatime,nosuid,nodev,errors=panic wait
LABEL=data /data ext4 noatime,nosuid,nodev,errors=panic wait
*/block/sd* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
# Enable ZRAM swap
/dev/block/zram0 none swap defaults zramsize=533413200,notrim