Add new filesystem types, thanks to Jan Engelhardt
authorJamie Cameron <jcameron@webmin.com>
Tue, 12 Oct 2010 20:14:55 +0000 (13:14 -0700)
committerJamie Cameron <jcameron@webmin.com>
Tue, 12 Oct 2010 20:14:55 +0000 (13:14 -0700)
mount/linux-lib.pl

index 91371d0..4fd7d23 100755 (executable)
@@ -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",