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

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

--- Comment #4 from Alan Somers <asomers@FreeBSD.org> ---
There's nothing in the fuse protocol that indicates that.  Furthermore, our VFS
doesn't even track that on a per-mountpoint basis, only on a per-file system
basis.  So our choices are to consider all fusefs mounts as remote or to
consider them all as local.

-- 
You are receiving this mail because:
You are the assignee for the bug.