How to restore a disk from a disk image in Disk Utility if unable to scan image due to errors on Mac OS X. Using Apple’s Disk Utility it is usually quite easy to restore a hard disk from a disk image. I recently encountered a problem however where I was unable to restore from a disk image using the normal steps as outlined right in the Disk Utility window. I was attempting to restore a disk but Disk Utility said I first needed to scan image before I could restore with the following error:
“Could not find any scan information. The source image needs to be imagescanned before it can be restored.”
However Disk Utility would not let me scan the image. No matter what I tried, every time I selected Scan Image in the Images menu with the disk image selected I would get one of the following two error messages:
Unable to scan “MacH_WORK.dmg.” (Resource temporarily unavailable)
Unable to scan “MacH_WORK.dmg.” (Invalid argument)
After looking through the Disk Utility log it appears that Disk Utility can’t imagescan a read/write volume. When creating the disk image I had created a read/write volume in case I needed to repair the volume directory (it was a disk I was having trouble with).
2015-02-07 20:04:34 -0400: Scanning image “MacH_WORK.dmg”
2015-02-07 20:04:41 -0400: cannot scan read/write images.
2015-02-07 20:04:41 -0400: Unable to scan “MacH_WORK.dmg.” (Invalid argument)
2015-02-07 20:04:41 -0400:
2015-02-07 20:04:54 -0400: [DUDiskController viewablePartitions] expecting DUDisk, but got nil
2015-02-07 20:04:54 -0400:
How to Restore a Disk from a Disk Image in Disk Utility if Unable to Scan Image. It turns out you can use Disk Utility to restore such a read/write disk image bypassing the “invalid argument” error by using a different set of steps to select the source volume. Normally you simply select the disk image file itself as the source to restore from. But that needs to be imagescanned and can’t be. If you select the actual mounted volume instead it doesn’t need to be imagescanned first. The problem though is that the mounted disk image volume sometimes doesn’t appear on the Disk Utility sidebar and it can’t be selected using the “Image…” button because that only allows you to select a disk image file, not a volume.
The simple solution is to first mount the disk image and then drag the mounted volume icon from a Finder window and drop it on the source text field on the Disk Utility window. That will accept the mounted volume and the restore should then proceed normally.
Here are a few more references about Mac OS X Troubleshooting. Need a new Mac OS X Hard Drive?
Additional DreamLight Mac OS X posts.
Here are a few additional links about restoring disk images with Apple’s Disk Utility:
Copying a Volume via the Restore tab
MacWorld: Disk Utility’s hidden talents
Cloning Your Data to A New Hard Drive in Mac OSX
Leave a Reply