Possible Duplicate:
How do you get e2fsck to show progress information?

Is there a way to check the progress of fsck.ext3 under Ubuntu, if I'm logged in remotely?

Obviously the time taken depends on a lot of factors, but if fsck has to option of displaying a progress bar, it should be possible

Clarification: The fsck process has already been started in another terminal (at startup), and I need to view the progress from remote machine. Running fsck with the -C flag is therefore not the answer. I was hoping for a log file that I could look at (/var/log/fsck/* are empty).

link|improve this question

68% accept rate
It's not an exact duplicate. The process has already been started – pufferfish Aug 19 '11 at 20:08
If you edit your question to show how it's not an exact dupe, it stands a chance of being reopened. – WesleyDavid Aug 19 '11 at 20:10
After your edits, it's still a duplicate. The answer you're after is at serverfault.com/questions/118791/… – sciurus Aug 19 '11 at 21:56
Agreed. I have marked it for deletion/ – pufferfish Aug 20 '11 at 13:21
feedback

closed as exact duplicate by sysadmin1138 Aug 19 '11 at 19:57

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Try fsck -C, it displays progress on every step of checking (but not the total one)

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.