[Bug 254625] FUSE filesystems do not report device name to devd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 28 16:58:55 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254625

Alan Somers <asomers at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Alan Somers <asomers at FreeBSD.org> ---
This is not a bug in fusefs.  The kernel has no idea which disk(s) a particular
fuse daemon may be using.  It may be using 0, 1, or many real disks, but those
disks will all be opened by the daemon, not by fusefs itself.

I think that you want may be one of the following two new features:
1) For bsdisks to monitor disk devices for open/close events instead of just
mount/unmount, or
2) For ntfs-3g to report events to bsdisks directly

I'm going to close this issue, because there's no bug in fusefs, and those two
features are both things that you should pursue upstream.  But feel free to
reopen it if there's something I'm not understanding, or if you have a better
idea.

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


More information about the freebsd-bugs mailing list