0

Background: Host OS is Windows Vista. Guest OS is Ubuntu

VMWare can give direct access to a guest OS to a physical disk partition, so say my disk has two partitions, the first is NTFS and has windows on it, and the second is EXT3, obviously not readable from windows. I can then run VMWare, and give Ubuntu access to that second partition, and he can mount it and access all the data and so on.

However, I just converted my disk in windows into a 'Dynamic Disk'...and now VMWare can't see the individual partitions. Instead it just sees a single partition the size of the entire disk.

Is there any way to give the ext3 partition, which is now inside a windows dynamic disk, to the vmware instance? I know of LDM, but that only works when linux has full access to the entire disk, and I just want to give it access to a single partition.

user9517
  • 115,471
  • 20
  • 215
  • 297
davr
  • 1,729
  • 3
  • 14
  • 25

2 Answers2

3

Dynamic disks are only understood and supported by Windows systems, nobody else can make use of them.

http://www.vmware.com/support/ws55/doc/ws_disk_dynamic_win2kxp_do_not_use.html

Massimo
  • 70,200
  • 57
  • 200
  • 323
  • Darn...that ruins my whole plan...thanks for the link. Hopefully someone else chimes in with a workaround. PS: Dynamic disks can be read by Linux systems, see my LDM link above, so not completely windows only. – davr Oct 04 '09 at 22:30
2

You could just copy the partition into a VMDK file based partition and store it inside the dynamic disk. The difference in performance is negligable when you use a fixed size rather than a growing one.

JamesRyan
  • 8,166
  • 2
  • 25
  • 36