-
Notifications
You must be signed in to change notification settings - Fork 0
/
fstab.amlogic
16 lines (15 loc) · 1.67 KB
/
fstab.amlogic
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/system /system ext4 ro wait
/dev/block/data /data ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic,discard wait,check,encryptable=/dev/block/misc
/dev/block/cache /cache ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic wait,check
/devices/*.sd/mmc_host/sd* auto vfat defaults voldmanaged=sdcard1:auto,noemulatedsd
/devices/*dwc2_*/usb?/*/host*/target*/block/sd* auto vfat defaults voldmanaged=udisk0:auto
/devices/*dwc2_*/usb?/*/host*/target*/block/sd* auto vfat defaults voldmanaged=udisk1:auto
/devices/*dwc2_*/usb?/*/host*/target*/block/sr* auto vfat defaults voldmanaged=sr0:auto
/dev/block/loop auto loop defaults voldmanaged=loop:auto
# Add for zram. zramsize can be in numeric (byte) , in percent or auto (detect by the system)
/dev/block/zram0 /swap_zram0 swap defaults wait,zramsize=auto
/dev/block/tee /tee ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic wait,check