"sudo mount -a" uses fstab, so fstab is OK. I asked about wifi because sometimes Ubuntu try to mount Samba before network is correctly established.
Two persons experienced the same problem, and both edit /etc/rc.file. http://www.linuxquestions.org/questions/linux-networking-3/cant-mount- samba-on-boot-linux-boots-too-fast-512100/ NETMOUNT=`/bin/mount | /bin/grep "/network/my_data"` if [ "$NETMOUNT" == "" ] then /bin/mount /network/my_data fi http://www.linuxquestions.org/questions/linux-hardware-18/computer- boots-too-fast-718617/ # restart networking, or it doesn't work ifdown eth1 ifup eth1 Be careful, I have not tested them. Tell me if it solved problem (a detail, jaunty boot more quickly than intrepid...) -- fstab samba shares aren't mounted on session startup since intrepid https://bugs.launchpad.net/bugs/377869 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs