Advertisement
BirdZhang

ubports mount-android.sh

Jun 30th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. root@ubuntu-phablet:~# /usr/sbin/mount-android.sh
  2. checking for vendor mount point
  3. mounting /dev/disk/by-partlabel/cust as /vendor
  4. checking fstab /vendor/etc/fstab.qcom for additional mount points
  5. checking mount label cache
  6. mounting /dev/disk/by-partlabel/cache as /cache
  7. mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0p25,
  8. missing codepage or helper program, or other error
  9.  
  10. In some cases useful info is found in syslog - try
  11. dmesg | tail or so.
  12. checking mount label cache
  13. mounting /dev/disk/by-partlabel/cache as /cache
  14. checking mount label persist
  15. mounting /dev/disk/by-partlabel/persist as /persist
  16. checking mount label dsp
  17. mkdir: cannot create directory ‘/dsp’: Read-only file system
  18. mounting /dev/disk/by-partlabel/dsp as /dsp
  19. mount: mount point /dsp does not exist
  20. checking mount label modem
  21. mkdir: cannot create directory ‘/firmware’: Read-only file system
  22. mounting /dev/disk/by-partlabel/modem as /firmware
  23. mount: mount point /firmware does not exist
  24.  
  25.  
  26. [ 58.239895] EXT4-fs (mmcblk0p49): mounted filesystem with ordered data mode. Opts: barrier=1,discard
  27. [ 58.368045] F2FS-fs (mmcblk0p25): Magic Mismatch, valid(0xf2f52010) - read(0x10000)
  28. [ 58.368051] F2FS-fs (mmcblk0p25): Can't find valid F2FS filesystem in 1th superblock
  29. [ 58.368324] F2FS-fs (mmcblk0p25): Magic Mismatch, valid(0xf2f52010) - read(0x2005)
  30. [ 58.368326] F2FS-fs (mmcblk0p25): Can't find valid F2FS filesystem in 2th superblock
  31. [ 58.368354] F2FS-fs (mmcblk0p25): Magic Mismatch, valid(0xf2f52010) - read(0x10000)
  32. [ 58.368355] F2FS-fs (mmcblk0p25): Can't find valid F2FS filesystem in 1th superblock
  33. [ 58.368369] F2FS-fs (mmcblk0p25): Magic Mismatch, valid(0xf2f52010) - read(0x2005)
  34. [ 58.368371] F2FS-fs (mmcblk0p25): Can't find valid F2FS filesystem in 2th superblock
  35. [ 58.396091] EXT4-fs (mmcblk0p25): mounted filesystem with ordered data mode. Opts: (null)
  36. [ 58.423948] EXT4-fs (mmcblk0p26): warning: maximal mount count reached, running e2fsck is recommended
  37. [ 58.424361] EXT4-fs (mmcblk0p26): recovery complete
  38. [ 58.424368] EXT4-fs (mmcblk0p26): mounted filesystem with ordered data mode. Opts: (null)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement