Operating System - HP-UX
1833922 Members
4500 Online
110063 Solutions
New Discussion

automounter mount read only; rm is possible

 
Peter Lachnitt
Advisor

automounter mount read only; rm is possible

Hello,

on hpux 11.11 I have this mountpoint:
/mnt40 on /dev/vg01/lvol40 delaylog,nodatainlog,dev=40010001

With the automounter I want mount this:
/inaetc/ingres on /mnt40/hw/hp700/bs1111/ingres26p9927srv ro,dev=6000000c
read only.

touch /inaetc/ingres/ttt # touch: ttt cannot create
touch /mnt40/hw/hp700/bs1111/ingres26p9927srv/ttt # works
rm /inaetc/ingres/ttt # works !!!!!


Any Idea
Peter Lachnitt