I would like to mount to a NFS filer. Normally, I would issue to below command:
# mount IPaddress:/vol/exports/docs /db/files -o context="system_u

bject_r:httpd_sys_content_rw_t:s0"
I want to automount it. Added an entry in /etc/auto.master file.
/snapr /etc/auto.nfs --timeout=0
Not sure about the syntax needed in the /etc/auto.nfs file. Please help. I tried entering the following, but still no luck.
files -rw,bg,nointr,rsize=32768,wsize=32768,tcp,async,vers=3,timeo=600,retrans=,context="system_u

bject_r: httpd_sys_content_rw_t:s0" IPaddress:/vol/exports/docs
When I tried to automount, cd to /db/files ... system cannot find this directory.
Please help. Thanks in advance.