https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254625
Alan Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #1 from Alan Somers <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
