HowTo disable autofs

Hi,I want to just use Solaris 10 as a normal standalone worksation and would like to completely disable the autofs/automounter function.Is this advisable? If so how is it done properly?thanks
[226 byte] By [snookertb] at [2007-11-26 0:45:12]
# 1

I'll reply with what Ben Rockwood gave me:

1) Simply stop the automounter! You can tell SMF to disable the automounter completely using 搒vcadm disable autofs? And, thankfully, unlike the old ?etc/init.d/autofs stop? when a service is disabled with SMF it will NOT restart when rebooted! Nice indeed.

2) The proper way is to edit the master automounter map file (/etc/auto_master) and comment out the entry for /home. Once that line is commented out (using a #) you can just restart the automounter (svcadm restart autofs) and your good to go. Test it by touching a file in /home.

ProdosProgrammer at 2007-7-5 19:40:38 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thanks it worked fine. I bookmarked that site as well -- good stuff there.
snookertb at 2007-7-5 19:40:38 > top of Java-index,Solaris Operating System,Solaris 10 Features...