fuse-friends / fuse-native

Multithreaded FUSE bindings for Node JS.
203 stars 29 forks source link

Better unmount behavior on OSX #13

Closed andrewosh closed 4 years ago

andrewosh commented 4 years ago

If we call diskutil unmount force (mountpoint) instead of just diskutil unmount (mountpoint), it will unmount even if terminals and Finders are open on that mountpoint.

Added a few OSX-specific tests to cover this scenario.

andrewosh commented 4 years ago

@mafintosh think this is good to go?

mafintosh commented 4 years ago

Yes