On Wed, 3 Mar 2010 11:36:28 +0100 Otto Moerbeek <[email protected]> wrote:
> > If fsck_ffs is *supposed* to read /etc/fstab like fsck does, then
> > the problem is in the code.
>
> fsck_ffs is not supposed to read fstab, so this line should be gone.
> Diff below.
>
> >
> > Also the `-p` option (preen) is not in the list of options.
>
> Which list? usage and man page look ok to me on current.
>
> -Otto
The `-p` option is mentioned three times in two of the preceding
paragraphs, but it is not listed in the main list of options e.g.:
-b block#
bla bla
-c level
bla bla
...
The preen mode `-p` option should still be in the main list of options
as well as mentioned in the paragraphs. Since in fsck_ffs preen doesn't
read /etc/fstab it's operation is slightly different than fsck proper.
-jcr