1

I am using Virtual Disk Management Kit v5.0 link. The command i am using is

C:\Program Files\VMware\VMware Virtual Disk Development Kit\bin>vmware-mount I:
C:\Users\Rushil\Documents\Virtual Machines\Ubuntu\Ubuntu-s001.vmdk

Unfortunately the above command does nothing except that every time i run it a (sort of) vmware-mount man page is displayed on the command prompt telling about other command options. Any solutions ???

user3294786
  • 177
  • 2
  • 10

1 Answers1

1

You have a space in your path to the vmdk and surely need to quote it:

vmware-mount I: "C:\Users\Rushil\Documents\Virtual Machines\Ubuntu\Ubuntu-s001.vmdk"
Thorsten Schöning
  • 3,501
  • 2
  • 25
  • 46