So, the solution used in
the related thread was to create an init script that ran at the end of runlevel S. Although I don't really understand what runlevel S is, I made a script /etc/init.d/mountall2.sh which contained
which is what I think MarkSide did. Then I ran "sudo update-rc.d mountall2.sh start 99 S .", which seemed successful.
However, that's apparently not working. I've tried doing a few other things, like making the script mount only the share with smbmount or mount -t smbfs, or doing "update-rc.d .. defaults .."; those didn't work.
Anyway, maybe I'm missing something. Any ideas?