您的位置:首页 > 运维架构 > Linux

Linux mount Windows共享后编译出现“Value too large for defined data type”

2015-02-25 17:31 525 查看
搜了一下,通过mount来访问的windows共享目录下的C代码的时候,容易出现这个问题,后面加nounix,noserverino就搞定
mount //135.252.154.66/share /home/cc/examples -o username=chengic,password=****,dmask=777,fmask=777,nounix,noserverino
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐