vmware-toolbox を導入するには以下の手順に従います。(1)vmwareのメニューから「VM」「VMware toolsのインストール」を選択します。/media/cdrom/に VMware tools のrpmファイルが保存されています。[root@localhost ~]# ls /media/cdrom/VMwareTools-5.0.0-13124.i386.rpm VMwareTools-5.0.0-13124.tar.gz(2)パッケージをインストールします。[root@localhost ~]# rpm -ivh /media/cdrom/VMwareTools-5.0.0-13124.i386.rpm Preparing... ########################################### [100%] package VMwareTools-5.0.0-13124 is already installed(3)設定用のツールを実行します。後は指示に従います。[root@localhost cdrom]# /usr/bin/vmware-config-tools.plStopping VMware Tools services in the virtual machine: Guest operating system daemon: [ OK ]Trying to find a suitable vmhgfs module for your running kernel.None of the pre-built vmhgfs modules for VMware Tools is suitable for yourrunning kernel. Do you want this program to try to build the vmhgfs module foryour system (you need to have a C compiler installed on your system)? [yes]Using compiler "/usr/bin/gcc". Use environment variable CC to override.What is the location of the directory of C header files that match your runningkernel? [/lib/modules/2.6.9-42.EL/build/include]Extracting the sources of the vmhgfs module.Building the vmhgfs module.Using 2.6.x kernel build system.make: Entering directory `/tmp/vmware-config0/vmhgfs-only'make -C /lib/modules/2.6.9-42.EL/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modulesmake[1]: Entering directory `/usr/src/kernels/2.6.9-42.EL-i686' CC [M] /tmp/vmware-config0/vmhgfs-only/cpName.o CC [M] /tmp/vmware-config0/vmhgfs-only/cpNameLinux.o CC [M] /tmp/vmware-config0/vmhgfs-only/dev.o CC [M] /tmp/vmware-config0/vmhgfs-only/driver.o CC [M] /tmp/vmware-config0/vmhgfs-only/hgfsUtil.o CC [M] /tmp/vmware-config0/vmhgfs-only/main.o CC [M] /tmp/vmware-config0/vmhgfs-only/staticEscape.o LD [M] /tmp/vmware-config0/vmhgfs-only/vmhgfs.o Building modules, stage 2. MODPOST CC /tmp/vmware-config0/vmhgfs-only/vmhgfs.mod.o LD [M] /tmp/vmware-config0/vmhgfs-only/vmhgfs.komake[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL-i686'cp -f vmhgfs.ko ./../vmhgfs.omake: Leaving directory `/tmp/vmware-config0/vmhgfs-only'The module loads perfectly in the running kernel.Extracting the sources of the vmxnet module.Building the vmxnet module.Using 2.6.x kernel build system.make: Entering directory `/tmp/vmware-config0/vmxnet-only'make -C /lib/modules/2.6.9-42.EL/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modulesmake[1]: Entering directory `/usr/src/kernels/2.6.9-42.EL-i686' CC [M] /tmp/vmware-config0/vmxnet-only/vmxnet.o Building modules, stage 2. MODPOST CC /tmp/vmware-config0/vmxnet-only/vmxnet.mod.o LD [M] /tmp/vmware-config0/vmxnet-only/vmxnet.komake[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL-i686'cp -f vmxnet.ko ./../vmxnet.omake: Leaving directory `/tmp/vmware-config0/vmxnet-only'The module loads perfectly in the running kernel.Detected X.org version 6.8.コンソールマウスサービスを停止中: [ OK ]コンソールマウスサービスを起動中: [ OK ]Please choose one of the following display sizes (1 - 9):[1] "640x480"[2]< "800x600"[3] "1024x768"[4] "1152x864"[5] "1152x900"[6] "1280x1024"[7] "1376x1032"[8] "1600x1200"[9] "2364x1773"Please enter a number between 1 and 9:[2]X Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: Linux 2.6.9-34.0.1.ELsmp i686 [ELF]Current Operating System: Linux localhost.localdomain 2.6.9-42.EL #1 Wed Jul 12 23:16:43 EDT 2006 i686Build Date: 11 July 2006Build Host: hs20-bc1-1.build.redhat.com Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version.Module Loader presentOS Kernel: Linux version 2.6.9-42.EL (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 Wed Jul 12 23:16:43 EDT 2006 PMarkers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.4136", Time: Wed Feb 18 14:40:38 2009(++) Using config file: "/tmp/vmware-config0/XF86Config.4136"X is running fine with the new config file.(WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000)Starting VMware Tools services in the virtual machine: Switching to guest configuration: [ OK ] Guest filesystem driver: [ OK ] DMA setup: [ OK ] Guest operating system daemon: [ OK ]The configuration of VMware Tools 5.0.0 build-13124 for Linux for this runningkernel completed successfully.You must restart your X session before any mouse or graphics changes takeeffect.You can now run VMware Tools by invoking the following command:"/usr/bin/vmware-toolbox" during an XFree86 session.To use the vmxnet driver, restart networking using the following commands:/etc/init.d/network stoprmmod pcnet32rmmod vmxnetdepmod -amodprobe vmxnet/etc/init.d/network startEnjoy,--the VMware team(4)VMware toolsを実行します。[root@localhost cdrom]# /usr/bin/vmware-toolbox&[1] 4632