Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2008-01-08 Thread Ambrose Li
On Thu, Jan 03, 2008 at 12:59:32PM -0500, Theodore Tso wrote: > > > >- The system contains at least one very large partition. > >- At startup time, fsck starts to check all partitions (say because the > > box had a very long uptime) > >- fsck chose to run two checkers, one on a small partition and

Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2008-01-03 Thread Theodore Tso
On Thu, Jan 03, 2008 at 11:21:57AM -0500, Ambrose Li wrote: > On Thu, Jan 03, 2008 at 10:31:27AM +0100, Petter Reinholdtsen wrote: > > > > Also, if you want serialized fsck, I believe it is possible to > > implement today by specifying differnet sequence numbers in the sixth > > field of /etc/fsta

Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2008-01-03 Thread Ambrose Li
On Thu, Jan 03, 2008 at 10:31:27AM +0100, Petter Reinholdtsen wrote: > > Also, if you want serialized fsck, I believe it is possible to > implement today by specifying differnet sequence numbers in the sixth > field of /etc/fstab fs_passno). It specifies the fsck order. Awesome. How could I have

Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2008-01-03 Thread Petter Reinholdtsen
> [Ambrose Li] > - fsck chose to display the progress bar on the small partition > - fsck finish checking the small partition and continues to check all > the other smaller partitions > - fsck continues to check the large partition WITHOUT ANY PROGRESS BARS Also, if you want serialized fsck, I b

Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2008-01-02 Thread Petter Reinholdtsen
reassign 432865 e2fsprogs thanks [Ambrose Li] > - fsck chose to display the progress bar on the small partition > - fsck finish checking the small partition and continues to check all > the other smaller partitions > - fsck continues to check the large partition WITHOUT ANY PROGRESS BARS This

Bug#432865: initscripts: Allow option to always fsck serially in checkfs.sh

2007-07-12 Thread Ambrose Li
Package: initscripts Version: 2.86.ds1-38 Severity: normal The checkfs.sh script currently does not use the -s option, so fsck will try to check more than one filesystem at a time. Checkfs.sh also uses -C to display a progress bar. However, from fsck's manpage, fsck only displays one progress ba