VMWare Player - VMWare Tools - Ubuntu 24.04
- 1. 概要
- 2. ディスクのマウント
- 3. インストール
1. 概要
2024年10月25日、表題の環境へ「VMware Tools」をインストールする機会があったので、メモしておきます。
以下、「VMware(R) Workstation 17 Player 17.5.0 build-22583795」上の「Ubuntu 24.04 GNOME Desktop」での操作です。
2. ディスクのマウント
ログインした状態で、下の「Tools のインストール」

ディスクをマウントした状態になります。
3. インストール
ゲストで端末を開いて、「root」ユーザ権限で。
mount /dev/sr0 /mnt
cd /tmp
tar -zxvf /mnt/VMwareTools-nn.o.pp-qqqqqqqq.tar.gz
「.tar.gz」が展開されます。
cd vmware-tools-distrib/
./vmware-install.pl
The installer has detected an existing installation of open-vm-tools packages
on this system and will not attempt to remove and replace these user-space
applications. It is recommended to use the open-vm-tools packages provided by
the operating system. If you do not want to use the existing installation of
open-vm-tools packages and use VMware Tools, you must uninstall the
open-vm-tools packages and re-run this installer.
The packages that need to be removed are:
open-vm-tools
Packages must be removed with the --purge option.
The installer will next check if there are any missing kernel drivers. Type yes
if you want to do this, otherwise type no [yes]
yes Enter
入力が必要なものは、下記のものを除いて Enter で答えていきます。
下記は、yes Enter
You have chosen to install VMware Tools on top of an open-vm-tools package.
You will now be given the option to replace some commands provided by
open-vm-tools. Please note that if you replace any commands at this time and
later remove VMware Tools, it may be necessary to re-install the open-vm-tools.
The file /usr/bin/vmware-hgfsclient that this program was about to install
already exists. Overwrite? [no]
The file /usr/bin/vmhgfs-fuse that this program was about to install already
exists. Overwrite? [no]
プロンプトが返ってきたら。
eject
うまくいったようで、マウスの動きがスムーズになりましたし、デスクトップの解像度も変更できるようになりました。
|
|