FN-GM Posted February 6, 2013 Posted February 6, 2013 (edited) Hi, I am wanting to install Vmware tools on our Securus box. Its running Ubuntu Server 10.04. I found these commands on the net: sudo mount /dev/cdrom /media/cdrom cp /media/cdrom/VMware*.tar.gz /tmp sudo umount /media/cdrom cd /tmp tar xzvf VMware*.gz cd vmware-tools-distrib/ sudo ./vmware-install.pl When the installation scripts promps for answers, just hit Enter since defaults are OK. when i run sudo mount /dev/cdrom /media/cdrom it returns mount point /media/cdrom does not exist. What am i doing wrong please? I have set the VM to mount the tools iso. Thanks Edited February 6, 2013 by FN-GM typo
jinnantonnixx Posted February 6, 2013 Posted February 6, 2013 (edited) It's an old version of Ubuntu, but I think you don't need to bother with the mount & umount commands. Look in the /media folder and see if the CD has automatically mounted there. If so, copy the files from wherever that might be (eg /media/cdrom) to the /tmp folder and carry on. If that doesn;t work, it could be that the instructions are correct, but you haven't made a directory for your mount point on your file system. Do this with the command mkdir /media/cdrom then start the instructions again. Edited February 6, 2013 by jinnantonnixx
FN-GM Posted February 6, 2013 Author Posted February 6, 2013 Running this first did it mkdir /media/cdrom Thanks - - - Updated - - - i am getting this when installing. What does this mean please? What is the location of the gcc program on your machine? Thanks
FN-GM Posted February 6, 2013 Author Posted February 6, 2013 Got it again i jsut ran sudo ./vmware-install.pl --default I need more confidence in linux
DMcCoy Posted February 6, 2013 Posted February 6, 2013 Running this first did it mkdir /media/cdrom Thanks - - - Updated - - - i am getting this when installing. What does this mean please? Thanks apt-get install build-essential linux-headers-`uname -r`
Cache Posted February 6, 2013 Posted February 6, 2013 Bit late, but I've got this bookmarked for reference as to when I build a new ubuntu box or update an existing one and need to reneable the tools. VMware KB: Installing VMware Tools in an Ubuntu virtual machine
glennda Posted February 6, 2013 Posted February 6, 2013 I think vm tools is in the repository is it not? 1
CyberNerd Posted February 6, 2013 Posted February 6, 2013 I think vm tools is in the repository is it not? +1 It is probably in a repository somewhere. When I add RHEL/Centos/SL machines to VMWare I always add the repository so that it autoupgrades when new releases are available.
CyberNerd Posted February 6, 2013 Posted February 6, 2013 here: https://help.ubuntu.com/community/VMware/Tools
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now