Advertisement
rasm945i

fsck

May 20th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Skrevet i hånden, fejl kan forekomme.
  2.  
  3. sh-4.2# fsck /dev/sda
  4. fsck from util-linux 2.23.2
  5. /dev/sda is in use.
  6. e2fsck: Cannot continue, aborting.
  7.  
  8. sh-4.2# fsck /dev/sda1
  9. fsck from util-linux 2.23.2
  10. e2fsck 1.42.9 (28-Dec-2013)
  11. ext2fs_open2: Bad magic number in super-block
  12. fsck.ext2: Superblock invalid, trying backup blocks...
  13. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda1
  14.  
  15. The superblock could not be read or does not describe a correct ext2
  16. filesystem. If the device is valid and it really contains an ext2
  17. filesystem (and not swap or ufs or something else), then the superblock
  18. is corrupt, and you might try running e2fsck with an alternate superblock:
  19. e2fsck -b 8193 <device>
  20.  
  21. sh-4.2# fsck /dev/sda2
  22. fsck from util-linux 2.23.2
  23. e2fsck 1.42.9 (28-Dec-2013)
  24. ext2fs_open2: Bad magic number in super-block
  25. fsck.ext2: Superblock invalid, trying backup blocks...
  26. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda2
  27.  
  28. The superblock could not be read or does not describe a correct ext2
  29. filesystem. If the device is valid and it really contains an ext2
  30. filesystem (and not swap or ufs or something else), then the superblock
  31. is corrupt, and you might try running e2fsck with an alternate superblock:
  32. e2fsck -b 8193 <device>
  33.  
  34. sh-4.2# fsck /dev/sda3
  35. fsck from util-linux 2.23.2
  36. If you wish to check the consistency of an XFS filesystem or
  37. repair a damaged filesystem, see xfs_repair(8).
  38.  
  39. sh-4.2# fsck /dev/sda4
  40. fsck from util-linux 2.23.2
  41. e2fsck 1.42.9 (28-Dec-2013)
  42. fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda4
  43. Could this be a zero-length partition?
  44.  
  45. sh-4.2# fsck /dev/sda5
  46. fsck from util-linux 2.23.2
  47.  
  48. sh-4.2# fsck /dev/sda6
  49. fsck from util-linux 2.23.2
  50. e2fsck 1.42.9 (28-Dec-2013)
  51. fsck.ext2: No such file or directory while trying to open /dev/sda6
  52. Possibly non-existent device?
  53.  
  54. Jeg har ikke en SDA6, ville bare se hvad den sagde til det.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement