CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_filesystems.5
blob57fd9b9665cd69b11167082d34fb2f16f9f131ce
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .\" FIXME cross check against Documentation/filesystems/proc.txt
8 .\" to see what information could be imported from that file
9 .\" into this file.
10 .\"
11 .TH proc_filesystems 5 (date) "Linux man-pages (unreleased)"
12 .SH NAME
13 /proc/filesystems \- supported filesystems
14 .SH DESCRIPTION
15 .TP
16 .I /proc/filesystems
17 A text listing of the filesystems which are supported by the kernel,
18 namely filesystems which were compiled into the kernel or whose kernel
19 modules are currently loaded.
20 (See also
21 .BR filesystems (5).)
22 If a filesystem is marked with "nodev",
23 this means that it does not require a block device to be mounted
24 (e.g., virtual filesystem, network filesystem).
25 .IP
26 Incidentally, this file may be used by
27 .BR mount (8)
28 when no filesystem is specified and it didn't manage to determine the
29 filesystem type.
30 Then filesystems contained in this file are tried
31 (excepted those that are marked with "nodev").
32 .SH SEE ALSO
33 .BR proc (5)