Operating System - Linux
1827894 Members
1938 Online
109969 Solutions
New Discussion

Mont NFS file systems Linux to HP-UX

 
Edwin Ruiz_2
Super Advisor

Mont NFS file systems Linux to HP-UX

Hi!
Can i mount a NFS file system fron linux to HP-UX, how can i do?

Thans
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Mont NFS file systems Linux to HP-UX

mount hostname://folder /local_folder

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Huc_1
Honored Contributor

Re: Mont NFS file systems Linux to HP-UX

A short version is

suppose you wanted to mount an nfs as user blabla from HP node whatever

ex:
mkdir /tempo
mount -t nfs blabla@whaterver /tempo

of course this would have to be exported from HP whatever and user blabla has to have access !

man mount is also good to read for more info as is the following link

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-nfs.html

J-P (Please read your mail and assign points if this helps. thanks!)
Smile I will feel the difference