xref: /freebsd/usr.bin/lsvfs/lsvfs.1 (revision 8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32)
1c3aac50fSPeter Wemm.\" $FreeBSD$
22a136300SGarrett Wollman.\" Garrett A. Wollman, September 1994
32a136300SGarrett Wollman.\" This file is in the public domain.
42a136300SGarrett Wollman.\"
5f1b2407bSGarrett Wollman.Dd March 16, 1995
62a136300SGarrett Wollman.Dt LSVFS 1
72a136300SGarrett Wollman.Os
82a136300SGarrett Wollman.Sh NAME
92a136300SGarrett Wollman.Nm lsvfs
102a136300SGarrett Wollman.Nd list installed virtual file systems
112a136300SGarrett Wollman.Sh SYNOPSIS
128fe908efSRuslan Ermilov.Nm
132a136300SGarrett Wollman.Op Ar vfsname Ar ...
142a136300SGarrett Wollman.Sh DESCRIPTION
152a136300SGarrett WollmanThe
16f71970ddSPhilippe Charnier.Nm
172a136300SGarrett Wollmancommand lists information about the currently loaded virtual filesystem
182a136300SGarrett Wollmanmodules.  When
192a136300SGarrett Wollman.Ar vfsname
202a136300SGarrett Wollmanarguments are given,
21f71970ddSPhilippe Charnier.Nm
222a136300SGarrett Wollmanlists information about the specified VFS modules.  Otherwise,
23f71970ddSPhilippe Charnier.Nm
242a136300SGarrett Wollmanlists all currently loaded modules.
252a136300SGarrett WollmanThe information is as follows:
262a136300SGarrett Wollman.Pp
272a136300SGarrett Wollman.Bl -tag -compact -width Filesystem
282a136300SGarrett Wollman.It Filesystem
292a136300SGarrett Wollmanthe name of the filesystem, as would be used in the
302a136300SGarrett Wollman.Ar type
312a136300SGarrett Wollmanparameter to
322a136300SGarrett Wollman.Xr mount 2
330fccc7daSBruce Evansand the
340fccc7daSBruce Evans.Fl t
350fccc7daSBruce Evansoption to
360fccc7daSBruce Evans.Xr mount 8
372a136300SGarrett Wollman.It Refs
382a136300SGarrett Wollmanthe number of references to this VFS; i.e., the number of currently
392a136300SGarrett Wollmanmounted filesystems of this type
402a136300SGarrett Wollman.It Flags
410fccc7daSBruce Evansflag bits.
422a136300SGarrett Wollman.El
432a136300SGarrett Wollman.Sh SEE ALSO
442a136300SGarrett Wollman.Xr mount 2 ,
452a136300SGarrett Wollman.Xr mount 8
462a136300SGarrett Wollman.Sh HISTORY
472a136300SGarrett WollmanA
482a136300SGarrett Wollman.Nm
494a8d0283SMike Pritchardcommand appeared in
50f71970ddSPhilippe Charnier.Fx 2.0 .
51