树莓派2研究之:安装samba服务

1.sudo apt-get install samba如果出现错误提示,则需要先执行sudo apt-get update,则重新install安装完成后,这里只是安装了samba服务,一些基本工具还没有安装,所以还需要安装samba支撑工具:sudo apt-get install samba-common-bin(注意:这一步非常重要,,这个要是不安装会导致像smbpasswd这样的工具没有被安装,后面就无法增加samba用户了)2. 配置/etc/samba/smb.confsudo vi/etc/samba/smb.conf修改[homes]段为如下:[homes] comment = Home Directories browseable = yes# By default, the home directories are exported read-only. Change the# next parameter to ‘no’ if you want to be able to write to them. read only = no# File creation mask is set to 0700 for security reasons. If you want to# create files with group=rw permissions, set next parameter to 0775. create mask = 0755# Directory creation mask is set to 0700 for security reasons. If you want to# create dirs. with group=rw permissions, set next parameter to 0775. directory mask = 07553. 增加samba用户:sudo smbmasswd -a pi输入两次密码,建议与系统保持一致。4. 重启samba服务:sudo service samba restart5. 验证修改:在windows下访问\\192.168.0.19\pi输入用户名pi及密码,成功登录samba!

版权声明:本文为博主原创文章,未经博主允许不得转载。

因害怕失败而不敢放手一搏,永远不会成功

树莓派2研究之:安装samba服务

相关文章:

你感兴趣的文章:

标签云: