1834571 Members
2811 Online
110069 Solutions
New Discussion

cifsmount

 
SOLVED
Go to solution
Mohan Nathan
Occasional Advisor

cifsmount


Does anyone know the format of the cifsmount command to mount a PC drive onto an HP server ? there doesnt seem to be a manpage for it.
3 REPLIES 3
U.SivaKumar_2
Honored Contributor
Solution

Re: cifsmount

Hi,
like this
#mkdir /mnt
#cifsmount '//pcname/c$' /mnt -Uusername

username is of PC
regards,
U.SivaKumar



Innovations are made when conventions are broken
Stefan Farrelly
Honored Contributor

Re: cifsmount

Format of cifsmount is;

cifsmount /// -U -I

eg.

cifsmount //pc1/C /tmp_mnt -U Administrator -I 10.132.1.2

It should prompt you for the password. You can add -P if you dont want to be prompted for it.

Im from Palmerston North, New Zealand, but somehow ended up in London...
Darren Prior
Honored Contributor

Re: cifsmount

Hi,

There is a man page for cifsmount in "Installing and Configuring the CIFS/9000 Client" which is on http://docs.hp.com (and also /opt/cifsclient/HP_Docs.) However the use of cifsmount is discouraged and may not be available in future releases of CIFS/9000 client.

An alternative to using cifsmount is:
mount -F cifs -o username=x, password=y :/ /

regards,

Darren.
Calm down. It's only ones and zeros...