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
Asked
Active
Viewed 961 times
-2

Mohamed Farahat
- 751
- 1
- 7
- 12
-
The request should be addressed to http://superuser.com. Also does the USB port work with other devices? Does the USB drive in question work on another computers? – Alex Kudryashev Jun 26 '16 at 22:14
-
This site is for programming questions. – Ken White Jun 26 '16 at 22:58
1 Answers
-1
Try this Easy step. It will be work for you.
- Type CMD on your system search bar.
- Right click and choose "Run as administrator".
- 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:
- 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
-
1Which of course will never work if the drive can't be mounted in the first place – Panagiotis Kanavos Jan 04 '17 at 12:26