Skip to content

Instantly share code, notes, and snippets.

@dandye
Last active November 26, 2025 17:29
Show Gist options
  • Select an option

  • Save dandye/127ca7b200b66af4036dc0ffda488879 to your computer and use it in GitHub Desktop.

Select an option

Save dandye/127ca7b200b66af4036dc0ffda488879 to your computer and use it in GitHub Desktop.
How to install vmware-vdiskmanager
tar xvf VMware-vix-disklib-6.0.2-3566099.x86_64.tar.gz
cd vmware-vix-disklib-distrib/bin64
sudo ln -s $(pwd)/vmware-vdiskmanager /usr/bin/vmware-vdiskmanager
ls -l /usr/bin/vmware-vdiskmanager
cd ../lib64/
sudo ln -s $(pwd) /usr/lib/vmware
sudo bash -c "echo $(pwd) > /etc/ld.so.conf.d/vmware-vix-disklib.conf"
sudo ldconfig
@Samg381
Copy link

Samg381 commented Nov 26, 2025

FYI, I was able to download the binaries here without need for an account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment