ubuntu@ubuntu:~$ sudo mkdir /media/cdrom ubuntu@ubuntu:~$ sudo mount /dev/cdrom /media/cdrom mount: ブロックデバイス /dev/sr0 は書き込み禁止です、読込み専用でマウントします ubuntu@ubuntu:~$ cd /tmp ubuntu@ubuntu:/tmp$ tar zxpf /media/cdrom/VMwareTools-8.4.9-744570.tar.gz ubuntu@ubuntu:/tmp$ sudo umount /dev/cdrom ubuntu@ubuntu:/tmp$ sudo rmdir /media/cdrom ubuntu@ubuntu:/tmp$ cd vmware-tools-distrib ubuntu@ubuntu:/tmp/vmware-tools-distrib$ sudo ./vmware-install.pl Creating a new VMware Tools installer database using the tar4 format. Installing VMware Tools. In which directory do you want to install the binary files? [/usr/bin] What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc] What is the directory that contains the init scripts? [/etc/init.d] In which directory do you want to install the daemon files? [/usr/sbin] In which directory do you want to install the library files? [/usr/lib/vmware-tools] In which directory do you want to install the documentation files? [/usr/share/doc/vmware-tools] The path "/usr/share/doc/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] The installation of VMware Tools 8.4.9 build-744570 for Linux completed successfully. You can decide to remove this software from your system at any time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl". Before running VMware Tools for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want this program to invoke the command for you now? [yes] Initializing... Making sure services for VMware Tools are stopped. The module vmmemctl has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmmemctl to override. The module vmhgfs has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmhgfs to override. The module vmxnet has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmxnet to override. The module vmblock has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmblock to override. The module vmci has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmci to override. The module vsock has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vsock to override. The module vmxnet3 has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmxnet3 to override. The module pvscsi has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=pvscsi to override. Disabling timer-based audio scheduling in pulseaudio. Detected Xorg X server version 1.11.3. Distribution provided drivers for Xorg X server are used. Skipping X configuration because X drivers are not included. Creating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-3.2.0-60-generic-pae vmware-tools start/running The configuration of VMware Tools 8.4.9 build-744570 for Linux for this running kernel completed successfully. You must restart your X session before any mouse or graphics changes take effect. You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the command line or by invoking "/usr/bin/vmware-toolbox" from the command line during an X server session. To enable advanced X features (e.g., guest resolution fit, drag and drop, and file and text copy/paste), you will need to do one (or more) of the following: 1. Manually start /usr/bin/vmware-user 2. Log out and log back into your desktop session; and, 3. Restart your X session. Enjoy, --the VMware team Found VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device /dev/sr0 ... ubuntu@ubuntu:/tmp/vmware-tools-distrib$ cd ~ ubuntu@ubuntu:~$