Page 1 of 1

LXDE + VirtualBox Guest Additions

Posted: 19. Sep 2010, 07:31
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

Re: LXDE + VirtualBox Guest Additions

Posted: 21. Sep 2010, 10:45
by thenktor
Yep, LXDE does not have the automount feature (IMHO it sucks anyway :mrgreen:), but you can mount with PCManFM.