安装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