Skip to content

Instantly share code, notes, and snippets.

@dandye
Last active February 7, 2024 18:34
Show Gist options
  • Save dandye/127ca7b200b66af4036dc0ffda488879 to your computer and use it in GitHub Desktop.
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
@gkostov
Copy link

gkostov commented Feb 7, 2024

Thanks, it works, but you first need to register a free account from vmware.com, then download the binaries from here: https://code.vmware.com/web/sdk/6.7/vddk

Thanks a lot! I was looking everywhere for a working vdiskmanager. And after adding the required VC++ 12.0 runtime it did the job :)

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