On 09/01/18 13:43, Petit, Brent (HPC Data Management and Storage) wrote: > Enhanced XFS (EXFS) is a version of XFS maintained by HPE. > EXFS uses a unique magic number to allow the use of community > XFS, and EXFS filesystems at the same time. > > * src/stat.c (human_fstype): Add file system ID definition, > and use "exfs" as the name. > --- > src/stat.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/stat.c b/src/stat.c > index 8614a4d11..34e8dcd27 100644 > --- a/src/stat.c > +++ b/src/stat.c > @@ -324,6 +324,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf) > return "efivarfs"; > case S_MAGIC_EFS: /* 0x00414A53 local */ > return "efs"; > + case S_MAGIC_EXFS: /* 0x45584653 local */ > + return "exfs"; > case S_MAGIC_EXOFS: /* 0x5DF5 local */ > return "exofs"; > case S_MAGIC_EXT: /* 0x137D local */ >
applied thanks
