Linux中挂载Windows共享出来的目录

Windows中
1.新建文件夹,创建共享目录

 右键文件夹,共享

2.设置访问方式 Everyone,添加确认

 

Linux-ubuntu中
1.安装cifs
#sudo apt-get install cifs-utils


2.挂载SAMBA目录
#sudo mount -t cifs //192.168.8.200/share_code /mnt/samba_code -o user=karllen,passwd="xxxx"

posted @ 2018-01-22 17:14  karllen  阅读(952)  评论(1编辑  收藏  举报