mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Update the manpage to match the code. The mount utilities
now don't try to load the filesystem module, the kernel takes care of this.
This commit is contained in:
parent
486f5480ba
commit
26fbf78be1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101683
@ -363,22 +363,8 @@ is replaced by the type name.
|
||||
For example, nfs filesystems are mounted by the program
|
||||
.Pa /sbin/mount_nfs .
|
||||
.Pp
|
||||
Most filesystems will be dynamically loaded by their
|
||||
.Nm
|
||||
programs
|
||||
if not already present in the kernel, using the
|
||||
.Xr vfsload 3
|
||||
subroutine.
|
||||
Because this mechanism requires writable temporary space,
|
||||
the filesystem type containing
|
||||
.Pa /tmp
|
||||
must be compiled into the kernel, and the filesystems containing
|
||||
.Pa /tmp
|
||||
and
|
||||
.Pa /usr/bin/ld
|
||||
must be listed in
|
||||
.Pa /etc/fstab
|
||||
before any filesystems which might be dynamically loaded.
|
||||
Most filesystems will be dynamically loaded by the kernel
|
||||
if not already present, and if the kernel module is available.
|
||||
.It Fl u
|
||||
The
|
||||
.Fl u
|
||||
@ -417,13 +403,6 @@ Note that
|
||||
support for a particular filesystem might be provided either on a static
|
||||
(kernel compile-time), or dynamic basis (loaded as a kernel module by
|
||||
.Xr kldload 8 ) .
|
||||
Normally,
|
||||
.Nm
|
||||
or its subprocesses attempt to dynamically load a filesystem module if
|
||||
it has not been configured statically, using
|
||||
.Xr vfsload 3 .
|
||||
In this case, the above error message can also mean that you did not
|
||||
have permission to load the module.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fstab -compact
|
||||
.It Pa /etc/fstab
|
||||
@ -431,7 +410,6 @@ filesystem table
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mount 2 ,
|
||||
.Xr vfsload 3 ,
|
||||
.Xr fstab 5 ,
|
||||
.Xr kldload 8 ,
|
||||
.Xr mount_cd9660 8 ,
|
||||
|
Loading…
Reference in New Issue
Block a user