The "reconnect" functionality in sshfs is not suited for all scenarios on OS X. It can be improved with some programming. Given that sshfs is open source, somebody interested can always help out.
You don't have to restart any "macfuse/sshfs services". You can simply unmount such stubborn mounts like this: umount -f /Users/plummie/Documents/stanford Use the absolute pathname to the mount point. If that doesn't work, try the same command as root: sudo umount -f ... Amit On Oct 12, 9:24 pm, henryleesd <[EMAIL PROTECTED]> wrote: > What steps will reproduce the problem? > 1. use sshfs to mount some directory from network > 2. leave it for some time (like overnight) > 3. not able to access the mounted directory > > here's the terminal: > > [EMAIL PROTECTED]:~$ umount some/mount/point/ > umount: some/mount/point: not currently mounted > [EMAIL PROTECTED]:~$ sshfs [EMAIL PROTECTED]:/some/directory/ > ~/some/mount/point/ -oreconnect > Password: > fuse: bad mount point `/Users/plummie/Documents/stanford/': Input/ > output error > > but when i restart computer it'll mount correctly. so i guess i need > to > restart macfuse/sshfs services to make it work again, right? how do i > do that? > > What version of the product are you using? On what operating system? > i'm using MacFUSE-1.7 and sshfs-1.0.0 on osx 10.5.4 > > thanks for reading --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
