'mount'而使用Cygwin [英] 'mount' while using Cygwin

查看:171
本文介绍了'mount'而使用Cygwin的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我尝试使用mount命令将工作中的计算机上的目录挂载到Windows机器上。变化:

  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:在/ etc / fstab或/etc/fstab.d/$USER 无效参数中找不到brotula。我知道我的路径正确,因为我使用scp很好。



我做错了什么?谢谢!

解决方案

你尝试过 $ mount // machinename / remote / location / blah / local / man mount


中的示例

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!

解决方案

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

这篇关于'mount'而使用Cygwin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆