sudo apt-get update
sudo apt-get install samba samba-common-bin
reboot
sudo nano /etc/samba/smb.conf
==========解決網路電腦名稱未出現:在 HEAD 的位置==========
[global]
netbios name = RPi-File-Server # 區域網路顯示的主機名稱
workgroup = WORKGROUP
wins support = yes
==========基本設定:放在最後面==========
[PiShare]
comment=Raspberry Pi Share
path=/home/pi/share
browseable=Yes
writeable=Yes
only guest=no
create mask=0777
directory mask=0777
public=yes
==========解決沒有登入權限:連接上行==========
force user = pi
==========在終端機重啟 SAMBA===========
sudo service samba restart
———- 二個設定範例 (實作中,我先設定權限全開)———- How-To: Share a folder with a Windows computer from a Raspberry Pi https://raspberrypihq.com/how-to-share-a-folder-with-a-windows-computer-from-a-raspberry-pi/
----------Raspberry Pi 架Samba Server 化身網路上的芳鄰----------
http://thinker-evans.blogspot.com/2015/10/raspberry-pi-samba-server_23.html
==========NOTE==========
sudo smbpasswd -a pi
(And enter pi’s password twice. default: raspberry)
(You may set as none, Enter twice.)
[公開分享]
comment = 簡易分享,匿名登入
path = /media/Data1
public = yes
browseable = yes
writable = yes
create mask = 0776
directory mask = 0776
force user = pi
==========解決網路電腦名稱未出現==========
———-Raspberry Pi 的實作 – 讓 Linux、Windows、OSX 分享檔案的 File Server———-
[global]
netbios name = RPi-File-Server # 區域網路顯示的主機名稱
http://blog.itist.tw/2014/05/samba.html
———-中文教學 (有設定權限)———-
https://blog.gtwang.org/iot/raspberry-pi/raspberry-pi-samba-setup-tutorial/
==========在終端機重啟 SAMBA===========
sudo service samba restart
==========檔案權限詳解===========
http://s2.naes.tn.edu.tw/~kv/file.htm
資料來源: https://anchieh.wordpress.com/2019/08/21/iaq-python-raspberry-pi-%E7%92%B0%E5%A2%83%E5%BB%BA%E6%A7%8B/
- 設定/etc/samba/smb.conf
- 建立密碼檔以及增加使用者
建立存放密碼的檔案
設定密碼檔的權限
增加一個使用者 (必須是在linux系統裡的帳號,假如不存在請用 useradd 新增)
- 重新啟動 Samba
測試smb.conf語法是否有錯誤
重新啟動
資料來源: https://blog.toright.com/posts/1038/linux-samba-service-%E8%A8%AD%E5%AE%9A%E6%95%99%E5%AD%B8%EF%BC%88%E7%B6%B2%E8%B7%AF%E8%8A%B3%E9%84%B0%E6%AA%94%E6%A1%88%E5%85%B1%E4%BA%AB%EF%BC%89.html
沒有留言:
張貼留言