我遵循的部分说明指示 ( https://graspingtech.com/mount-nfs-share-windows-10/ )mount -o anon \\server_ip_address\mnt\vms
在 Windows 命令提示符中键入。在 cygwing 中,命令无法识别,但选项无法识别anon
但我收到以下错误:'mount' is not recognized as an internal or external command, operable program or batch file.
看起来像一个路径问题。
在命令提示符
cd\
下返回根目录,然后dir/s mount.exe
.这应该返回 1 次或多次点击,在我的情况下,路径是
如果你然后
cd
到那个目录,你应该能够mount
从那里运行。