> Running osol.11 build 110
> 
> I've been able to mount windows xp shares ok. But not to copy files
> from or write to the share. 

Do you have another Windows client handy to verify that
your XP and Vista servers are granting you access?

> The share is set on the windows side for `everyone' to have full
> control.
> 
>   ((//harvey is a windows XP box)
> 
>   # mount -F smbfs //harvey/harvey-c ${PWD}/mt1  
>   password:xxxxxx
> 
>   #    
>   #  ls -l mt1/MSDOS.SYS
>   -rwxrwxrwx 1 root root 0 2008-10-29 20:42 mt1/MSDOS.SYS
> 
> So the windows xp files on this share are there but:
> 
>   # cp mt1/MSDOS.SYS ./
>   cp: cannot open `mt1/MSDOS.SYS' for reading: Permission denied
> 
> No soap, copying a file to the current directory.

Does ACL for the "harvey-c" directory above grant "Everyone" access?
(I do mean the directory, not the share ACL).  Windows XP does not
make it easy to do that outside of the "Shared Documents" folder.

Testing with another client would help verify that.

> But with what I think are the same settings, I'm not even able to
> mount a share offered from a windows vista box. 
> 
> Windows Vista Share is set for `everyone' to have full control
> 
>   mount -F smbfs //mob1/mob1-c ${PWD}/mt1
>   Password:xxxxxx
>   mount: session setup phase failed: syserr = authentication failed
> 
> (password is the same in both cases)

The smbfs code in currently released SXCE builds does not support
"extended security" authentication, which Vista requires by default
(if I recall correctly).  I can check this later and report back,
but I think you need to set:  LmCompatibilityLevel=1
or something like that.  I haven't run that code in a while.
(Busy working on code that won't need those adjustments:)

> Two things wrong:
> 
> 1) I can't read from or write to a succesfully mounted winXP share
> 2) I can't even mount a winVista share
> 
> This is part of a continuing and seemingly endless string of problems
> all related to the cifs server, and interaction with windows.
[...]

I hear your frustration, and I'm sorry it has not gone more smoothly
for you.  I do hope we can help you past the problems.

Gordon


_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to