I think I have everything setup correctly, but I my Windows 7 Machine does not see my Samba server.
testparm output:
$this->bbcode_second_pass_code('', '[root@alarm ~]# testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[media]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
server string = ALARM
map to guest = Bad User
guest account = root
log file = /var/log/samba/%m.log
max log size = 50
printcap name = /dev/null
disable spoolss = Yes
idmap config * : backend = tdb
use sendfile = Yes
printing = bsd
print command = lpr -r -P'%p' %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j
[media]
path = /media/stuff
force user = root
guest ok = Yes
')
My smb.conf
$this->bbcode_second_pass_code('', ' [global]
workgroup = WORKGROUP
server string = ALARM
netbios name = ALARM
security = user
map to guest = Bad User
guest account = root
load printers = yes
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log file = /var/log/samba/%m.log
max log size = 50
use sendfile = true
[media]
path = /media/stuff
read only = yes
public = yes
writable = no
guest ok = yes
')
I should also note /media/stuff is an external hard drive formatted as NTFS.
Anybody have any suggestions? I've tried resetting it up using various guides found across the web to no avail.
Thanks.
EDIT: I am able to connect by putting the device IP in the address bar (\\192.168.0.86\media), but otherwise it won't show up. It is not as big an issue as before, but still it would be nice to have XBMC and the like auto detect it.