[Bug 280801] /bin/df -l reports remote (fuse) filesystems as local

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 Aug 2024 19:17:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280801

--- Comment #5 from Alan Somers <asomers@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.