Alrighty. I'm having trouble setting up my mac so as to enable a Win XP box on my network to connect to a single folder. The owner of that folder is me, also the only user on the mac. My smb.conf file is as follows:
----------------------------
Global parameters
[global]
coding system = utf8
client code page = 437
netbios name = HOZIE
server string = Samba
security = SHARE
encrypt passwords = Yes
wins support = Yes
guest account = Nik
hosts allow = 192.168
max connections = 3
[Hozie AlBook]
comment = AlBook
path = /Users/hozie/Desktop/Shared Folder
read only = No
create mask = 0600
directory mask = 0700
guest only = Yes
guest ok = Yes
----------------------------------
Now, using SharePoints, I've added a user called 'Nik' (my brother on the WinXP box whom I want to be able to access the folder 'Shared Folder', which he will see as 'Hozie AlBook' in the workgroup 'WORKGROUP' (which I made sure was the same in Directory access and on the XP box.) The user I created in sharepoints is in the group 'guest'. Now whenever I try to connect from the XP box, I get an error saying it didn't find the network path. I tried using the 'map network drive' option without success. The Mac shows up just fine in the workgroup, but I can't access anything on it from the XP box.
Is anything glaringly wrong here?
Thanks!