Advertisement
gen2monk

Untitled

Aug 2nd, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. media-boxen mnt # e2fsck -b 8193 /dev/sdd1
  2. e2fsck 1.42.10 (18-May-2014)
  3. e2fsck: Bad magic number in super-block while trying to open /dev/sdd1
  4.  
  5. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  6. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  7. filesystem (and not swap or ufs or something else), then the superblock
  8. is corrupt, and you might try running e2fsck with an alternate superblock:
  9. e2fsck -b 8193 <device>
  10. or
  11. e2fsck -b 32768 <device>
  12.  
  13. media-boxen mnt # e2fsck -b 32768 /dev/sdd
  14. e2fsck 1.42.10 (18-May-2014)
  15. e2fsck: Bad magic number in super-block while trying to open /dev/sdd
  16.  
  17. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  18. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  19. filesystem (and not swap or ufs or something else), then the superblock
  20. is corrupt, and you might try running e2fsck with an alternate superblock:
  21. e2fsck -b 8193 <device>
  22. or
  23. e2fsck -b 32768 <device>
  24.  
  25. media-boxen mnt #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement