やっぱりLinux環境が欲しいなと
メモリを1GBから1.5GBに増設したこともあり
ま、妥当なソリューションとしてVMWareを入れてそこにUbuntuを入れてみようと
入れたUbuntuは7.10(gutsy)
普通にすんなりインストール
VMWare toolsも前はカーネルのソースとか入れなくちゃダメだったけど
特に怒られずすんなりインストールが終わった
。。と思ってた
が、ファイルが共有できない。。
よくよくVMWareインストールのログを見てみると
The filesystem driver (vmhgfs module) is used only for the shared
folder feature. The rest of the software provided by VMware Tools is
designed to work independently of this feature.
If you wish to have the shared folders feature, you can install the
driver by running vmware-config-tools.pl again after making sure that
gcc, binutils, make and the kernel sources for your running kernel
are installed on your machine.These packages are available on your
distribution's installation CD.なんてことが言われてた。。
なんか調べてみるとカーネルのバージョンが2.6.22だとへくるらしい
参照 : VMware Player 2.0(Workstation 6.0) で Guest:kernel-2.6.22 の時の Shared Folders
ここに書かれているように以下を実行
# cd /tmp
# wget http://fun.poosan.net/sawa/file/2.6.22-vmhgfs-55017.tar.bz2
# tar jxvf 2.6.22-vmhgfs-55017.tar.bz2
# cp vmhgfs.tar /usr/lib/vmware-tools/modules/source/
# vmware-config-tools.plこれで見事インストール成功
windowsのファイルをマウントできた
ちなみにマウント先は
/mnt/hgfs
基本的に作業はLinux上でやってる
便利だなぁ。。








