Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. notalentgeek@notalentgeek-Lenovo-YOGA-300-11IBY:~$ sudo fsck -f /dev/sda
  2. fsck from util-linux 2.26.2
  3. e2fsck 1.42.12 (29-Aug-2014)
  4. ext2fs_open2: Bad magic number in super-block
  5. fsck.ext2: Superblock invalid, trying backup blocks...
  6. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
  7.  
  8. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  9. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  10. filesystem (and not swap or ufs or something else), then the superblock
  11. is corrupt, and you might try running e2fsck with an alternate superblock:
  12. e2fsck -b 8193 <device>
  13. or
  14. e2fsck -b 32768 <device>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement