使用Cygwin时’mount’
发布时间:2020-12-14 01:03:52 所属栏目:Linux 来源:网络整理
导读:我正在尝试使用mount命令将来自计算机的目录安装到我的 Windows机器上. 在cygwin中,我尝试了几种变体: mount machineName:/remote/location/blah /local/locationmount -t nfs machineName:/remote/location/blah /local/locationmount nfs machineName:/re
我正在尝试使用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:在/ etc / fstab或/etc/fstab.d/$USER中找不到brotula或者无效参数.我知道我的路径正确,因为我使用scp就好了. 我究竟做错了什么?谢谢! 解决方法
您是否按照man mount中的示例尝试了$mount // machinename / remote / location / blah / local / location?
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |