VMWare Tools をインストール

VMWare Fusion の「仮想マシン」メニューから「VMWare Tools のインストール」を選択


仮想マシンに表示されるダイアログで「インストール」をクリック


CentOS 6 に VMWare Tools の CD がマウントされる


後は CD の VMwareTools-8.4.7-416484.tar.gz を展開して vmware-install.pl を起動すれば良い。

[paraches@localhost myTest]$ cd VMware\ Tools/
[paraches@localhost VMware Tools]$ sudo tar zxvf VMwareTools-8.4.7-416484.tar.gz
[paraches@localhost VMware Tools]$ cd vmware-tools-distrib/
[paraches@localhost vmware-tools-distrib]$ sudo ./vmware-install.pl
<省略>

Detected Xorg X server version 1.7.7.

hal: 認識されていないサービスです。

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: c6b6 2.6.32-44.2.el6.x86_64 
Current Operating System: Linux localhost.localdomain 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64
Kernel command line: ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us-acentos crashkernel=128M rhgb quiet
Build Date: 25 June 2011  11:07:18AM
Build ID: xorg-x11-server 1.7.7-26.el6_0.3 
Current version of pixman: 0.18.4
	Before reporting problems, check https://www.redhat.com/apps/support/
	to make sure that you have the latest version.
Markers: (--) 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.10660", Time: Fri Jul 15 13:58:18 2011
(==) Using default built-in configuration (30 lines)
(EE) Failed to load module "vmwgfx" (module does not exist, 0)
(EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx
(EE) open /dev/fb0: No such device
error setting MTRR (base = 0xd0000000, size = 0x03e80000, type = 1) Invalid argument (22)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

X is running fine with the new config file.

error setting MTRR (base = 0xd0000000, size = 0x03e80000, type = 1) Invalid argument (22)
Creating a new initrd boot image for the kernel.

vmware-tools start/running
The configuration of VMware Tools 8.4.7 build-416484 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 ...
[paraches@localhost vmware-tools-distrib]$ 

ずぅ〜っと「return」押すだけで進んだのだけど、仮想マシンの画面が真っ暗になってサイズも小さくなったところでエラーが出たみたい。
ただ、あんまり困ったことになったような記述はないと思う…。


で、最後に /usr/bin/vmware-user を手動で起動しろってあるのでやってみたけど「Another instance of vmware-user already running. Exiting.」って言われるだけ。

[paraches@localhost ~]$ sudo /usr/bin/vmware-user
[paraches@localhost ~]$ Another instance of vmware-user already running.  Exiting.

[paraches@localhost ~]$ 


そんなこんなで、最後に CentOS をリスタートして終了!
これでドラッグ&ドロップでファイルのやり取りもできるようになったよ!