Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. # mount /dev/sdb1 /mnt
  2. mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
  3.  
  4. # btrfsck /dev/sdb1
  5. ERROR: dev_item UUID does not match fsid: 5b66edf9-f8d8-489d-8ecf-fb601f42e79b != 47814679-712c-48e1-b470-5baebe95049c
  6. ERROR: superblock checksum matches but it has invalid members
  7. ERROR: dev_item UUID does not match fsid: 5b66edf9-f8d8-489d-8ecf-fb601f42e79b != 47814679-712c-48e1-b470-5baebe95049c
  8. ERROR: superblock checksum matches but it has invalid members
  9. No valid Btrfs found on /dev/sdb1
  10. ERROR: cannot open file system
  11.  
  12. # btrfs-find-root /dev/sdb
  13. No valid Btrfs found on /dev/sdb
  14. ERROR: open ctree failed
  15.  
  16. # btrfs restore /dev/sdb /run/media/BACKUP/
  17. No valid Btrfs found on /dev/sdb
  18. Could not open root, trying backup super
  19. No valid Btrfs found on /dev/sdb
  20. Could not open root, trying backup super
  21. No valid Btrfs found on /dev/sdb
  22. Could not open root, trying backup super
  23.  
  24. # btrfstune -u /dev/sdb1
  25. ERROR: dev_item UUID does not match fsid: 5b66edf9-f8d8-489d-8ecf-fb601f42e79b != 47814679-712c-48e1-b470-5baebe95049c
  26. ERROR: superblock checksum matches but it has invalid members
  27. ERROR: dev_item UUID does not match fsid: 5b66edf9-f8d8-489d-8ecf-fb601f42e79b != 47814679-712c-48e1-b470-5baebe95049c
  28. ERROR: superblock checksum matches but it has invalid members
  29. No valid Btrfs found on /dev/sdb1
  30. ERROR: open ctree failed
  31.  
  32. # btrfs fi sh
  33. ERROR: dev_item UUID does not match fsid: 5b66edf9-f8d8-489d-8ecf-fb601f42e79b != 47814679-712c-48e1-b470-5baebe95049c
  34. ERROR: superblock checksum matches but it has invalid members
  35. ERROR: cannot scan /dev/sdb1: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement