doc/documentation/manual-pages/ja/man1/lsvfs.1
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

53 lines
1 KiB
Groff

.\" %FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.12 2004/07/02 22:22:27 ru Exp %
.\" Garrett A. Wollman, September 1994
.\" This file is in the public domain.
.\"
.\" $FreeBSD$
.Dd March 16, 1995
.Dt LSVFS 1
.Os
.Sh 名称
.Nm lsvfs
.Nd インストール済の仮想ファイルシステム一覧を表示する
.Sh 書式
.Nm
.Op Ar vfsname Ar ...
.Sh 解説
.Nm
コマンドは現在ロードされている仮想ファイルシステムモジュールに
関する情報を表示します。
引数
.Ar vfsname
が与えられると、
.Nm
は指定された VFS モジュールに関する情報を表示します。
それ以外の場合、
.Nm
は現在ロードされている全てのモジュールを表示します。
表示される情報は以下の通り:
.Pp
.Bl -tag -compact -width Filesystem
.It Filesystem
ファイルシステム名。
.Xr mount 2
.Ar type
パラメータに用いられるものと、
.Xr mount 8
.Fl t
オプションに用いられるものを使用可能です。
.It Refs
この VFS への参照数。
つまり、このタイプのファイルシステムのうち現在マウントされているものの数。
.It Flags
フラグビット。
.El
.Sh 関連項目
.Xr mount 2 ,
.Xr mount 8
.Sh 歴史
.Nm
コマンドは
.Fx 2.0
で登場しました。