<snip> Also, you could use the noauto option and write a special init script to go into /etc/init.d which will mount the smb shares. Make sure your custom script is run AFTER the network script. Since S10network starts the network, S11 or higher will do. The script netfs is set to S25.
$ cat /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
-- shrek-m