Originally Posted by
sauce345
PowerEngine, you do not need to be connected with ethernet first. If the network is unavaible when the computer reads the fstab it just does not mount them. Then when on the network type:
sudo mount -a
And it will either throw an error because something is not specified right or it will mount the network drives properly. I use it with my wireless all the time.
Anyway not sure if this helps because of your Truecrypt and unfortunely i don't know a lot about truecrypt.
Hi, I seem to be having the same problem. I'm running Ubuntu Janty Remix on an Eee PC 701. I have everything set up to the point that after start, up, if I execute in a terminal, then my network folder is mounted to the local folder, as set up in fstab
Code:
//192.168.1.20/Peter-on-Network /home/peter/Peter-on-Network smbfs auto,credentials=/root/.smbcredentials,uid=1000,umask=000,user 0 0
I'm setting this up for my technically illiterate father, so, I need the network folder to mount at start up - without the need to open a terminal and run a command.
I am assuming the folder is not being mounted automatically because the wireless network connection is not established before fstab is executed?! Any suggestions would be much appreciated...