1834532 Members
2432 Online
110069 Solutions
New Discussion

Re: mount problem (?)

 
Luca_11
Occasional Contributor

mount problem (?)

h3mih081:(pid591) /net ignore ro,intr,port=766,map=-hosts,indirect,dev=0000 0 0 1026404420

This is a row of the /etc/mnttab file.
Ok!
1)The output of the command mount doesn't show such a line.
2)umount /net tell me "cannot find /net in /etc/mnttab".
3) h3mih081 is the machine itself and there are no file named /etc/exports.
4) exportfs commands, of course, tell me nothing exported.

Somebody can help me to solve this problem?

Thanks in advance
Luca

3 REPLIES 3
U.SivaKumar_2
Honored Contributor

Re: mount problem (?)

Hi,
It is because of automounter process running.
If not needed you can kill it
regards,
U.SivaKumar
Innovations are made when conventions are broken
Leif Halvarsson_2
Honored Contributor

Re: mount problem (?)

Hi
Automounter is enabled by default when installing HP-UX. You can disable it with SAM or by editing /etc/rc.config.d/nfsconf:
AUTOMOUNT=0
Luca_11
Occasional Contributor

Re: mount problem (?)

[h3mih081]/# ps -ef | grep auto
root 11077 1 0 12:18:31 0:00 /usr/lib/netsvc/fs/automount/automount -f /etc/auto_master

If I try killig pid 11077, it doesn't work.
kill -9 11077 has no effect.

I think to reboot the machine was the best solution.

Don't you?

by
Luca