# Disk Image Backup – Checking if device is ready: DeviceIoControl: The request could not be performed

<table data-header-hidden><thead><tr><th width="144"></th><th></th></tr></thead><tbody><tr><td><strong>ERROR</strong></td><td>Browsing disks: Checking if device xx is ready: DeviceIoControl: The request could not be performed because of an I/O device error.</td></tr></tbody></table>

The particular error can occur when performing a Disk Image backup.

This message is stating that an I/O device error occurred when attempting to check if the disk device named 'xx' is ready.

Generally these I/O device errors can occur when there is a problem with the communication between the computer and the device. This could be caused by a hardware issue, such as a faulty cable or disk, or a software issue, such as a problem with the device driver or file system.

In this particular error, it mentions the `DeviceIoControl` function, which is a Windows API function used to send control codes to a device driver. This suggests that the error occurred while attempting to communicate with the device driver for the disk.

These kinds of issues can be related to the disk itself, such as a mechanical failure, bad sectors, or file system corruption. It could also be caused by a problem with the disk controller, such as a faulty cable, a driver issue, or a problem with the motherboard or other hardware component.

You may need to perform further diagnosis to determine the root cause. For e.g., disk diagnostic tools, checking the cable connections, updating device drivers or firmware, or replacing hardware components, etc.

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/disk-image-backup-checking-if-device-is-ready-deviceiocontrol-the-request-could-not-be-performed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
