Advertisement
Guest User

Untitled

a guest
Oct 17th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Phase 1 - find and verify superblock...
  2. Phase 2 - using internal log
  3. - zero log...
  4. - scan filesystem freespace and inode maps...
  5. - found root inode chunk
  6. Phase 3 - for each AG...
  7. - scan (but don't clear) agi unlinked lists...
  8. - process known inodes and perform inode discovery...
  9. - agno = 0
  10. - agno = 1
  11. - agno = 2
  12. - agno = 3
  13. - agno = 4
  14. - agno = 5
  15. - agno = 6
  16. - agno = 7
  17. - process newly discovered inodes...
  18. Phase 4 - check for duplicate blocks...
  19. - setting up duplicate extent list...
  20. - check for inodes claiming duplicate blocks...
  21. - agno = 0
  22. - agno = 7
  23. - agno = 6
  24. - agno = 3
  25. - agno = 1
  26. - agno = 5
  27. - agno = 2
  28. - agno = 4
  29. No modify flag set, skipping phase 5
  30. Phase 6 - check inode connectivity...
  31. - traversing filesystem ...
  32. - traversal finished ...
  33. - moving disconnected inodes to lost+found ...
  34. Phase 7 - verify link counts...
  35. No modify flag set, skipping filesystem flush and exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement