hi guys,
I have two HP-UX box. One of them is my nfs server. From the second i am trying to mount one directory with automount. But i can not set any parameter. My conf files are;
/etc/auto_master
/- /etc/auto.f
/etc/auto.f
/flash -rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768 server:/flash
but when i executed the mount -v
/etc/auto.f on /flash type autofs ignore,direct on Wed Oct 11 15:38:18 2006
i can not see any parameters.
But also i can mount with directory with mount command
mount -o rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768 server:/flash /flash
mount -v
vtnode1:/flash on /flash type nfs rsize=32768,wsize=32768,NFSv3 on Wed Oct 11 15:47:39 2006
what could be a problem ? how i can mount server directory with direct automount with specified parameters.