Bug 649430 - sshfs checks for errors in the wrong order
Summary: sshfs checks for errors in the wrong order
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fuse
Version: 14
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-03 18:01 UTC by Need Real Name
Modified: 2011-12-17 14:40 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-12-17 14:40:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2010-11-03 18:01:54 UTC
sshfs does not check if a mountpoint exists before attempting a mount. It fails later, after the expensive part.

$ sshfs 1.2.3.4:/something localdir
user.3.4's password: 
fuse: bad mount point `localdir': No such file or directory

It would be good if the existance of "localdir", the local mountpoint was checked before the network part began.

Comment 1 Peter Lemenkov 2011-12-17 14:40:45 UTC
It seems fixed in the recent fuse.


Note You need to log in before you can comment on or make changes to this bug.