1754888 Members
3711 Online
108827 Solutions
New Discussion юеВ

mount_nfs

 
Adrianne Hoang
Occasional Advisor

mount_nfs

I would like to mount nfs, could someone help me please?

Thank you,
Adrianne
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: mount_nfs

I'll assume that the exported filesystem is on host somehost and the exported filesystem is /mickey. Now on the client the steps are (as root):

mkdir /mouse
chmod 750 /mouse
mount -F nfs somehost:/mickey /mouse

Of course you may need to start the NFS client services if they aren't already running.
If it ain't broke, I can fix that.
Adisuria Wangsadinata_1
Honored Contributor

Re: mount_nfs

Hi Adrianne,

Good day to you !
Check the url below on 'How to configure NFS servers and clients' (docID : A4708361) :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062941984

Even the document for 10.X, I believe still realible for 11.X OS platform.

Dont forget to apply the latest NFS related patches.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix