fuser
fuser copied to clipboard
Add support for building without libfuse on FreeBSD
mount() seems to be missing from the libc crate for FreeBSD, so this is blocked on better support for FreeBSD in libc
That's because on FreeBSD, you should use nmount instead of mount.