From owner-freebsd-bugs Sun Apr 26 21:56:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13015 for freebsd-bugs-outgoing; Sun, 26 Apr 1998 21:56:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12990; Sun, 26 Apr 1998 21:56:35 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA15512; Mon, 27 Apr 1998 14:52:47 +1000 Date: Mon, 27 Apr 1998 14:52:47 +1000 From: Bruce Evans Message-Id: <199804270452.OAA15512@godzilla.zeta.org.au> To: hsu@clinet.fi, phk@FreeBSD.ORG Subject: Re: bin/1810 Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Apparently my PR was unclear. The problem is that fsck -p for a group of >filesystems given on a command line is not parallel (possibly unless fstab >has them with nonzero pass number). For a good size news server this makes >making fsck -p as a separate news boot phase impossible, as sequential fsck >for >15G of disk space takes more than an hour. Why do you need to check them on the command line? I guess it is because checking everything in fstab would fall over on mounted or unwanted partitions. fsck -p is only documented as working with no filesystem args. It's not clear how it could work properly from the command line, since there is no way to give the passno info on the command line. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message