Date: Mon, 13 May 1996 16:30:58 -0600 From: Sean Kelly <kelly@fsl.noaa.gov> To: taob@io.org Cc: jgreco@brasil.moneng.mei.com, freebsd-chat@freebsd.org, asami@cs.berkeley.edu Subject: Re: 3 terabytes on one server? (was Re: more than 32 scsi disks on a single machine ?) Message-ID: <9605132230.AA01676@fslg8.fsl.noaa.gov> In-Reply-To: <Pine.NEB.3.92.960513160850.14554U-100000@zot.io.org> (message from Brian Tao on Mon, 13 May 1996 16:24:07 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Brian" == Brian Tao <taob@io.org> writes: Brian> It would be great if multiple fsck's could run in parallel. Brian> Maybe my /etc/fstab isn't setup correctly? Yep. The sixth field is the fsck pass number. fsck runs in order of pass number, entries with the same number are run in parallel. According to the man page, the root filesystem should be 1, so it's checked first and by itself, and the other filesystems should be 2, so they'll all be checked in parallel. You'll probably want to adjust these taking into account your disks and controllers. -- Sean Kelly NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9605132230.AA01676>