[Raspberry pi]Samba Server (라즈베리파이 삼바서버-SMB)
삼바서버를 통해 리눅스 서버(raspberrypi)와 다른 기기간 파일 공유가 가능합니다. 맥OS에서 접속하면 아래와 같이 접속이 가능하다. Finder > 이동 > 서버에 연결 > smb://xxx.xxx.xxx.xxx 1. 삼바서버 설치 (Install/Update SMB Server) $ sudo apt-get update 2. 설치 메시지 (Install Message) Y/n을 통해서 넘어가게 되는데, Y 누르면 넘어감. 3. 유저 추가 및 패스워드(Add user and Password) $ sudo smbpasswd -a pi 패스워드 입력 2번 확인 (type and retype Password for confirm) 4. 삼바서버 설정 (SMB Server Setting) $ sudo n..
Dev/Server-Client
2021. 1. 7. 21:12