Open amelia808 opened 5 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"
@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 atC:\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:
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.