Well, the device name won't necessarily be /dev/sr0. If you do something like "grep 'CD-ROM' /var/log/kern.log" on your guest, what are the most recent lines?midpeter444 wrote:I already had the VBoxGuestAdditions.iso in the VB Settings as the default IDE drive. Still won't mount and doing sudo mount /dev/sr0 fails as before. I tried adding /dev/cdrom to /etc/fstab, but didn't help.
What happens if you do "X -version"? Note that's a single dash, not a double dash like most Linux-y programs.Now I finally have VBoxLinuxAdditions.run file to run, but it fails to install the extensions to the X Window system due to "unknown version of X", which is another problem that means I still don't have a Linux guest working the way I want.
AFAIK it doesn't have to be mounted like that, but I could easily be wrong.What I really want is to have Centos running with Guest Additions. But I can't find the VBoxGuestAdditions.iso anywhere on the Centos file system to manually mount it as I did with the Xubuntu install. Can one just download the VBoxGuestAdditions.iso directly onto the guest and mount it and run it that way? Why does it have to be mounted from the host?
Since guest additions give you shared host/guest folders, you'd be doing network operations just to get the .iso from the host onto the guest in the first place, or downloading stuff from the net to the guest a second time.