-2

i`m trying to open my USB and i have the message drive is not accessible. The request could not be performed because of an I/O device error enter image description here

Mohamed Farahat
  • 751
  • 1
  • 7
  • 12

1 Answers1

-1

Try this Easy step. It will be work for you.

  1. Type CMD on your system search bar.
  2. Right click and choose "Run as administrator".
  3. Type chkdsk /f [Drive:]. Replace the [Drive:] to your removable drive letter. For e.g: If your USB drive letter is G:, then type chkdsk /f G:
  4. Press "Enter" button to execute that command.

Now your USB can works fine and you can able to copy & paste your data.

AVS
  • 71
  • 1
  • 3