document reload option, description shamelessly stolen off ffs_reload()
comment
This commit is contained in:
parent
a974bfe8ce
commit
19d91c00f9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount.8,v 1.44 2004/03/27 19:22:28 snj Exp $
|
||||
.\" $NetBSD: mount.8,v 1.45 2004/12/07 21:38:58 jdolecek Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
|
||||
.\"
|
||||
.Dd March 27, 2004
|
||||
.Dd December 7, 2004
|
||||
.Dt MOUNT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -244,6 +244,13 @@ If those operations fail due to a non-existent file the underlying
|
|||
directory is then accessed.
|
||||
All creates are done in the mounted filesystem, except for the fdesc
|
||||
file system.
|
||||
.It Cm reload
|
||||
Reload all incore data for a filesystem. This is used mainly after running
|
||||
fsck on the root file system and finding things to fix. The file
|
||||
system must be mounted read-only. All cached meta-data are invalidated,
|
||||
superblock and summary information is re-read from disk, all cached
|
||||
inactive vnodes and file data are invalidated and all inode data
|
||||
are re-read for all active vnodes.
|
||||
.El
|
||||
.Pp
|
||||
Any additional options specific to a given filesystem type (see the
|
||||
|
|
Loading…
Reference in New Issue