RaspberryPi.4.文件服务器.samba

it2022-05-05  173

安装samba

sudo apt-get insatall samba samba-common-bin

配置

 插入在最后

[shared] comment = Pulic storage path = /home redy only =no writable = yes browseable = yes guest ok = yes

添加用户和密码

smbpasswd -a sambausername

 

 --------------------------

在取消磁盘挂载时,报错 busy 需要增加参数 -l

umount -l /dev/sda1

 

 

 

via

http://shumeipai.nxez.com/2013/08/24/install-nas-on-raspberrypi.html

https://blog.csdn.net/qq_38410730/article/details/80500920

 

转载于:https://www.cnblogs.com/protogenoi/p/11186264.html


最新回复(0)