1830233 Members
1899 Online
109999 Solutions
New Discussion

how to mount

 
prassath
Occasional Advisor

how to mount

Hi All,
how to mount the following partition on hpUXmachine /net/hpcvl079/mnt This partition is not getting unmounted due this our tools are not working. Please mount it ASAP.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: how to mount

Shalom prassath,

mount hostname:/net/hpcvl079/mnt /localfs

hostname is the hostname or ip address of the HP-UX machine. The /net/hpcvl079/mnt you provided to the question.

The /localfs is a local folder upon which to mount the filesystem.

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
prassath
Occasional Advisor

Re: how to mount

hi

that is not working

how to mount the following partition on hpcvl108 /net/hpcvl079/mnt This partition is not getting unmounted due this our tools are not working. Please mount it ASAP

where hpcvl108 is the hostname
Indrajit_1
Valued Contributor

Re: how to mount

Hi;


it seems it is a nfs mount.what i understood, u want to unmount and mount it again...

To unmount..
#umount host_name:/net/hpcvl079/mnt

if it show busy..
u need to kill it
#fuser -ky host_name:/net/hpcvl079/mnt
And mount it again.
#mount host_name:/net/hpcvl079/mnt


Hope this will help u to resolve ur issue..

cheers
indrajit
Never Ever Give Up