Open GoogleCodeExporter opened 9 years ago
Same issue happens when running on Vista64.
Original comment by diskcras...@gmail.com
on 10 Oct 2009 at 6:50
As discovered in Issue 43: To get SSHFS working under Windows 7 x64 (64-bit),
you
need to modify the currently available DokanSSHFS.exe (dokan-sshfs-0.2.0.1226
2008/12/11) to force it to run in 32-bit mode. Then it works.
This can be done with a Microsoft tool "Microsoft Common Language Runtime
Agnostic
Assembly Conversion Tool" aka CorFlags.exe (68928 bytes, 2009-07-14 23:39:22,
SHA-1:
1C4BF478E42F53B0ACDBD54EDD88E693CB9CAEE9) that's distributed as part of the .NET
Development Tools. As of this writing, the latest release is "Microsoft
Windows SDK
for Windows 7 and .NET Framework 3.5 SP1" at
http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e
-1fd44e0e2505&displaylang=en
. That small web stub installer lets you pick which components from the huge
package
to download/install. As mdhuntley said in comment 8: Uncheck everything except
".NET
Development Tools" (Developer Tools -> Windows Development Tools -> .NET
Development
Tools) and install.
So after installing Dokan library (dokan-0.4.0.1223 x64 2008/12/19) and Dokan
SSHFS
(dokan-sshfs-0.2.0.1226 2008/12/11) set the 32BIT flag on DokanSSHFS.exe with:
%ProgramFiles%\Microsoft SDKs\Windows\v7.0\Bin\CorFlags.exe
"%ProgramFiles(x86)%\Dokan\DokanSSHFS\DokanSSHFS.exe" /32BIT+
Mounting remote filesystems via SSHFS on Windows 7 x64. Sweet!
Original comment by psar...@gmail.com
on 12 Nov 2009 at 5:08
can't someone post the modified exe so we don't all have to do this...windows 7
64-bit
is becoming pretty popular...
Original comment by mrdanpsmith@gmail.com
on 11 Feb 2010 at 2:11
With the fix mentioned above it works for me but only for a few seconds.
About 10 seconds after mounting the drive I get "cannot access directory. Wrong
parameter" and it is gone.
Windows 7 64bit
Original comment by Marcus.W...@gmail.com
on 12 Nov 2010 at 6:10
I have the same problem as Marcus, I changed the file to 32 bit and got it to
start sshfs, but after a few seconds the drive becomes unavailable. Has anyone
solved this?
Original comment by sc...@skister.com
on 17 Dec 2010 at 12:59
Original issue reported on code.google.com by
nigel.l....@gmail.com
on 25 Aug 2009 at 2:45Attachments: