winfsp / nfs-win

NFS for Windows
https://winfsp.dev
Other
154 stars 24 forks source link

The network path was not found. error #1

Open amelia808 opened 5 years ago

amelia808 commented 5 years ago

I keep getting this error while trying to create a mount with the \nfs\ip\path syntax, whereas I can mount it perfectly fine by using windows built in nfs support.

ghost commented 4 years ago

@Danhyal-Masood did you get it working? I got the same problem, not sure what is wrong, README syntax explanation is not very clear

UPDATE: calling fuse-nfs directly works e.g. locate fuse-nfs.exe, normally at C:\Program Files (x86)\NFS-Win\bin\fuse-nfs.exe Open cmd and execute "C:\Program Files (x86)\NFS-Win\bin\fuse-nfs.exe" -n nfs://serverip/foldershare -m C:\folder\you\want\to\use\for\mountpoint

C:\folder\you\want\to\use\for\mountpoint may be ideally placed at C:\Users\username\AppData\Roaming\Microsoft\Windows\Network Shortcuts (path for Windows 10), so it will appear on "This PC" aka "My Computer"

OvidioLee commented 1 year ago

@Danhyal-Masood did you get it working? I got the same problem, not sure what is wrong, README syntax explanation is not very clear

UPDATE: calling fuse-nfs directly works e.g. locate fuse-nfs.exe, normally at C:\Program Files (x86)\NFS-Win\bin\fuse-nfs.exe Open cmd and execute "C:\Program Files (x86)\NFS-Win\bin\fuse-nfs.exe" -n nfs://serverip/foldershare -m C:\folder\you\want\to\use\for\mountpoint

C:\folder\you\want\to\use\for\mountpoint may be ideally placed at C:\Users\username\AppData\Roaming\Microsoft\Windows\Network Shortcuts (path for Windows 10), so it will appear on "This PC" aka "My Computer"

"C:\Program Files (x86)\NFS-Win\bin\fuse-nfs.exe" -n nfs://192.168.31.92/mnt/user/MyNAS -m V: