Sometimes, for security reasons you should need to disable automounter. Automounter is controlled by the /etc/auto_* configuration files.
The easiest way to disable it is to remove /etc/auto_* and disable the /etc/rc2.d/S74autofs.
cd /etc
rm auto_*
cd /etc/rc2.d
mv S74autofs OFF_S74autofs