windows linux共享

参考:

http://blog.csdn.net/loongembedded/article/details/37721883

http://blog.sina.com.cn/s/blog_6fb9dec201018ct5.html


1、

安装samba

sudo yum install samba samba-client  

2、

windows设置共享文件夹

3、

Linux挂载windows的共享文件之后,编译出现提示:对已定义的数据类型来说值过大(Value too large for defined data type);

解决方法:

[root@localhost mnt]# mount -t cifs //192.168.100.134/Linux_disk  -o username=test,nounix,noserverino

只需在后面加参数nounix,noserverino即可。


猜你喜欢

转载自blog.csdn.net/hxl5955/article/details/51596265