Last active
December 20, 2024 09:23
-
-
Save dandye/127ca7b200b66af4036dc0ffda488879 to your computer and use it in GitHub Desktop.
How to install vmware-vdiskmanager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Author
dandye
commented
Dec 30, 2016
•
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, 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