Check/validate to have guest-extensions installed

Discussions about using Linux guests in VirtualBox.
Post Reply
mabra
Posts: 18
Joined: 28. Oct 2012, 22:11
Primary OS: MS Windows 2008
VBox Version: OSE other
Guest OSses: ALL !
Location: Brühl

Check/validate to have guest-extensions installed

Post by mabra »

Hello !

I am using debian in a VM and should have virtualbox guest additions installed - but I am not sure!!
How can I find this out ? I looked at debian apt-store and according to this, I do not have the
additions insatlled, while my notes say, I've done it.
I have just so much trouble with VMs, that I really do not want to install them probably a second time.

Any help would be great!
Regards,
Manfred
nfolken
Posts: 11
Joined: 29. Jul 2016, 00:15

Re: Check/validate to have guest-extensions installed

Post by nfolken »

open up terminal and type

Code: Select all

lsmod | grep vbox
If installed and working, you should see it list the 3 virtualbox modules: vboxguest, vboxsf, and vboxvideo

Code: Select all

modinfo vboxguest
modinfo vboxsf
modinfo vboxvideo

Will show you the version of each module that is currently running.
mabra
Posts: 18
Joined: 28. Oct 2012, 22:11
Primary OS: MS Windows 2008
VBox Version: OSE other
Guest OSses: ALL !
Location: Brühl

Re: Check/validate to have guest-extensions installed

Post by mabra »

Thanks !

(Sorry for my late reply - no notifications reached me ..)
Ok, thanks espacially for the guest module names !

Best regards,
Manfred
Post Reply