diff options
Diffstat (limited to 'sbin/fsck_ffs/SMM.doc/0.t')
-rw-r--r-- | sbin/fsck_ffs/SMM.doc/0.t | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sbin/fsck_ffs/SMM.doc/0.t b/sbin/fsck_ffs/SMM.doc/0.t index 80d19f3..1fb25ee6 100644 --- a/sbin/fsck_ffs/SMM.doc/0.t +++ b/sbin/fsck_ffs/SMM.doc/0.t @@ -63,31 +63,31 @@ Contract No. N00039-82-C-0235. .FE This document reflects the use of .I fsck_ffs -with the 4.2BSD and 4.3BSD filesystem organization. This +with the 4.2BSD and 4.3BSD file system organization. This is a revision of the original paper written by T. J. Kowalski. .PP File System Check Program (\fIfsck_ffs\fR) -is an interactive filesystem check and repair program. +is an interactive file system check and repair program. .I Fsck_ffs uses the redundant structural information in the -UNIX filesystem to perform several consistency checks. +UNIX file system to perform several consistency checks. If an inconsistency is detected, it is reported to the operator, who may elect to fix or ignore each inconsistency. These inconsistencies result from the permanent interruption -of the filesystem updates, which are performed every +of the file system updates, which are performed every time a file is modified. Unless there has been a hardware failure, .I fsck_ffs -is able to repair corrupted filesystems +is able to repair corrupted file systems using procedures based upon the order in which UNIX honors -these filesystem update requests. +these file system update requests. .PP The purpose of this document is to describe the normal updating -of the filesystem, -to discuss the possible causes of filesystem corruption, +of the file system, +to discuss the possible causes of file system corruption, and to present the corrective actions implemented by .I fsck_ffs. @@ -108,16 +108,16 @@ Revised October 7, 1996 .LP .sp .5v .nf -.B "2. Overview of the filesystem +.B "2. Overview of the file system 2.1. Superblock 2.2. Summary Information 2.3. Cylinder groups 2.4. Fragments -2.5. Updates to the filesystem +2.5. Updates to the file system .LP .sp .5v .nf -.B "3. Fixing corrupted filesystems +.B "3. Fixing corrupted file systems 3.1. Detecting and correcting corruption 3.2. Super block checking 3.3. Free block checking |