SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umount on Mac OS X doesn't work

stanimirivanovde opened this issue · comments

While an operation is in progress (file write) the umount() function returns without an error but doesn't force an umount. I have submitted a PR to fix this.

#114