This is one thing ive tried from virtualboxes org/doc/installing-guest-additions-on-debian/
It just says no such file or directory even though the iso is mounted. even after forcing the iso to mount again it doesnt do anything. Can anyone tell me how to install guest additions? Is it possible?
Login as root;
Update your APT database with apt-get update;
Install the latest security updates with apt-get upgrade;
Install required packages with apt-get install build-essential module-assistant;
Configure your system for building kernel modules by running m-a prepare;
Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom.
Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen.