lsvfs.1 (8a579692b2ca58249ada2d1429b45f83744c0219) lsvfs.1 (2a136300aceca6ec66907258618cf7fdae2a1025)
1.\" $FreeBSD$
1.\" $Id$
2.\" Garrett A. Wollman, September 1994
3.\" This file is in the public domain.
4.\"
2.\" Garrett A. Wollman, September 1994
3.\" This file is in the public domain.
4.\"
5.Dd March 16, 1995
5.Dd September 21, 1994
6.Dt LSVFS 1
7.Os
8.Sh NAME
9.Nm lsvfs
10.Nd list installed virtual file systems
11.Sh SYNOPSIS
6.Dt LSVFS 1
7.Os
8.Sh NAME
9.Nm lsvfs
10.Nd list installed virtual file systems
11.Sh SYNOPSIS
12.Nm
12.Nm lsvfs
13.Op Ar vfsname Ar ...
14.Sh DESCRIPTION
15The
13.Op Ar vfsname Ar ...
14.Sh DESCRIPTION
15The
16.Nm
17command lists information about the currently loaded virtual file system
18modules.
19When
16.Nm lsvfs
17command lists information about the currently loaded virtual filesystem
18modules. When
20.Ar vfsname
21arguments are given,
19.Ar vfsname
20arguments are given,
22.Nm
23lists information about the specified VFS modules.
24Otherwise,
25.Nm
21.Nm lsvfs
22lists information about the specified VFS modules. Otherwise,
23.Nm lsvfs
26lists all currently loaded modules.
27The information is as follows:
28.Pp
29.Bl -tag -compact -width Filesystem
30.It Filesystem
24lists all currently loaded modules.
25The information is as follows:
26.Pp
27.Bl -tag -compact -width Filesystem
28.It Filesystem
31the name of the file system, as would be used in the
32.Ar type
33parameter to
34.Xr mount 2
35and the
29the name of the filesystem, as would be used in the
36.Fl t
37option to
38.Xr mount 8
30.Fl t
31option to
32.Xr mount 8
33.It Index
34the kernel filesystem switch slot number for this filesystem, as would be
35used in the
36.Ar type
37parameter to
38.Xr mount 2
39.It Refs
40the number of references to this VFS; i.e., the number of currently
39.It Refs
40the number of references to this VFS; i.e., the number of currently
41mounted file systems of this type
41mounted filesystems of this type
42.It Flags
42.It Flags
43flag bits.
43flag bits (none are currently defined).
44.El
45.Sh SEE ALSO
46.Xr mount 2 ,
47.Xr mount 8
48.Sh HISTORY
49A
50.Nm
44.El
45.Sh SEE ALSO
46.Xr mount 2 ,
47.Xr mount 8
48.Sh HISTORY
49A
50.Nm
51command appeared in
52.Fx 2.0 .
51comand appeared in
52.Tn FreeBSD
532.0.