Comment 50 for bug 211631

Revision history for this message
toobuntu (toobuntu) wrote : Re: CIFS/SMBFS shares not unmounted before network is shut down

For our network using Ubuntu 8.04, Sander Marechal's umountcifs script works when symlinked as K15umountcifs (i.e. the key is that it is called prior to K16dhcdbd).

$ sudo ln -s /etc/init.d/umountcifs /etc/rc0.d/K15umountcifs
$ sudo ln -s /etc/init.d/umountcifs /etc/rc6.d/K15umountcifs