Correction - the get-around is much easier than the previous e-mail - just make links in the rc folders to umountnfs.sh that are earlier in the alphabet than the existing link to umountnfs.sh.<br><br># For shutdowns ..<br>
cd /etc/rc0.d<br>sudo ln -s ../init.d/umountnfs.sh K02umountnfs<br><br># For reboots ..<br>cd /etc/rc6.d<br>
sudo ln -s ../init.d/umountnfs.sh K02umountnfs<br><br>(This doesn&#39;t work if you use &#39;-n&#39; with the smbmount command - which is why this didn&#39;t work for me when I tried it earlier.)<br><br>