ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Ubuntu - VMware tools 설치
    Unix Linux Like 2012. 11. 5. 21:47

    ※ ubuntu 12.04, VMware Workstation 9 기준



    VMware tools 설치에 필요한 패키지 설치

    $ apt-get install make gcc linux-headers-generic


    VMware tools 마운트

    VM -> Install VMware Tools...


    GUI메뉴로 마운트 하거나

    아래의 명령어로 마운트 한다.

    $ sudo mount /dev/cdrom /mnt


    마운트 포인트에서 VMwareTools-9.2.0-799703.tar.gz 파일을 적당한 위치에 복사

    $ cp /media/VMware\ Tools/VMwareTools-9.2.0-799703.tar.gz ~/


    or


    $ cp  /mnt/VMwareTools-9.2.0-799703.tar.gz ~/


    압축을 풀고 

    $ tar xzvf VMwareTools-9.2.0-799703.tar.gz


    압축풀린 디렉토리로 이동하여

    $ cd vmware-tools-distrib


    vmware-install.pl을 실행

    $ sudo ./vmware-install.pl -d



    설치 완료후 재부팅


    ※View->Autosize->Autofit Guest를 선택하면 창 크기에 맞춰 화면 크기가 변한다.


    참조:

    http://ksymeon.blogspot.kr/2012/10/installation-of-ubuntu-1210-with-unity.html

    http://ghosttx.com/2012/03/how-to-install-vmware-tools-v4-on-ubuntu-11-10-server/

    http://askubuntu.com/questions/131351/how-to-install-vmware-tools

    http://geoffcorey.blogspot.kr/2012/08/installing-vmware-tools-on-ubuntu-1204.html


    728x90
    반응형

    댓글

Designed by Tistory.