cbodley / ms-nfs41-client

NFSv4.1 Client for Windows
GNU Lesser General Public License v3.0
150 stars 36 forks source link

mount error code 3&&1450 #6

Open RaffaelloHuu opened 5 years ago

RaffaelloHuu commented 5 years ago

C:\Program Files>cd NFSv4.1 Client

C:\Program Files\NFSv4.1 Client>nfsd_debug parse_cmdlineargs: debug_level 1 ldap is 1 179c: domain name is poria.cn 179c: NFS41 Daemon starting: version 37330703 179c: starting nfs41 mini redirector 179c: Parent waiting for children threads ^C C:\Program Files\NFSv4.1 Client>nfs_mount p: nfs.poria.cn:/Poria-Storage/1 WNetUseConnection(P:, \nfs.poria.cn\Poria-Storage\1) failed with error code 1450.

C:\Program Files\NFSv4.1 Client>

Chewbakka-Wakka commented 3 years ago

Anything in your windows event logs?

mingjian527 commented 1 year ago

@RaffaelloHuu Do you solved the problem?I have the same problem in windows server 2016

Romukas commented 1 year ago

@RaffaelloHuu Do you solved the problem?I have the same problem in windows server 2016

Why do you use this on Windows Server? - It has NFS client provided by Microsoft:

From Powershell: Install-WindowsFeature -Name NFS-Client

Then map network drive through Explorer

mingjian527 commented 1 year ago

@RaffaelloHuu Do you solved the problem?I have the same problem in windows server 2016

Why do you use this on Windows Server? - It has NFS client provided by Microsoft:

From Powershell: Install-WindowsFeature -Name NFS-Client

Then map network drive through Explorer because Windows Server NFS-Client dont't support utf-8

Romukas commented 1 year ago

Try running it with something like nfsd_debug.exe --noldap --uid 1000 --gid 1000 -d 3

because Windows Server NFS-Client dont't support utf-8

Is your NFS server a Linux system? If so I would try the first answer in https://superuser.com/questions/302407/what-to-do-with-nfs-server-utf-8-and-windows-7 (the one with convmvfs https://manpages.ubuntu.com/manpages/focal/man1/convmvfs.1.html ) before relying on this old unsupported client.