mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

WebDAV not unmounting #81

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

I noticed that if I connect the REPL, disconnect, and then try to reconnect again, then WebDAV can't be mounted. Stopping the REPL, but leaving the simulator running, and then looking at stuff from terminal, I see:

$ umount /Volumes/Ambly-EBF30AA8
umount(/Volumes/Ambly-EBF30AA8): Resource busy -- try 'diskutil unmount'

Using lsof doesn't show anything opened in the mount point. I found that then doing umount with -f followed by removing the mount dir works.