From: Kirk McKusick Date: Fri, 2 Feb 1990 09:39:47 +0000 (-0800) Subject: update for current program X-Git-Tag: BSD-4_3_Reno-Snapshot-Development~4581 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/cd156a5e35885057ee3cf5f240877f1be8218acc update for current program SCCS-vsn: sbin/fsck/fsck.8 6.8 --- diff --git a/usr/src/sbin/fsck/fsck.8 b/usr/src/sbin/fsck/fsck.8 index 673c578017..b282b7b667 100644 --- a/usr/src/sbin/fsck/fsck.8 +++ b/usr/src/sbin/fsck/fsck.8 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)fsck.8 6.7 (Berkeley) %G% +.\" @(#)fsck.8 6.8 (Berkeley) %G% .\" .TH FSCK 8 "" .UC 4 @@ -42,14 +42,11 @@ preens a standard set of filesystems or the specified file systems. It is normally used in the script .B /etc/rc during automatic reboot. -In this case +Here .I fsck reads the table .B /etc/fstab to determine which file systems to check. -It uses the information there to inspect groups of disks in parallel, taking -maximum advantage of i/o overlap to check the file systems -as quickly as possible. Only partitions in fstab that are mounted ``rw,'' ``rq'' or ``ro'' and that have non-zero pass number are checked. Filesystems with pass number 1 (normally just the root filesystem) @@ -243,6 +240,9 @@ File pointing to unallocated inode. .br Inode number out of range. .br +Dot or dot-dot not the first two entries of a directory +or having the wrong inode number. +.br .br .ns .TP 6 @@ -277,7 +277,8 @@ If the directory does not exist, it is created. If there is insufficient space its size is increased. .PP -Checking the raw device is almost always faster. +Because of inconsistencies between the block device and the buffer cache, +the raw device should always be used. .SH FILES .br .ns @@ -295,7 +296,4 @@ fs(5), fsdb(8), newfs(8), mkfs(8), -crash(8V), reboot(8) -.SH BUGS -There should be some way to start a \fBfsck \-p\fR at pass \fIn\fR.