diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 15fb7dd03..0c42c6c75 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -42,10 +42,21 @@ see for more details. If you need a currently unsupported filesystem, insert the corresponding module or recompile the kernel. +There is also a legacy +.BR sysfs (2) +system call (availability of which is controlled by the +.\" commit: 6af9f7bf3c399e0ab1eee048e13572c6d4e15fe9 +.B CONFIG_SYSFS_SYSCALL +kernel build configuration option since Linux 3.15) +that enables enumeration of currently available filesystem types regardless of +.I /proc +availability and/or sanity. .PP In order to use a filesystem, you have to .I mount it; see +.BR mount (2) +and .BR mount (8). .PP Below a short description of the available or historically available