Comment 4 for bug 765735

Revision history for this message
Mark - Syminet (mark-syminet) wrote :

Still no progress bar in Precise. This really is bad, particularly on server because we get stuck with very long fscks on large disks and the progress bar is critical during unexpected downtimes. We need to be able to provide at least rough ETA's for our bosses/customers, and have assurance the system isn't hung.

I took a look at mountall.c and the following change restored the bar:

2247c2247
< arg = NIH_MUST (nih_sprintf (NULL, "-C%d", fds[1]));
---
> arg = NIH_MUST (nih_sprintf (NULL, "-C", fds[1]));

...although I can see how this would obviously not work in the distribution, is there something we can do to restore the progress bar? Looking through the code, it shouldn't be hard to implament (e.g. a setting in /etc/default/rcS).