步骤
1:
安装
samba
$ sudo apt-get install samba
$ sudo apt-get install smbfs
步骤 2:查看smb服务是否起来
$ sudo netstat -tlnp | grep smb
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 3688/smbd
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 3688/smbd
步骤3:挂载windows网络共享目录
$ sudo mount //172.18.xx.xx/dir /mnt/win/ -o iocharset=utf8,username=gbx,password=gbx,codepage=cp936,uid=0
阅读(1869) | 评论(0) | 转发(0) |