Advertisement
carbonatedcaffeine

Untitled

May 16th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Android fstab file.
  2. # The filesystem that contains the filesystem e2fsck binary (typically /system) cannot
  3. # specify 'check', and must come before any filesystems that do specify 'check'
  4.  
  5. # NOTE: /vendor partition is now early-mounted and the fstab entry is specified in device tree:
  6. # /proc/device-tree/firmware/android/fstab/vendor
  7.  
  8. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  9. /dev/block/platform/soc/624000.ufshc/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify
  10. /dev/block/platform/soc/624000.ufshc/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
  11. /dev/block/platform/soc/624000.ufshc/by-name/userdata /data ext4 errors=panic,noatime,nosuid,nodev,barrier=1,noauto_da_alloc latemount,wait,check,formattable,fileencryption=ice,quota,reservedsize=128M
  12. /dev/block/zram0 none swap defaults zramsize=536870912,max_comp_streams=4
  13. /dev/block/platform/soc/624000.ufshc/by-name/misc /misc emmc defaults defaults
  14. /devices/*/xhci-hcd.0.auto/usb* auto vfat defaults voldmanaged=usb:auto
  15. /dev/block/platform/soc/624000.ufshc/by-name/boot /boot emmc defaults defaults
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement