使用Cygwin时'mount'

Ken*_*Ken 5 mount cygwin

我正在尝试使用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
Run Code Online (Sandbox Code Playgroud)

我已经尝试过切换的参数等等....我要么得到这个消息:mount: can't find brotula in /etc/fstab or in /etc/fstab.d/$USER或者invalid arguments.我知道我的路径正确,因为我使用scp就好了.

我究竟做错了什么?谢谢!

AlG*_*AlG 6

您是否$ mount //machinename/remote/location/blah /local/location按照示例进行了尝试man mount