PDA

View Full Version : Windows Server 2003


awakefie
29th May 2004, 04:32 AM
Hi, I am running Fedora Core 2 and I have a windows 2003 server running on my network also. I would like to be able to pull my files off of my share, but it never allows me to login. I can go through the nautilus network browser to my workgroup and my server is listed in it, but when i click on it it sais i don't have permission to view the folders contents.... I have no clue how to get it to " Log me in" to the share.. I have also tryed using Konquerer it gives me the Username, and password prompt, but when i enter the info and hit ok it tells me that the protocall ended abruptley or sumthin...... HELP!

awakefie
29th May 2004, 06:51 AM
I can reach smb shares on regular XP Machines, just not on the Server

ndv
29th May 2004, 07:26 AM

well if the windows server is a domain controller you shall mount the share as CIFS here is a saple command:

mount -t cifs //server/share /mnt/whathever -o username=xxx,password=yyy

you may omit the password field in order to have it asked each time secretly

nicola

deuch
30th May 2004, 11:19 AM
Try to change the way to authenticate ...

Try Share ou User ...

hope it helps ...

deuch