summaryrefslogtreecommitdiffstats
path: root/man5/filesystems.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/filesystems.5')
-rw-r--r--man5/filesystems.516
1 files changed, 8 insertions, 8 deletions
diff --git a/man5/filesystems.5 b/man5/filesystems.5
index db3fe770f..d7183728f 100644
--- a/man5/filesystems.5
+++ b/man5/filesystems.5
@@ -23,7 +23,7 @@
.\"
.\" 2007-12-14 mtk Added Reiserfs, XFS, JFS.
.\"
-.TH FILESYSTEMS 5 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH FILESYSTEMS 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.nh
.SH NAME
filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660,
@@ -152,22 +152,22 @@ filenames can be no longer than 8 characters, followed by an
optional period and 3 character extension.
.TP
.B ncpfs
-is a network filesystem that supports the NCP protocol, used by
-Novell NetWare.
+is a network filesystem that supports the NCP protocol,
+used by Novell NetWare.
+It was was removed from the kernel in 4.17.
.IP
To use
.BR ncpfs ,
you need special programs, which can be found at
-.UR ftp://linux01.gwdg.de\:/pub\:/ncpfs
+.UR ftp://ftp.gwdg.de\:/pub\:/linux\:/misc\:/ncpfs
.UE .
.TP
.B nfs
is the network filesystem used to access disks located on remote computers.
.TP
.B ntfs
-replaces Microsoft Window's FAT filesystems (VFAT, FAT32).
-It has reliability, performance, and space-utilization enhancements
-plus features like ACLs, journaling, encryption, and so on.
+is the filesystem native to Microsoft Windows NT,
+supporting features like ACLs, journaling, encryption, and so on.
.TP
.B proc
is a pseudo filesystem which is used as an interface to kernel data
@@ -239,7 +239,7 @@ It was removed from the kernel in 2.1.21.
.BR mkfs (8),
.BR mount (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,