Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo mount /dev/sda6 /mnt
  2. mount: wrong fs type, bad option, bad superblock on /dev/sda6,
  3. missing codepage or helper program, or other error
  4. In some cases useful info is found in syslog - try
  5. dmesg | tail or so
  6.  
  7. ubuntu@ubuntu:~$ dmesg | tail
  8. [ 1886.641045] Descriptor sense data with sense descriptors (in hex):
  9. [ 1886.641046] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
  10. [ 1886.641051] 6e 4a 60 08
  11. [ 1886.641053] sd 0:0:0:0: [sda]
  12. [ 1886.641055] Add. Sense: Unrecovered read error - auto reallocate failed
  13. [ 1886.641056] sd 0:0:0:0: [sda] CDB:
  14. [ 1886.641057] Read(10): 28 00 6e 4a 60 08 00 00 08 00
  15. [ 1886.641061] end_request: I/O error, dev sda, sector 1850368008
  16. [ 1886.641076] ata1: EH complete
  17. [ 1886.641105] EXT4-fs (sda6): can't read group descriptor 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement