Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 7

You may see the following error in your backup log:

 

Code Block
languagetext
Backup aborted! - Unable to read from disk - Error Code 1117 -
The request could not be performed because of an I/O device error.

 

Error code 1117 is generated by Windows operating system and is always caused by Input / Output (I/O) throughput issues with either the disk or the controller that it is attached to.

To resolve this error check the disk for possible errors.
Perform these steps for each volume you are trying to either create an image of or include in a file & folder backup:

  1. Run an elevated MS-DOS command prompt as follows: 
  2. For Vista/7/8 and Server 2008 and later Servers :
    1. If required, press keyboard Windows key.
    2. Type command.
    3. Right-click Command Prompt.
    4. From menu, click Run as administrator (in Windows 8, menu is at bottom of screen).
  3. For Windows XP and Server 2003: Click Start > All Programs > Accessories > Command Prompt.

  4. At the command prompt type: 

    Code Block
    languagetext
    chkdsk <volume drive letter> /r /
    f 
     
    Info
    Note: A 'Read' error is generated by the image source disk and a 'Write' error is generated by the backup target disk.
    Please use the appropriate drive letter in the chkdsk command.
  5. If you receive the message Would you like to schedule this volume to be checked the next time your system restarts?
    Press 'Y

    .

    ' followed by Enter

    .

     

    Info
    Your entire file system
    checks for
    will be checked for errors. This may take some time to complete.