Linux访问Windows共享文件出现问题解决方法

  • A+
所属分类:技术杂记

    要配置一个编译环境,要求是本地计算机编辑代码,服务器编译代码,那么就是用Windows共享,让服务器来访问。当使用mount cifs的时候,能正常访问文件,但是执行chmod 777 -R 命令时,出现"permission denied",正确的解决方法为,在服务器敲击如下命令:mount -t cifs //Windows IP/FileName /home/FileName -o username=user,password="passwd",nounix,noserverino,rw,dir_mode=0777,file_mode=0777,即可解决问题。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: