gensrjh / macfuse

Automatically exported from code.google.com/p/macfuse
Other
1 stars 0 forks source link

fuse: writing device: Invalid argument #364

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run sshfs.
2. enter server and username (i used server 'deedee' in this case)
3. enter prompt for password

What is the expected output? What do you see instead?

* ssh filesystem should mount

What version of the product are you using? On what operating system?

OSX10.5.3
MacFUSE-Core-10.5-1.5.1
sshfs-1.0.0

Please provide any additional information below.

This link might provide a hint as it contains the same error message: 
http://osdir.com/ml/file-systems.fuse.devel/2006-07/msg00028.html

Couldn't find anything in the logs, but perhaps I wasn't looking in the
right place.

When attempted to do same with MacFusion (mf2beta4) the logs show this when
sshfs is run from the terminal:

MacFusion Core: Notification received
com.google.filesystems.fusefs.unotifications.mounted
deedee: Mount OK

However, the device does not appear.

Attempts to mount via macfusion give this error (mount name is  'tv'):

MacFusion Core: Untested MacFuse version 1.5.1 detected, not warning user
MacFusion Core: Loaded FTPFS filesystem from org.mgorbach.MacFusion.FTPFS
MacFusion Core: Loaded SSHFS filesystem from org.mgorbach.MacFusion.SSHFS
tv: kextload: /Library/Filesystems/fusefs.fs/Support/fusefs.kext loaded
successfully
MacFusion Core: Notification received
com.google.filesystems.fusefs.unotifications.mounted
tv: fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
fuse: writing device: Invalid argument
tv: Mount OK

Original issue reported on code.google.com by shoff...@gmail.com on 19 Jun 2008 at 12:13

GoogleCodeExporter commented 8 years ago
The sshfs GUI is unsupported sample code. See Q3.4 in the MacFUSE FAQ 
(http://code.google.com/p/macfuse/wiki/FAQ).

For macfusion issues, you should report them to the macfusion support 
website(s).

Original comment by si...@gmail.com on 19 Jun 2008 at 4:37