Advertisement
BirdZhang

Untitled

Jul 15th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. root@ubuntu-phablet:~# dmesg |grep mount
  2. [ 4.408341] Begin: Running /scripts/nfs-premount ...
  3. [ 4.408611] Begin: Running /scripts/local-premount ...
  4. [ 4.425165] EXT4-fs (mmcblk0p50): couldn't mount as ext3 due to feature incompatibilities
  5. [ 4.425802] EXT4-fs (mmcblk0p50): couldn't mount as ext2 due to feature incompatibilities
  6. [ 4.428834] EXT4-fs (mmcblk0p50): mounted filesystem with ordered data mode. Opts: errors=remount-ro
  7. [ 5.104273] initrd: mounting /dev/mmcblk0p50
  8. [ 5.118885] EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support!
  9. [ 5.118912] EXT4-fs (mmcblk0p50): couldn't mount as ext3 due to feature incompatibilities
  10. [ 5.121925] EXT4-fs (mmcblk0p50): mounted filesystem with journalled data mode. Opts: discard,data=journal
  11. [ 5.125709] initrd: mounting system rootfs at /halium-system
  12. [ 5.175318] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
  13. [ 5.175555] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatibilities
  14. [ 5.266708] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
  15. [ 5.278847] initrd: mounting /tmpmnt/rootfs.img (user mode)
  16. [ 5.289829] EXT4-fs (loop0): re-mounted. Opts: data=ordered
  17. [ 5.293297] initrd: mounting android system image (/tmpmnt/android-rootfs.img) ro, in /android-rootfs (rootfs mode)
  18. [ 5.293392] initrd: mounting android system image from userdata partition
  19. [ 5.325524] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities
  20. [ 5.325851] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities
  21. [ 5.330554] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null)
  22. [ 5.364102] initrd: Adding bind-mounts to /root/etc/fstab
  23. [ 5.448616] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points
  24. [ 6.183613] init: mount-android main process (893) terminated with status 32
  25. root@ubuntu-phablet:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement