Mount VMDK with command line on Windows 10 based on VMWare Workstation

0

We can use VMWare Workstation's GUI to mount a vmdk(with NTFS file system) on Windows, but after a lot of search, I still don't know how to do it with command line. It's better to be a command line tool from VMWare Workstation's install folder.

Environment:Windows 10 x64, VMWare Workstation Pro 15.

jw_

Posted 2019-03-30T05:29:56.157

Reputation: 482

Answers

0

Seems like you want to boot a virtual hard disk on windows boot menu this can be solved with bcdboot here is a reference https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di But bcdboot only works with vhd and vhdx formats.

If you only want to create a new VM based on your VMDK disk here is a tutorial from vmware https://kb.vmware.com/s/article/2010196

Good Luck !

Holly Doge

Posted 2019-03-30T05:29:56.157

Reputation: 26

Sorry that's not my need. I need to mount the disk and access the content in Windows 10 host. – jw_ – 2019-03-30T07:37:39.217

You i'll need to map that virtual disk with the windows explorer options, but you need vmware workstation installed on your pc first here is a reference for your problem https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/

– Holly Doge – 2019-04-01T15:12:18.260

I've downloaded this https://my.vmware.com/web/vmware/details?downloadGroup=VDDK670&productId=614 , which is version 6.7, but there is no vmware-mount.exe. Indeed the question is about why there are no vmware-mount.exe in the VMWare Workstation installation folder---how does VMWare mount disk?

– jw_ – 2019-04-30T04:21:04.270