summaryrefslogtreecommitdiffstats
path: root/sbin/badsect/badsect.8
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commit136be46680c6e4a18cc827da991d4f9a0de29cba (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/badsect/badsect.8
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/badsect/badsect.8')
-rw-r--r--sbin/badsect/badsect.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8
index 89abe88..a9b00fa 100644
--- a/sbin/badsect/badsect.8
+++ b/sbin/badsect/badsect.8
@@ -55,7 +55,7 @@ The technique used by this program is also less general than
bad block forwarding, as
.Nm
can't make amends for
-bad blocks in the i-list of filesystems or in swap areas.
+bad blocks in the i-list of file systems or in swap areas.
.Pp
On some disks,
adding a sector which is suddenly bad to the bad sector table
@@ -70,8 +70,8 @@ may be used to good effect.
.Pp
The
.Nm
-utility is used on a quiet filesystem in the following way:
-First mount the filesystem, and change to its root directory.
+utility is used on a quiet file system in the following way:
+First mount the file system, and change to its root directory.
Make a directory
.Li BAD
there.
@@ -82,12 +82,12 @@ giving as argument the
directory followed by
all the bad sectors you wish to add.
(The sector numbers must be relative to the beginning of
-the filesystem, but this is not hard as the system reports
+the file system, but this is not hard as the system reports
relative sector numbers in its console error messages.)
-Then change back to the root directory, unmount the filesystem
+Then change back to the root directory, unmount the file system
and run
.Xr fsck 8
-on the filesystem. The bad sectors should show up in two files
+on the file system. The bad sectors should show up in two files
or in the bad sector files and the free list. Have
.Xr fsck
remove files containing the offending bad sectors, but
@@ -119,14 +119,14 @@ to convert the inode to a regular file containing the bad block.
The
.Nm
utility refuses to attach a block that
-resides in a critical area or is out of range of the filesystem.
+resides in a critical area or is out of range of the file system.
A warning is issued if the block is already in use.
.Sh BUGS
-If more than one sector which comprise a filesystem fragment are bad,
+If more than one sector which comprise a file system fragment are bad,
you should specify only one of them to
.Nm ,
as the blocks in the bad sector files actually cover all the sectors in a
-filesystem fragment.
+file system fragment.
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud