This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to setup SMB/CIFS on PIs to access my NAS | |
install smb client on all pis in your cluster: | |
$ sudo apt install samba samba-common-bin smbclient cifs-utils | |
create credentials file for your NAS access locally on all of your pis | |
$ vi /home/pi/.smbcredentials | |
username=yourusername | |
password=yourpassword |