nekoni / nekodrive

Automatically exported from code.google.com/p/nekodrive
74 stars 32 forks source link

Nasty Crash Attempting to Mount a Drive and Create a Drive Letter #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fire up Neko Drive
2. Connect to my nfs server
3. Attempt to mount and create a drive letter
4. Click "mount" receive error/crash ... Driver letter "Y:" does not exist.

What is the expected output? What do you see instead?
Nice face connection to my Linux box serving as a backup machine.

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

Please provide any additional information below.
AMD 64 3.2 ghz
2gb ram
Radeon 4670
Windows XP x64 SP2

*/ You should also consider targeting Windows XP/2003 x64 users since "Unix 
Services for Windows" is ONLY x86 (aka win32) */

Original issue reported on code.google.com by wlgiv...@gmail.com on 19 Jun 2010 at 3:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Oh wanted to point out, it connects to my Linux box and even lists the 
available shares, allows me select on, assign a drive letter... the error only 
occurs when it, Nekodrive, attempts to create the actual mount (in Explorer?).

It seems the problem could by simply fixed by having an all x64 port. 

Original comment by wlgiv...@gmail.com on 21 Jun 2010 at 7:07

GoogleCodeExporter commented 9 years ago
Hi,
thank you for your support. The main issue is that the kernel interface that 
I'm using (Dokan library 0.5.2) does not support WinXP x64. You can use TestNfs 
as a windows Nfs Client 
(http://nekodrive.googlecode.com/files/NfsTestClient.zip).

Original comment by mirko.ga...@gmail.com on 21 Jun 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Anyway even though the code is compiled x86 it works perfectly on Vista/7 x64 
because only the kernel interface must be x64. And this is accomplished by 
Dokan that supports both x64 and x86 platform . Unluckily the only unsupported 
platform seems to be XP x64 and probably 2003 x64.

Original comment by mirko.ga...@gmail.com on 21 Jun 2010 at 3:59

GoogleCodeExporter commented 9 years ago
Ah gotcha! I was over at Dokan and posted a question as to why they have a Win7 
x64 port but didn't bother to build it for the currently much more popular 
WinXP x64?!?! Didn't make a whole lot of sense.

Original comment by wlgiv...@gmail.com on 21 Jun 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Windows XP x64 will be supported only when Dokan will support it

Original comment by mirko.ga...@gmail.com on 23 Jun 2010 at 9:57