Sambaの設定
以下のサイトを参考に実施
Sambaのインストール
$ sudo apt-get install samba
$ smbd -V
Version 4.1.17-Debian
設定変更
smb.conf をバックアップ
$ sudo cp -p /etc/samba/smb.conf /etc/samba/smb.conf.org
smb.conf を編集
[netlogon] の項目のコメントを外す
/etc/samba/smb.conf
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
[netlogon]
comment = Network Logon Service
path = /home/pi/nas_all
guest ok = yes
read only = yes
Samba の再起動
$ sudo service smbd restart
$ sudo service nmbd restart
Windows から[netlogon]フォルダが見えた!