xref: /freebsd/usr.bin/lsvfs/lsvfs.1 (revision c0f826e65282c0fc5f0b4c08bbf87d53358bc2d1)
1c3aac50fSPeter Wemm.\" $FreeBSD$
22a136300SGarrett Wollman.\" Garrett A. Wollman, September 1994
32a136300SGarrett Wollman.\" This file is in the public domain.
42a136300SGarrett Wollman.\"
5*c0f826e6SHiroki Sato.Dd June 9, 2013
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 file system
186a3e8b0aSRuslan Ermilovmodules.
196a3e8b0aSRuslan ErmilovWhen
202a136300SGarrett Wollman.Ar vfsname
212a136300SGarrett Wollmanarguments are given,
22f71970ddSPhilippe Charnier.Nm
236a3e8b0aSRuslan Ermilovlists information about the specified VFS modules.
246a3e8b0aSRuslan ErmilovOtherwise,
25f71970ddSPhilippe Charnier.Nm
262a136300SGarrett Wollmanlists all currently loaded modules.
272a136300SGarrett WollmanThe information is as follows:
282a136300SGarrett Wollman.Pp
292a136300SGarrett Wollman.Bl -tag -compact -width Filesystem
302a136300SGarrett Wollman.It Filesystem
312a136300SGarrett Wollmanthe name of the file system, as would be used in the
322a136300SGarrett Wollman.Ar type
332a136300SGarrett Wollmanparameter to
342a136300SGarrett Wollman.Xr mount 2
350fccc7daSBruce Evansand the
360fccc7daSBruce Evans.Fl t
370fccc7daSBruce Evansoption to
380fccc7daSBruce Evans.Xr mount 8
39*c0f826e6SHiroki Sato.It Num
40*c0f826e6SHiroki Satothe filesystem type number.
412a136300SGarrett Wollman.It Refs
422a136300SGarrett Wollmanthe number of references to this VFS; i.e., the number of currently
432a136300SGarrett Wollmanmounted file systems of this type
442a136300SGarrett Wollman.It Flags
450fccc7daSBruce Evansflag bits.
462a136300SGarrett Wollman.El
472a136300SGarrett Wollman.Sh SEE ALSO
482a136300SGarrett Wollman.Xr mount 2 ,
49*c0f826e6SHiroki Sato.Xr getvfsbyname 3 ,
502a136300SGarrett Wollman.Xr mount 8
512a136300SGarrett Wollman.Sh HISTORY
522a136300SGarrett WollmanA
532a136300SGarrett Wollman.Nm
544a8d0283SMike Pritchardcommand appeared in
55f71970ddSPhilippe Charnier.Fx 2.0 .
56