Software⏱️ 3 min read📅 2026-06-11

How to Fix: Unable to create disk image using disk utility (Input/output error)

Disk Utility input/output error fix

Quick Answer: Try using the terminal command dd with conv=noerror,sync to create a disk image, and then use DiskWarrior to repair any issues with the resulting file system.

The 'Unable to create disk image using disk utility (Input/output error)' issue affects users who attempt to create a disk image of their source drive using Disk Utility on their Mac. This error is frustrating as it prevents users from backing up or archiving important data.

This problem can occur due to various reasons, including low power on the source drive, hardware issues with the source drive or enclosure, or even software conflicts.

🔍 Why This Happens

  • The primary reason for this error is a hardware issue with the source drive or enclosure. In this case, the 2.5" HDD External enclosure (Mini G2 from Silicon P/L) may be malfunctioning due to its age and usage. The early model G4 Powerbook hard drive inside the enclosure might also be contributing to the problem.
  • Another possible cause is a software conflict or incompatibility between Disk Utility and the source drive's file system.

🚀 How to Resolve This Issue

Rebooting the source drive and enclosure

  1. Step 1: Reboot the source drive and enclosure to ensure that they are properly powered on.
  2. Step 2: Wait for a few minutes to allow any residual power issues to dissipate.
  3. Step 3: Reconnect the USB lead and try creating a disk image using Disk Utility again.

Using dd command to create disk image

  1. Step 1: Open the Terminal application on your Mac and navigate to the directory where you want to save the disk image.
  2. Step 2: Use the following command: `dd bs=512 if=/dev/rXX# of=/some_dir/foo.dmg conv=noerror,sync` Replace '/dev/rXX#' with the device name of the source drive (e.g., /dev/disk2s1) and '/some_dir/' with the desired directory for the disk image.
  3. Step 3: Press Enter to start the process, which may take several minutes depending on the size of the source drive.

🎯 Final Words

If the 'Unable to create disk image using disk utility (Input/output error)' issue persists, try rebooting the source drive and enclosure or using the dd command to create a disk image. Additionally, consider seeking further assistance from Apple support or a professional IT technician if you are unable to resolve the issue.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions