树莓派开启samba服务

我用的的工具

1. 树莓派2B一台

操作步骤

1. 树莓派安装samba程序

sudo apt-get install samba

如果出现错误提示,则需要先执行
sudo apt-get update
,再重新执行
sudo apt-get install samba
安装完成后,这里只是安装了 samba 服务,一些基本工具还没有安装,所以还需要安装 samba 支撑工具:
sudo apt-get install samba-common-bin
(注意:这一步非常重要,这个要是不安装会导致像 smbpasswd 这样的工具没有被安装,后面就无法增加 samba 用户了)
2. 修改smaba配置 /etc/samba/smb.conf
[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 = 0755
3. 增加 samba 用户:
sudo smbpasswd -a pi
输入两次密码,建议与系统保持一致。
4. 重启 samba 服务:
sudo service samba restart
5. 验证修改:
windows 下访问 \\ 192.168.0.19 \pi
#红字为树莓派的IP地址
输入用户名 pi 及密码,成功登录 samba!




  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值