Click to See Complete Forum and Search --> : Samba mount Error!


soulestream
11-25-2004, 01:11 AM
allright this is driving me nuts. I had an external drive mount on xp. it was shared and i would mount it to my linux box with

mount -t smbfs //xpserver/drive /mnt/drive

no problem

i moved the drive to a win2000server box and use

mount -t smbfs //2000sever/drive /mnt/drive

i get "anonymous logon successful"

#### tree connect failed ERRDOS - ERRnoaccess (acess denied)

smb connection failed


*update*

i got the drive mounted. it was not allowing anonymous logon, but when i used

mount -t smbfs //2000server/driver /mnt/drive -o username:name,password:******

i still could not logon. i had to create a root username is won2000 to get it to work. why???


soule :confused:

jumpedintothefire
11-26-2004, 03:05 AM
When you created the share did you tick "full control" under permissions?