lsvfs.1: Explain why lsvfs(1) shows 2 references to UFS on encrypted root.
[dragonfly.git] / usr.bin / lsvfs / lsvfs.1
blobe660409624fab7f4b9669f5a796389340abd2506
1 .\" $FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.7.2.3 2003/02/24 22:37:42 trhodes Exp $
2 .\" Garrett A. Wollman, September 1994
3 .\" This file is in the public domain.
4 .\"
5 .Dd March 10, 2018
6 .Dt LSVFS 1
7 .Os
8 .Sh NAME
9 .Nm lsvfs
10 .Nd list installed virtual filesystems
11 .Sh SYNOPSIS
12 .Nm
13 .Op Ar vfsname Ar ...
14 .Sh DESCRIPTION
15 The
16 .Nm
17 command lists information about the currently loaded virtual file system
18 modules.
19 When
20 .Ar vfsname
21 arguments are given,
22 .Nm
23 lists information about the specified VFS modules.
24 Otherwise,
25 .Nm
26 lists all currently loaded modules.
27 The information is as follows:
28 .Pp
29 .Bl -tag -compact -width Filesystem
30 .It Filesystem
31 the name of the file system, as would be used in the
32 .Ar type
33 parameter to
34 .Xr mount 2
35 and the
36 .Fl t
37 option to
38 .Xr mount 8
39 .It Refs
40 the number of references to this VFS; i.e., the number of currently
41 mounted file systems of this type
42 .It Flags
43 flag bits.
44 .El
45 .Sh SEE ALSO
46 .Xr mount 2 ,
47 .Xr mount 8
48 .Sh HISTORY
50 .Nm
51 command appeared in
52 .Fx 2.0 .
53 .Sh BUGS
55 .Dx Ap s
56 encrypted root setup,
57 .Nm
58 will show at least 2 references to
59 .Dq ufs
60 even though just
61 .Pa /boot
62 seems to be mounted.
63 The second reference is the initial root from the
64 .Pa /boot/kernel/initrd.img.gz
65 image.