Add new filesystem types, thanks to Jan Engelhardt

This commit is contained in:
Jamie Cameron
2010-10-12 13:14:55 -07:00
parent 23040fc2f6
commit 4eae182e5d

View File

@@ -933,13 +933,19 @@ local(%fsmap);
"sysv","System V Filesystem",
"swap","Virtual Memory",
"proc","Kernel Filesystem",
"devpts","PTS Filesystem",
"sysfs","Kernel Filesystem",
"devpts","Pseudoterminal Device Filesystem",
"auto",($autofs_support ? "Old " : "")."Automounter Filesystem",
"reiserfs","Reiser Filesystem",
"autofs","New Automounter Filesystem",
"usbdevfs","USB Devices",
"shm","SysV Shared Memory",
"tmpfs","RAM Disk",
"tmpfs","RAM/Swap Disk",
"devtmpfs","RAM/Swap Disk",
"ramfs","RAM Disk",
"btrfs","Oracle B-Tree Filesystem",
"ocfs2","Oracle Clustering Filesystem",
"gfs2","RedHat Clustering Filesystem",
"xfs","SGI Filesystem",
"jfs","IBM Journalling Filesystem",
"ntfs","Windows NT Filesystem",