Raspberry Pi Samba Server
Install Samba
選擇 yes,安裝額外套件將 DHCP 取得的 WINS 設定寫入 smb.conf。
1 | pi@raspberrypi:~ $ sudo apt-get insatll samba |
Setting Samba
加入 SambaServer 並設定密碼。
1 | pi@raspberrypi:~ $ sudo pdbedit -a -u pi |
編輯 SambaServer 的設定檔。
1 | pi@raspberrypi:~ $ sudo nano /etc/samba/smb.conf |
在設定檔最後加入以下設定。
1 | [Pi] |
存檔後,重啟Samba。
1 | pi@raspberrypi:~ $ sudo service smbd restart |
Usage
於檔案總管的網址列輸入以下指令,即可透過網路芳鄰讀取或寫入 Raspberry Pi 中的目錄與檔案。
System | Command |
---|---|
Windows | \\IP |
Linux | smb://IP/目錄名稱 |
Mac OS | smb://IP/目錄名稱 |
Reference:
License: Copyright (c) 2021 CC BY-SA 4.0 LICENSE