fuser icon indicating copy to clipboard operation
fuser copied to clipboard

Add support for building without libfuse on FreeBSD

Open cberner opened this issue 5 years ago • 2 comments

cberner avatar Oct 04 '20 23:10 cberner

mount() seems to be missing from the libc crate for FreeBSD, so this is blocked on better support for FreeBSD in libc

cberner avatar Oct 07 '20 21:10 cberner

That's because on FreeBSD, you should use nmount instead of mount.

asomers avatar Aug 29 '23 18:08 asomers