我正在尝试使用 mount 命令将工作中的计算机上的目录挂载到我的 Windows 机器上。
在 cygwin 中,我尝试了几种变体:
mount machineName:/remote/location/blah /local/location
mount -t nfs machineName:/remote/location/blah /local/location
mount nfs machineName:/remote/location/blah /local/location
mount machineNAme:/remote/location/blah
并且我已经尝试过切换参数等。等等......我要么收到此消息:mount: can't find brotula in /etc/fstab or in /etc/fstab.d/$USER
要么invalid arguments
。我知道我的路径是正确的,因为我使用 scp 很好。
我究竟做错了什么?谢谢!