Re: SMB Connections



I think you need to use the wrkgrp parameter as part of the options.


mount -v cifs -n 198.0.0.137/username/password -o
uid=175,gid=219,wrkgrp=domainname /sharename /localmountpoint

-----Original Message-----
From: Russ Hazzon [mailto:hazzon@xxxxxxxx]
Sent: Tuesday, August 07, 2007 2:14 PM
To: aix-l@xxxxxxxxxxxxx
Subject: Re: SMB Connections



I think I'm almost there. The big problem is that I cannot connect to the
server. Does CIFS have a problem logging into a Domain Controller?



Russ




_____


I don't actually use this feature much, but here is an example that I just
tried with success.



mount -v cifs -n 198.0.0.137/rweinman/mypassword /-o uid=175,gid=219
rweinman /mnttst



The "/rweinman" is the windows share name.

The "/mnttst" is the local mountpoint on aix. I had to create it prior to
executing the mount command.