SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
363 stars 86 forks source link

Force unmount on Mac/Linux. #114

Open stanimirivanovde opened 3 years ago

stanimirivanovde commented 3 years ago

On Mac OS X, if there is an operation in progress the umount() function returns without an error but the operation doesn't succeed. We need to force the umount() in that case.