summaryrefslogtreecommitdiffstats
path: root/share/man/man7/ffs.7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man7/ffs.7
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'share/man/man7/ffs.7')
-rw-r--r--share/man/man7/ffs.732
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man7/ffs.7 b/share/man/man7/ffs.7
index bf3acb9..34d083e 100644
--- a/share/man/man7/ffs.7
+++ b/share/man/man7/ffs.7
@@ -35,7 +35,7 @@
.Os
.Sh NAME
.Nm ffs
-.Nd Berkeley fast filesystem
+.Nd Berkeley fast file system
.Sh SYNOPSIS
In the kernel configuration file:
.Cd "options FFS"
@@ -53,21 +53,21 @@ In
/dev/disk0a /mnt ufs rw 1 1
.Ed
.Sh DESCRIPTION
-The Berkeley fast filesystem
-provides facilities to store filesystem data onto a disk device.
+The Berkeley fast file system
+provides facilities to store file system data onto a disk device.
.Nm
has been optimized over the years
for speed and reliability
and is the default
.Fx
-filesystem.
+file system.
.Ss Quotas
.Bl -tag -width 2n
.It Cd "options QUOTA"
This option allows system administrators
to set limits on disk usage
on a per-user basis.
-Quotas can be used only on filesystems
+Quotas can be used only on file systems
mounted with the
.Cm quota
option;
@@ -82,11 +82,11 @@ and
The soft updates feature tracks writes to the disk
and enforces metadata update dependencies
(e.g., updating free block maps)
-to ensure that the filesystem remains consistent.
+to ensure that the file system remains consistent.
.Pp
To enable soft updates on an
.Em unmounted
-filesystem, use the following command:
+file system, use the following command:
.Pp
.D1 Nm tunefs Fl n Cm enable Ar fs
.Pp
@@ -108,7 +108,7 @@ on networks including
and
.Tn "Apple Macintosh"
computers,
-this option allows files on filesystems
+this option allows files on file systems
mounted with the
.Cm suiddir
option
@@ -127,7 +127,7 @@ This option requires the presence of the
option, and it is recommended that
.Dv UFS_EXTATTR_AUTOSTART
is included as well,
-so that ACLs are enabled atomically upon mounting the filesystem.
+so that ACLs are enabled atomically upon mounting the file system.
.El
.Pp
In order to enable support for ACLs,
@@ -139,11 +139,11 @@ which holds the access ACL,
and
.Pa posix1e.acl_default ,
which holds the default ACL for directories.
-If you are using filesystem extended attributes,
+If you are using file system extended attributes,
the following commands may be used to
allocate space for and create the necessary EA backing files
-for ACLs in the root of each filesystem.
-In these examples, the root filesystem is used;
+for ACLs in the root of each file system.
+In these examples, the root file system is used;
see
.Sx "Extended Attributes"
for more details.
@@ -154,7 +154,7 @@ extattrctl initattr -p / 388 posix1e.acl_access
extattrctl initattr -p / 388 posix1e.acl_default
.Ed
.Pp
-On the next mount of the root filesystem,
+On the next mount of the root file system,
the attributes will be automatically started
(if
.Dv UFS_EXTATTR_AUTOSTART
@@ -179,9 +179,9 @@ If this option is defined,
.Nm
will search for a
.Pa .attribute
-subdirectory of the filesystem root during the mount operation.
+subdirectory of the file system root during the mount operation.
If found, extended attribute support will be
-automatically started for that filesystem.
+automatically started for that file system.
.El
.Pp
The following
@@ -191,7 +191,7 @@ MIBs are defined for use with
.Bl -hang -width ".Va vfs.ffs.doreallocblk"
.It Va vfs.ffs.doasyncfree
Asynchronously write out modified i-node and indirect blocks
-upon reallocating filesystem blocks to be contiguous.
+upon reallocating file system blocks to be contiguous.
(Default: 1.)
.It Va vfs.ffs.doreallocblks
Enable support for the rearrangement of blocks
OpenPOWER on IntegriCloud