Advertisement
alekshemulgeed

Untitled

Nov 20th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. # Android fstab file.
  2. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  3. # The filesystem that contains the filesystem checker binary (typically /system) cannot
  4. # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  5. /emmc@android /system ext4 ro wait
  6. /emmc@cache /cache f2fs nosuid,nodev,noatime,inline_xattr wait,check
  7. /emmc@cache /cache ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check
  8. /emmc@usrdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,resize,encryptable=/dev/encrypt
  9. /emmc@usrdata /data f2fs nosuid,nodev,noatime,inline_xattr wait,check,resize,encryptable=/dev/encrypt
  10. /emmc@protect_f /protect_f ext4 noatime,nosuid,nodev,noauto_da_alloc,commit=1,nodelalloc wait,check,formattable
  11. /emmc@protect_s /protect_s ext4 noatime,nosuid,nodev,noauto_da_alloc,commit=1,nodelalloc wait,check,formattable
  12. /emmc@cust /cust ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,formattable
  13. /emmc@persist /persist ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,formattable
  14. /emmc@persist_lg /persist-lg ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,formattable
  15. /emmc@mpt /mpt ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,formattable
  16. #/devices/platform/mtk-msdc.1/mmc_host auto auto defaults voldmanaged=sdcard1:auto
  17. /devices/platform/mtk-msdc.1/mmc_host* fat auto defaults voldmanaged=sdcard0:auto,encryptable=userdata,noemulatedsd
  18. /devices/platform/mt_usb* auto auto defaults voldmanaged=usb:auto
  19. /dev/block/zram0 none swap defaults zramsize=536870912,zramstreams=4
  20. /dev/nvram /nvram emmc defaults defaults
  21. /dev/pro_info /proinfo emmc defaults defaults
  22. /dev/seccfg /seccfg emmc defaults defaults
  23. /dev/uboot /bootloader emmc defaults defaults
  24. /dev/boot /boot emmc defaults defaults
  25. /dev/recovery /recovery emmc defaults defaults
  26. /dev/sec_ro /secro emmc defaults defaults
  27. /dev/misc /misc emmc defaults defaults
  28. /dev/logo /logo emmc defaults defaults
  29. /dev/expdb /expdb emmc defaults defaults
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement