5

我正在尝试使用 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 很好。

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

4

1 回答 1

6

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

于 2012-06-01T18:54:50.167 回答