document reload option, description shamelessly stolen off ffs_reload()

comment
This commit is contained in:
jdolecek 2004-12-07 21:38:58 +00:00
parent a974bfe8ce
commit 19d91c00f9
1 changed files with 9 additions and 2 deletions

View File

@ -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 .\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\" .\"
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94 .\" @(#)mount.8 8.8 (Berkeley) 6/16/94
.\" .\"
.Dd March 27, 2004 .Dd December 7, 2004
.Dt MOUNT 8 .Dt MOUNT 8
.Os .Os
.Sh NAME .Sh NAME
@ -244,6 +244,13 @@ If those operations fail due to a non-existent file the underlying
directory is then accessed. directory is then accessed.
All creates are done in the mounted filesystem, except for the fdesc All creates are done in the mounted filesystem, except for the fdesc
file system. 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 .El
.Pp .Pp
Any additional options specific to a given filesystem type (see the Any additional options specific to a given filesystem type (see the