Advertisement
Guest User

vm-rdm-thingy

a guest
Jul 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo xfs_repair /dev/mapper/_dev_sda1
  2. Phase 1 - find and verify superblock...
  3. Phase 2 - using internal log
  4. - zero log...
  5. - scan filesystem freespace and inode maps...
  6. - found root inode chunk
  7. Phase 3 - for each AG...
  8. - scan and clear agi unlinked lists...
  9. - process known inodes and perform inode discovery...
  10. - agno = 0
  11. - agno = 1
  12. - agno = 2
  13. - agno = 3
  14. - process newly discovered inodes...
  15. Phase 4 - check for duplicate blocks...
  16. - setting up duplicate extent list...
  17. - check for inodes claiming duplicate blocks...
  18. - agno = 0
  19. - agno = 2
  20. - agno = 1
  21. - agno = 3
  22. Phase 5 - rebuild AG headers and trees...
  23. - reset superblock...
  24. Phase 6 - check inode connectivity...
  25. - resetting contents of realtime bitmap and summary inodes
  26. - traversing filesystem ...
  27. - traversal finished ...
  28. - moving disconnected inodes to lost+found ...
  29. Phase 7 - verify and correct link counts...
  30. done
  31. ubuntu@ubuntu:~$ man xfs_repair
  32. ubuntu@ubuntu:~$ sudo xfs_repair -v /dev/mapper/_dev_sda1
  33. Phase 1 - find and verify superblock...
  34. - block cache size set to 598320 entries
  35. Phase 2 - using internal log
  36. - zero log...
  37. zero_log: head block 23029 tail block 23029
  38. - scan filesystem freespace and inode maps...
  39. - found root inode chunk
  40. Phase 3 - for each AG...
  41. - scan and clear agi unlinked lists...
  42. - process known inodes and perform inode discovery...
  43. - agno = 0
  44. - agno = 1
  45. - agno = 2
  46. - agno = 3
  47. - process newly discovered inodes...
  48. Phase 4 - check for duplicate blocks...
  49. - setting up duplicate extent list...
  50. - check for inodes claiming duplicate blocks...
  51. - agno = 1
  52. - agno = 3
  53. - agno = 2
  54. - agno = 0
  55. Phase 5 - rebuild AG headers and trees...
  56. - agno = 0
  57. - agno = 1
  58. - agno = 2
  59. - agno = 3
  60. - reset superblock...
  61. Phase 6 - check inode connectivity...
  62. - resetting contents of realtime bitmap and summary inodes
  63. - traversing filesystem ...
  64. - agno = 0
  65. - agno = 1
  66. - agno = 2
  67. - agno = 3
  68. - traversal finished ...
  69. - moving disconnected inodes to lost+found ...
  70. Phase 7 - verify and correct link counts...
  71.  
  72. XFS_REPAIR Summary Sun Jul 15 20:45:04 2018
  73.  
  74. Phase Start End Duration
  75. Phase 1: 07/15 20:45:02 07/15 20:45:02
  76. Phase 2: 07/15 20:45:02 07/15 20:45:02
  77. Phase 3: 07/15 20:45:02 07/15 20:45:03 1 second
  78. Phase 4: 07/15 20:45:03 07/15 20:45:03
  79. Phase 5: 07/15 20:45:03 07/15 20:45:03
  80. Phase 6: 07/15 20:45:03 07/15 20:45:04 1 second
  81. Phase 7: 07/15 20:45:04 07/15 20:45:04
  82.  
  83. Total run time: 2 seconds
  84. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement