在Linux下访问Windows共享文件夹

记录一下,有空试一下

https://www.cnblogs.com/xcb0730/p/9752208.html

遇到挂在/etc/fstab失败的解决方法

https://blog.csdn.net/zhaole20094463/article/details/7540100

 

使用mount挂载的方法在系统重新启动后就会失效,如果希望开机时自动挂载,将下面设置加入/etc/fstab文件最后面就可以了。

//192.168.66.198/share /home/windows cifs defaults,username=share,password=share 0 2

然后执行下mount -a即可

posted @ 2019-05-06 23:50  大老虎打老虎  阅读(426)  评论(0编辑  收藏  举报