Operating System - HP-UX
1832964 Members
2398 Online
110048 Solutions
New Discussion

How to configure cifs client to access windows2000 share directory

 
Jian Zuo
Occasional Contributor

How to configure cifs client to access windows2000 share directory

How to configure cifs client to access windows2000 share directory,thanks
2 REPLIES 2
R. Sri Ram Kishore_1
Respected Contributor

Re: How to configure cifs client to access windows2000 share directory

Hi,

Take a look at this doc:
http://docs.hp.com/hpux/onlinedocs/B8725-90061/B8725-90061.html

HTH.

Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
Huib Freeke
Occasional Advisor

Re: How to configure cifs client to access windows2000 share directory

Hi

I just use a script with some commando's

Connect=/opt/cifsclient/bin/cifsclient
Mount=/opt/cifsclient/bin/cifsmount

$Connect
$Mount //server/path /mount-path -N -U User -P NT_User_password