b5ae06
diff -urNp a/agent/mibgroup/hardware/fsys/fsys_mntent.c b/agent/mibgroup/hardware/fsys/fsys_mntent.c
b5ae06
--- a/agent/mibgroup/hardware/fsys/fsys_mntent.c	2018-08-14 10:42:04.298706747 +0200
b5ae06
+++ b/agent/mibgroup/hardware/fsys/fsys_mntent.c	2018-08-14 10:42:27.177735016 +0200
b5ae06
@@ -142,6 +142,7 @@ _fsys_type( char *typename )
b5ae06
               !strcmp(typename, MNTTYPE_SIMFS) ||
b5ae06
               !strcmp(typename, MNTTYPE_VZFS) ||
b5ae06
               !strcmp(typename, MNTTYPE_BTRFS) ||
b5ae06
+              !strcmp(typename, MNTTYPE_ACFS) ||
b5ae06
               !strcmp(typename, MNTTYPE_LOFS))
b5ae06
        return NETSNMP_FS_TYPE_OTHER;
b5ae06
 
b5ae06
diff -urNp a/agent/mibgroup/hardware/fsys/mnttypes.h b/agent/mibgroup/hardware/fsys/mnttypes.h
b5ae06
--- a/agent/mibgroup/hardware/fsys/mnttypes.h	2018-08-14 10:42:04.298706747 +0200
b5ae06
+++ b/agent/mibgroup/hardware/fsys/mnttypes.h	2018-08-14 10:42:27.177735016 +0200
b5ae06
@@ -151,6 +151,9 @@
b5ae06
 #ifndef MNTTYPE_BTRFS
b5ae06
 #define MNTTYPE_BTRFS    "btrfs"
b5ae06
 #endif
b5ae06
+#ifndef MNTTYPE_ACFS
b5ae06
+#define MNTTYPE_ACFS  "acfs"
b5ae06
+#endif
b5ae06
 
b5ae06
 /*
b5ae06
  *  File systems to skip
b5ae06
diff -urNp a/agent/mibgroup/hardware/fsys/mounts.h b/agent/mibgroup/hardware/fsys/mounts.h
b5ae06
--- a/agent/mibgroup/hardware/fsys/mounts.h	2012-10-10 00:28:58.000000000 +0200
b5ae06
+++ b/agent/mibgroup/hardware/fsys/mounts.h	2018-08-14 10:44:30.798843141 +0200
b5ae06
@@ -56,6 +56,9 @@
b5ae06
 #ifndef MOUNT_UFS
b5ae06
 #define MOUNT_UFS    "ufs"
b5ae06
 #endif
b5ae06
+#ifndef MOUNT_ACFS
b5ae06
+#define MOUNT_ACFS   "acfs"
b5ae06
+#endif
b5ae06
 
b5ae06
 /*
b5ae06
 #ifndef MNTTYPE_AFS