Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. z$ sudo mount /dev/mmcblk0p1 -t ext3 /mnt
  2. mount: mount /dev/mmcblk0p1 on /mnt failed: Stale file handle
  3. system@system-laptop [0] [~]
  4. z$ sudo fsck.ext3 -c /dev/mmcblk0p1 e2fsck 1.42.12 (29-Aug-2014)
  5. Resize inode not valid. Recreate<y>? yes
  6. Checking for bad blocks (read-only test): done
  7. Juliette-data: Updating bad block inode.
  8. Pass 1: Checking inodes, blocks, and sizes
  9. Root inode is not a directory. Clear<y>? yes
  10. Inode 8, i_blocks is 0, should be 262408. Fix<y>? yes
  11. Pass 2: Checking directory structure
  12. Entry '..' in <2>/<212577> (212577) has deleted/unused inode 2. Clear<y>? yes
  13. Entry '..' in <2>/<228929> (228929) has deleted/unused inode 2. Clear<y>? yes
  14. Entry '..' in <2>/<245281> (245281) has deleted/unused inode 2. Clear<y>? yes
  15. Entry '..' in <2>/<515089> (515089) has deleted/unused inode 2. Clear<y>? yes
  16. Entry '..' in <2>/<670433> (670433) has deleted/unused inode 2. Clear<y>? yes
  17. Pass 3: Checking directory connectivity
  18. Root inode not allocated. Allocate<y>? yes
  19. Unconnected directory inode 212577 (...)
  20. Connect to /lost+found<y>? yes
  21. /lost+found not found. Create<y>? yes
  22. Unconnected directory inode 228929 (...)
  23. Connect to /lost+found<y>? yes
  24. Unconnected directory inode 245281 (...)
  25. Connect to /lost+found<y>? yes
  26. Unconnected directory inode 515089 (...)
  27. Connect to /lost+found<y>? yes
  28. Unconnected directory inode 670433 (...)
  29. Connect to /lost+found<y>? yes
  30. Pass 4: Checking reference counts
  31. Inode 212577 ref count is 4, should be 3. Fix<y>? yes
  32. Inode 228929 ref count is 4, should be 3. Fix<y>? yes
  33. Inode 245281 ref count is 3, should be 2. Fix<y>? yes
  34. Inode 515089 ref count is 4, should be 3. Fix<y>? yes
  35. Inode 670433 ref count is 5, should be 4. Fix<y>? yes
  36. Pass 5: Checking group summary information
  37. Block bitmap differences: +(0--1463)
  38. Fix<y>? yes
  39. Free blocks count wrong for group #0 (31296, counted=31301).
  40. Fix<y>? yes
  41. Free blocks count wrong (3326662, counted=3326667).
  42. Fix<y>? yes
  43. Inode bitmap differences: +1 +(3--10)
  44. Fix<y>? yes
  45. Free inodes count wrong for group #0 (8164, counted=8165).
  46. Fix<y>? yes
  47. Directories count wrong for group #0 (3, counted=2).
  48. Fix<y>? yes
  49. Free inodes count wrong (971228, counted=971229).
  50. Fix<y>? yes
  51.  
  52. Juliette-data: ***** FILE SYSTEM WAS MODIFIED *****
  53. Juliette-data: 1715/972944 files (2.2% non-contiguous), 562867/3889534 blocks
  54. system@system-laptop [err 1] [~]
  55. z$ sudo mount /dev/mmcblk0p1 -t ext3 /mnt z$ ls /mnt lost+found/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement