Advertisement
Guest User

Untitled

a guest
Mar 9th, 2020
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. sudo fsck -a /dev/sda
  2. fsck лИли util-linux 2.35.1
  3. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
  4. /dev/sda:
  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. /dev/sda contains `DOS/MBR boot sector; partition 1 : ID=0x83, start-CHS (0x4,4,1), end-CHS (0x3ff,254,2), startsector 2048, 3907026944 sectors' data
  14. [ypp@ypp-pc ~]$ sudo fsck.ext4 -p /dev/sda
  15. fsck.ext4: Bad magic number in super-block while trying to open /dev/sda
  16. /dev/sda:
  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. /dev/sda contains `DOS/MBR boot sector; partition 1 : ID=0x83, start-CHS (0x4,4,1), end-CHS (0x3ff,254,2), startsector 2048, 3907026944 sectors' data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement