Advertisement
Captain_Throwback

HTC 10 /data /cache f2fs fstab.qcom

Jan 13th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. # Android fstab file.
  2. # The filesystem that contains the filesystem checker binary (typically /system) cannot
  3. # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  4.  
  5. #TODO: Add 'check' as fs_mgr_flags with data partition.
  6. # Currently we dont have e2fsck compiled. So fs check would failed.
  7.  
  8. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  9. /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait
  10. /dev/block/bootdevice/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr,discard wait,check,formattable,encryptable=/dev/block/bootdevice/by-name/extra
  11. /dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,errors=panic wait,check,formattable,encryptable=/dev/block/bootdevice/by-name/extra
  12. /dev/block/bootdevice/by-name/frp /persistent emmc defaults defaults
  13. /devices/soc/74a4900.sdhci/mmc_host/mmc1* auto vfat defaults wait,voldmanaged=ext_sd:auto,noemulatedsd,encryptable=footer
  14. /devices/soc/6a00000.ssusb/6a00000.dwc3* auto vfat defaults voldmanaged=usb:auto
  15. /dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
  16. /dev/block/bootdevice/by-name/devlog /devlog ext4 nosuid,nodev,barrier=1,errors=continue wait,check,formattable
  17. /dev/block/bootdevice/by-name/fataldevlog /fataldevlog ext4 nosuid,nodev,barrier=1,errors=continue wait,check,formattable
  18. /dev/block/bootdevice/by-name/carrier /carrier ext4 nosuid,nodev,noatime,barrier=1,grpid wait,check,formattable
  19. /dev/block/bootdevice/by-name/cota /cota ext4 nosuid,nodev,noatime,barrier=1,grpid wait,check,formattable
  20. /dev/block/bootdevice/by-name/apppreload /preload ext4 nosuid,nodev,noatime,barrier=1,grpid wait,check,formattable
  21. /dev/block/bootdevice/by-name/cache /cache f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr,errors=continue wait,check,formattable
  22. /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1,errors=continue wait,check,formattable
  23. /dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1,errors=panic wait,check,formattable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement