Page 1 of 1

openSUSE 11.2 on Virtual Box 3.2 shared folders don't work

Posted: 20. May 2010, 12:10
by ajbrehm
I installed openSUSE 11.2 on Virtual Box 3.2 and managed to install the additions (require make, gcc, Linux kernel sources and Linux kernel symbol files).

Resizing the screen works so I assume the additions are installed correctly. There were no errors when installing them either.

However, Linux cannot see the network shares provided by Virtual Box. I created two shares for the VM in Virtual Box. The same two shares work in Windows VMs and used to be found by openSUSE 11.1 (and Virtual Box 3.1.x).

Any ideas why Linux wouldn't pick them up? It sees shares of other computers in my network including the host's normal shares.

Re: openSUSE 11.2 on Virtual Box 3.2 shared folders don't work

Posted: 20. May 2010, 12:20
by baf
As far as I know you never "see" them. Just mount them like:
mount -t vboxsf ShareNAme /mount/point

Re: openSUSE 11.2 on Virtual Box 3.2 shared folders don't work

Posted: 21. May 2010, 17:18
by ajbrehm
baf wrote:As far as I know you never "see" them. Just mount them like:
mount -t vboxsf ShareNAme /mount/point
11.1 saw them in the "Network" folder of the file manager.

I'll try mounting them manually.