I created virtual machine out of WordPress turnkey appliance (I believe it's based on Ubuntu) inside Virtual Box. I am able to mount a folder on turnkey from the host (Windows7) manually.
So I added this to the /etc/fstab
//10.1.1.4/d/data/Dropbox/onlinebackup/projects/newplugin /var/www/wordpress/wp-
content/plugins/newplugin cifs username=user,password=password
but the mount doesn't work after starting the virtual machine. Interestingly when the machine is up and running I can ssh there and run mount -a and the Windows directory is mounted.
Any idea what is happening and how to fix it?