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