I am running openSUSE 11.4 milestone 2 in virtualbox. I can mount a shared folder from the terminal using “mount -t vboxsf sharename mountpoint” but when I add the code to automount it in /etc/fstab which is “sharename mountpoint vboxsf defaults 0 0” it fails to mount. I get no error messages. the code works in a dozen other Linux distros so I am assuming openSUSE is looking for something else?
thanks