1. 安装apt-get install samba apt-get install smbfs
2. 修改配置 gedit /etc/samba/smb.conf
添加
[root]
comment = Root Directories
browseable = yes
writable = yes
path = /
valid users = smb1
; valid users = MYDOMAIN\%s
3. 重起生效/etc/init.d/samba restart
4. 添加用户 useradd smb1
设置smb1账户登录samba服务器的密码 smbpasswd -a smb1
5. 测试 \\192.168.1.88 账户smb1 密码smb1
/************************************************************************************/
注意: 禁用本地连接或者断开本地连接 测试 \\192.168.1.88出现错误 即使ubuntu在本机也不能登陆
文章评论(0条评论)
登录后参与讨论