3

Last night I had a BSOD a couple of minutes after moving a file. After a reboot, I found that the file was gone (it was deleted from the source partition and not present on the destination).

I took an image of the source volume (ie from the Boot Sector to the last cluster of the partition). Then I wrote a program to extract the unused clusters from a disk and save them as files.

Some of the free clusters on the original volume have now been overwritten so I need to use the image to do my final extraction. That means I need some software that can mount a volume/partition image, but all of the image mounting software I can find can only mount disk images (ie from the MBR—the master partition table—on).

Does anyone know of (hopefully free) Windows software that can do this?

I’ve already tried (without success): VirtualCloneDrive, DaemonTools, VirtualFloppyDrive (and probably a couple of others I can’t think of). They all either nag that the file is no good, or try to mount it, resulting in a disk that Windows complains has an unknown/corrupt filesystem.

Thanks.

1
  • With the software that mounts an entire drive image, how does it handle multiple partitions within that image?
    – endolith
    Commented Feb 16, 2011 at 3:32

3 Answers 3

4

OSFMount is a free program that can mount disk images containing just a single partition or entire drives with multiple partitions. Unlike most of the other programs I have tried, this one is aware of disk-structures, so it can detect the contents of image and lets your select what you want mounted.

If the image contains a partition table, it will display the contained partitions and let you mount either the whole drive, or select a partition. If it contains just a single partition, it mounts it as is.

It also lets you decide what type the mounted drive will be (hard-drive, optical, floppy, auto).

enter image description here

1

Try alcohol 120 and magicDisc

1
  • Okay, I will try them.
    – Synetech
    Commented Nov 28, 2010 at 22:15
0

You'd use Virtual CloneDrive (freeware) to mount .ISO, .CCD, .DVD, .IMG, .UDF and .BIN files.

alt text

via HowToGeek

1
  • Nope, that doesn’t work; it wants full-disk images, not just volume images. If I try to mount this with VCD, I get a disk that Windows cannot recognize (ie “unknown/corrupt filesystem”). I’ll add a list of software I’ve tried.
    – Synetech
    Commented Aug 6, 2010 at 5:03

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .