我正在尝试使用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就好了。
我做错了什么?谢谢!
答案 0 :(得分:6)
您是否按照$ mount //machinename/remote/location/blah /local/location
中的示例尝试了man mount
?