Automount issues on Mac 10.5 PPC

ramprasadb

Registered
Hi All,

I have /etc/auto_master as -

bash-3.2# cat /etc/auto_master
#
# Automounter master map
#
+auto_master # Use directory service
/net -hosts -nobrowse,nosuid
/home auto_home -nobrowse
/Network/Servers -fstab
/- -static
/test auto_test
bash-3.2#

I have /etc/auto_test as -

bash-3.2# cat /etc/auto_test
test1 -rw,hard,vers=3,intr,tcp xxx.xxx.xxx.xxx:/tmp

I have /etc/exports as

# cat /etc/exports
/tmp yyy.yyy.yyy.yyy(rw,sync)


Reload automount maps -

bash-3.2# automount -vc
automount: /net updated
automount: /home updated
automount: /test updated
automount: no unmounts
bash-3.2#

I get this -

bash-3.2# cd /test
bash-3.2# cd test1
bash: cd: test1: Operation not permitted
bash-3.2# pwd
/test
bash-3.2#

Am i misssing something?

Please help me on this.

Thanks,
Ramprasad B
 
Last edited:
Back
Top