You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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 at C:\Users\username\AppData\Roaming\Microsoft\Windows\Network Shortcuts (path for Windows 10), so it will appear on "This PC" aka "My Computer"
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.
The text was updated successfully, but these errors were encountered: