Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. _______________________________________
  2. / Grief can take care of itself; but to \
  3. | get the full value of a joy you must |
  4. | have somebody to divide it with. |
  5. | |
  6. \ -- Mark Twain /
  7. ---------------------------------------
  8. \
  9. \
  10. ___
  11. {~._.~}
  12. ( Y )
  13. ()~*~()
  14. (_)-(_)
  15. varun@varun-laptop ~ $ sudo e2fsck -c /dev/sdxX
  16. [sudo] password for varun:
  17. e2fsck 1.41.11 (14-Mar-2010)
  18. e2fsck: No such file or directory while trying to open /dev/sdxX
  19.  
  20. The superblock could not be read or does not describe a correct ext2
  21. filesystem. If the device is valid and it really contains an ext2
  22. filesystem (and not swap or ufs or something else), then the superblock
  23. is corrupt, and you might try running e2fsck with an alternate superblock:
  24. e2fsck -b 8193 <device>
  25.  
  26. varun@varun-laptop ~ $ sudo e2fsck -c /dev/sda2
  27. e2fsck 1.41.11 (14-Mar-2010)
  28. e2fsck: Superblock invalid, trying backup blocks...
  29. e2fsck: Bad magic number in super-block while trying to open /dev/sda2
  30.  
  31. The superblock could not be read or does not describe a correct ext2
  32. filesystem. If the device is valid and it really contains an ext2
  33. filesystem (and not swap or ufs or something else), then the superblock
  34. is corrupt, and you might try running e2fsck with an alternate superblock:
  35. e2fsck -b 8193 <device>
  36.  
  37. varun@varun-laptop ~ $ sudo e2fsck -c /dev/sda3
  38. e2fsck 1.41.11 (14-Mar-2010)
  39. /dev/sda3 is mounted.
  40.  
  41. WARNING!!! The filesystem is mounted. If you continue you ***WILL***
  42. cause ***SEVERE*** filesystem damage.
  43.  
  44. Do you really want to continue (y/n)? yes
  45.  
  46. /dev/sda3: recovering journal
  47. Clearing orphaned inode 786141 (uid=1000, gid=1000, mode=0100600, size=112)
  48. Clearing orphaned inode 786123 (uid=1000, gid=1000, mode=0100600, size=371)
  49. Clearing orphaned inode 150021 (uid=1000, gid=1000, mode=0100644, size=40960)
  50. Clearing orphaned inode 147366 (uid=1000, gid=1000, mode=0100600, size=24576)
  51. Checking for bad blocks (read-only test): done
  52. /dev/sda3: Updating bad block inode.
  53. Pass 1: Checking inodes, blocks, and sizes
  54. Inodes that were part of a corrupted orphan linked list found. Fix<y>?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement