'mount' while using Cygwin

大城市里の小女人 提交于 2019-12-10 14:58:08

问题


I'm trying to use the mount command to mount a directory from a computer here at work onto my Windows machine.

In cygwin, I've tried several variations:

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

AND I've tried it with the arguments switched around, etc. etc.... I either get this message :mount: can't find brotula in /etc/fstab or in /etc/fstab.d/$USER or invalid arguments. I know I have the paths right because I was using scp just fine.

What am I doing wrong? Thanks!


回答1:


Have you tried $ mount //machinename/remote/location/blah /local/location as per the examples in man mount?



来源:https://stackoverflow.com/questions/10855758/mount-while-using-cygwin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!