Jump to content

Install VMware tool on Ubuntu Server 10.04


Recommended Posts

Posted (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 by FN-GM
typo
Posted (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 by jinnantonnixx
Posted

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

Posted
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`

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...