I need to update some files inside of a VMWare disk image from the Windows host machine. The virtual disks are formatted for Linux (ext3).

Is it possible to mount an image so that it appears as a disk in Windows?

Or alternatively, is there some application that offers a file browser that can be used to access the image (similar to how WinSCP looks like).

There will be no virtual machines running while I do this, I can shut them down or unmount the disks beforehand.

link|improve this question

52% accept rate
feedback

2 Answers

http://www.fs-driver.org/

EXT2 IFS allows ext2 partitions to be mounted inside windows. This works with ext3 as it can be mounted as ext2 and function normally (minus he journaling from ext3)

link|improve this answer
+1 for the fs-driver link – Lee Aug 20 '09 at 1:43
Does this also work when it is not a partition, but a disk image? – Thilo Aug 20 '09 at 1:53
Well, no. Your best bet is to make a Windows VM and attach that vdisk to it and access it like that, unless there is a tool to mount a vdisk in Windows that I'm not aware of. – MDMarra Aug 20 '09 at 2:32
feedback

I'm not 100% sure but you could use VMware Workstation 5.5 Disk Mount Utility to mount the file and http://www.fs-driver.org/ to access the ext3 filesystem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.