Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Miklos Szeredi <miklos@sz...> - 2005-12-01 20:17:08
|
> Good work with sshfs, it certainly makes life easier. > > I have found what appears to be a bug by accidentally mounting an > invalid path. > > Instead of receiving an invalid path error, the mount operation > succeeded. Subsequent attempts to access the mounted file system were, > of course, unsuccessful. There wasn't a problem unmounting. > > I don't know if this is the intended sshfs behaviour, but I doubt it. I > think that the mount should fail and give an invalid path message (e.g. > sshfs: /invalid/path: No such file or directory). > > Below you will find an example of the bug and also some relevant > configuration information. This is more or less a known situation. Fixing it wouldn't be too hard, but I'm reluctant to add an extra client-server roundtrip delay to the mounting just for the error case. An option could be added which would enable checking the remote path. But it would be turned off by default, which would make it sort of useless. Miklos |