I have spent a little over a week trying to configure samba, if i do a mount -t smbfs //192.168.0.101/[sharename] /mnt/hd it mounts no problem. However, when I try to mount it in windows doing a map network drive it says i am unable to connect. I make sure to put the correct info in the "connect using a different user name, I flushed iptables. I can telnet to port 139 for a short while and then it disconnects me automatically. In the logs I see
Code:
[2006/07/22 09:09:31, 1] smbd/service.c:close_cnum(885)
xerus (192.168.0.100) closed connection to service dcyfer
encrypt passwords is set to yes, and here is the share info under smb.conf
Code:
[shared]
comment = ratufa shared
path = /home/shared
public = yes
writable = yes
printable = no
write list = @samba
[dcyfer]
comment = /home/dcyfer
path = /home/dcyfer
valid users = dcyfer
public = no
browseable = yes
writable = yes
printable = no
i've been googling all over and trying different things but nothing seems to be allowing me to connect to these shares. the odd thing which may be a problem but i dont udnerstand why is when i have /home on the same drive as the rest i was able to connect, but i got a 160GB hd to use as /home so i installed that and now have that as my /home partition and now i am unable to connect. could that affect anything? if so why and how? I have been copying files over ftp to the server but i want to be able to access them through a networked drive, any suggestions would be greatly appreciated.