Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2024 19:06:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 280801] /bin/df -l reports remote (fuse) filesystems as local
Message-ID:  <bug-280801-227-n7mDufmDXV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280801-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280801-227-n7mDufmDXV>