SAMBA
2008-02-01 (金) 08:20:59
インストールは
# apt-get install samba
default enterで、設定は後からsmb.confを編集。
/etc/samba/smb.conf
[global]
dos charset = CP932
unix charset = EUC-JP
display charset = CP932
workgroup = KURONET
domain logons = yes
server string = ormaster
map to guest = Bad User
server max protocol = NT1
[ormaster]
path = /home/ormaster/data
read only = No
guest ok = Yes
workgroupはネットワーク環境に合わせて変更。
map to guest = Bad User の記述がないと共有できない。
windows10では
domain logons = yes server max protocol = NT1
の追記が必要。