https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280801
--- Comment #5 from Alan Somers <asom...@freebsd.org> --- Curious about the OP's comment, I checked the source code for GNU df. It doesn't have a good way to tell if a file system is remote, either. Instead, it just guesses based on the file system's type name. It's got a hard-coded list of a few file systems like "smbfs" and "cifs", and it also considers anything with a ":" in its name to be remote. So, not very good. -- You are receiving this mail because: You are the assignee for the bug.