Okay, I've been messing around with this thing for several days now and I can't get this working! Arrrgh! I'm a complete newb to the Linux world so if you so if you give instructions, please be detailed... 
So here goes...
XP Machine - 192.168.2.33
Linux Machine - 192.168.2.24
I'm running Mandrake 8.2
I donwloaded Samba and have it installed.
I believe I properly configured the smb.conf file
I'm trying to get my main Windows XP machine to be able to browse through the Linux Machine which is essentially a file server. I can see the Linux machine in my network neighborhodd now (workgroup: Irvine). My XP machine name is "Alex", while the Linux machine is just "localhost". The problem is I can't get in though... I get this error...
\\Localhost is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again.
in my smbpasswd file I added a user "alex" along with a password. ("alex" is a valid linux user also). ONCE I was able to get in after I don't know what I really did, but after a restart it wouldn't work anymore. Any ideas? I'm guessing its dealing with permissions and stuff?
Heres a shortend my smb.conf file...
[global]
workgroup = Irvine
server string = Mandrake Linux
hosts allow = 192.168.2. 127.
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
interfaces = 192.168.2.24 127.0.0.1
[homes]
comment = Home Directories
browseable = no
writeable = yes
[videos]
comment = Linux Box Videos
path = /mnt/windows/alex/vids
read only = no
public = yes
valid user = alex
So here goes...
XP Machine - 192.168.2.33
Linux Machine - 192.168.2.24
I'm running Mandrake 8.2
I donwloaded Samba and have it installed.
I believe I properly configured the smb.conf file
I'm trying to get my main Windows XP machine to be able to browse through the Linux Machine which is essentially a file server. I can see the Linux machine in my network neighborhodd now (workgroup: Irvine). My XP machine name is "Alex", while the Linux machine is just "localhost". The problem is I can't get in though... I get this error...
\\Localhost is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again.
in my smbpasswd file I added a user "alex" along with a password. ("alex" is a valid linux user also). ONCE I was able to get in after I don't know what I really did, but after a restart it wouldn't work anymore. Any ideas? I'm guessing its dealing with permissions and stuff?
Heres a shortend my smb.conf file...
[global]
workgroup = Irvine
server string = Mandrake Linux
hosts allow = 192.168.2. 127.
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
interfaces = 192.168.2.24 127.0.0.1
[homes]
comment = Home Directories
browseable = no
writeable = yes
[videos]
comment = Linux Box Videos
path = /mnt/windows/alex/vids
read only = no
public = yes
valid user = alex