Re: Mounting cifs share from /etc/fstab on boot
I was talking about the startup links (that can be moved around), not the init scripts themselves :P
It's quite possible, as the waitnfs initscript seems to do basically the same thing in hardy (and there is no waitnfs script for Intrepid?/Jaunty, perhaps mountnfs is just an improved and renamed version of waitnfs).
I'd check the existence of /etc/network/if-up.d/mountnfs. Try running 'sudo /etc/network/if-up.d/mountnfs' to see if the script can mount your share.
Originally posted by mando_hacker
Originally posted by mando_hacker
I'd check the existence of /etc/network/if-up.d/mountnfs. Try running 'sudo /etc/network/if-up.d/mountnfs' to see if the script can mount your share.
Comment