Operating System - HP-UX
1825801 Members
2663 Online
109687 Solutions
New Discussion

Re: Mounting windows drive

 
Hadzon
Occasional Contributor

Mounting windows drive

I'm a new user. I need to know, how can I mount a windows drive on a HP machine(785/b2600). I'm using HP-UNIX 11.0.
6 REPLIES 6
Yogeeraj_1
Honored Contributor

Re: Mounting windows drive

hi,

You can use CIFS.

Search this forum for more information.


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: Mounting windows drive

hi again,

you will the following packages:

CIFS-Client A.01.09.01 CIFS Client
CIFS-Development A.01.11.03 HP CIFS Server Source Code Files
CIFS-Server A.01.11.03 HP CIFS Server (Samba) File and Print Services

see also:
http://docs.hp.com/en/B8724-90022/index.html

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Hadzon
Occasional Contributor

Re: Mounting windows drive

Now I've installed CIFS server/client and my HP machine is acting as a domain member of windows 2003 server domain. I can access shares of HP machine from windows 2003 server but how can I access/mount a shared drive of windows system from HP machine.
Yogeeraj_1
Honored Contributor

Re: Mounting windows drive

hi,

Assuming that you have already shared a folder on your windows machine, you wil have to do the following:

/opt/cifsclient/bin/cifsmount //myserver.domain.mu/myshare /mnt/mymount_point -u windows_user -p password_for_windows_user


Note that the CIFS client daemon must be running. if not so, do the following:

1. modify /etc/rc.config.d/cifsclient
(set the value to 1)
2. /sbin/init.d/cifsclient start


hope this helps!

kind regards
yogeeraj
cifsclient start
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Hadzon
Occasional Contributor

Re: Mounting windows drive

Dear Yogeeraj!

Yes, I have already shared a folder on windows machine and cifsclient is also up and running on HP machine.

but when I try to use cifsmount, system asks for

Remote user root's password:

and when I enter windows admin password it says

Logging in User: Dos: Access denied.

what should I do now?
Hadzon
Occasional Contributor

Re: Mounting windows drive

After checking the cifsmount help -U(capital) is used to specify username and -P(capital) is used to specify password.

Now system doesn't ask for the password and print the following messege

Connecting Share: DOS: Access Denied

waiting for reply

Regards,
Hadzon