2015年6月4日木曜日

一番簡単なSambaサーバ設定

/etc/samba/smb.conf


[global]
workgroup = workgroupname
netbios name = hostname
security = share

[public]
path = /home/share
comment = public folder
writable = yes
public = yes
guest only = yes
guest ok = yes



これだけ
あとは、Windows側で、
net use g: \\192.168.56.101\public
とすればよい。

0 件のコメント: