From: Pádraig Brady Date: Thu, 26 Nov 2020 14:29:57 +0000 (+0000) Subject: maint: mention in NEWS about new df remote fs types X-Git-Tag: v9.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b886390947fb9152341eb7ecf6fa223fbf46da32;p=thirdparty%2Fcoreutils.git maint: mention in NEWS about new df remote fs types * NEWS: Mention new remote file system types recognized since gnulib commit dd1fc46b. --- diff --git a/NEWS b/NEWS index 61b5d42f62..79f5b0e99b 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,9 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + df now recognizes these file systems as remote: + acfs, coda, fhgfs, gpfs, ibrix, ocfs2, and vxfs. + stat and tail now know about the "devmem", "vboxsf", and "zonefs" file system types. stat -f -c%T now reports the file system type, and tail -f uses polling for "vboxsf" and inotify for the others.