LXDE + VirtualBox Guest Additions

Post Reply
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

LXDE + VirtualBox Guest Additions

Post by damNageHack »

LXDE will not mount the VBox Guest Additions iso automatically if you attach it via the menu.

Code: Select all

#!/bin/sh
su
mount /dev/sr0 /mnt/cdrom && cd /mnt/cdrom || echo Please attach Guest Additions first.&& exit 1
slapt-get -u && slapt-get -i kernel-source
TMPDIR=/dev/shm ./VBoxLinuxAdditions-`uname -m | sed -e s,i6,x, -e s,x86_,amd,`.run
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: LXDE + VirtualBox Guest Additions

Post by thenktor »

Yep, LXDE does not have the automount feature (IMHO it sucks anyway :mrgreen:), but you can mount with PCManFM.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Post Reply