12/01/2015

Windows Accessible Network Drive on Raspberry PI

[1] Install Package : samba-common-bin
apt-get install samba samba-common-bin
 
[2] Make Samba-Accessible Account ( with Password )
// root : the name of the user in Linux
smbpasswd -a root
 
[3] Configure Samba Drive ( Folder )
nano /etc/samba/smb.conf
 
[4] Add below @the bottom
[de Noir]
comment = de Noir
path = /root/de\ Noir
valid user = root
browseable = yes
writable = yes
 
[5] Restart Samba Service
service samba restart
 
[6] Connect from Windows ( using ID & PW from [2] )


댓글 없음:

댓글 쓰기