vader95
February 10, 2010, 9:15pm
1
Hi,
I installed openSUSE 11.2 on virtualbox. My host is windows 7. I tried to install the guest additions, but i get an error saying
Building VirtualBox Guest Additions Kernel Modules...Failed
(Your system does not seem to be set up to build kernel modules)
How should i go about to let my system build kernel modules?
Thanks in advance,
Go to YaSTs software-management and install the “Linux Kernel Development”-pattern. I suppose that should give you all the needed tools to let your system build kernel modules.
vader95
February 10, 2010, 10:25pm
3
Thanks, that worked.
However i am trying to mount my shared folder called vbox.
is use the following code as superuser
mount -t vboxsf vbox /home/user/Desktop/share
When i go to the foler share it reads an error
could not enter folder /home/user/Desktop/share
I have installed guest additions, so i don’t know why this is happening, do you know.
Thanks again,
hank_se
February 11, 2010, 1:00am
4
Have you created the folder /home/yourusername/Desktop/share?
And an easyer way to get it mounted at every boot and with read-write access for your user is to put the following line into /etc/fstab:
vbox /home/yourusername/Desktop/share vboxsf rw,gid=100,uid=1000,auto 0 0
where uid=1000 may differ in your case, you can use yast to check it, but most likely it will be 1000 for a standard install.
vader95
February 11, 2010, 3:09am
5
it still does the cannot open folder
Thanks,
knurpht
February 11, 2010, 11:48am
6
Have you added yourself to the group vboxusers?
Please post output of:
ls -ld /home/YOURUSERNAMEHERE/Desktop/share
hank_se
February 11, 2010, 12:19pm
7
He’s running it the other way Windows host and Linux guest, I suppose an ordinary user account in Windows should do.
vader95 maybe you should look in the VirtualBox-forum there’s a section for VirtualBox on Windows hosts there:
VirtualBox on Windows Hosts
vader95
February 11, 2010, 3:51pm
8
I am an administrator on windows, i will look at the vbox forums,
thanks,