I want to mount a network share drive (located on an Ubuntu server, served with samba server). In the terminal I use
Code: Select all
sudo mount -aThe problem is that when I reboot, the mount goes away and I need to do it manually each time. How can I set it up after boot? I probably want something that happens after the network is up.
Thanks.