On Mon, Feb 11, 2008 at 10:46:34AM +0100, Luis Gómez Miralles ? wrote:
>
> Should this be fixed in the fsck command of the e2fsprogs? Or should I
> report to the maintainers of fsck.ocfs2? Or the maintainers of initscripts?
I'd call this an fsck.ocfs2 bug. We don't want to be encoding details
of different filesystems' fsck.<foo> options in /sbin/fsck.
The easy workaround is to set the fstab pass# to 0, which will prevent
fsck from trying to call fsck.ocfs2 when it is called with the -A
flag.
- Ted