首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用Cygwin时的“‘mount”

使用Cygwin时的“‘mount”
EN

Stack Overflow用户
提问于 2012-06-02 02:48:11
回答 1查看 15.4K关注 0票数 5

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

在cygwin中,我尝试了几种变体:

代码语言:javascript
复制
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很好。

我做错了什么?谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-06-02 02:54:50

根据man mount中的示例,您尝试过$ mount //machinename/remote/location/blah /local/location

票数 6
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10855758

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档