The request could not be performed because of an I/O device error
A few weeks ago something bad happened to my OS (Windows 10). In my laptop I have SSD with OS and HDD for data (cd drive slot).
I usually hibernate my PC instead of shutting it down. I also have a bad habit of postponing system updates for a few days.
After ~2 "ask me later" Windows somehow updates the system anyway (I hibernate my PC, next day I run it and I see it restarted and updated - not sure how and when this happens, but that's not so important).
Whenever it updates and restarts on it's own - my HDD gets an I/O device error.
Facts:
- The drive is present in "This PC"
- Sometimes I can create a file on that drive (and add some content to it)
- I cannot open any file which was created before restart (files get opened by programs, but cannot be displayed - some app-specific errors)
- I can open some directories (different path depths), but most cannot be opened
- Disconnecting and cleaning HDD connection does not help
- Restarting OS does not help
The only way to fix it is to:
- Turn off PC
- Remove HDD
- Start OS <------- starting OS without HDD is absolutely crucial
- Turn off PC again
- Connect HDD again
- Start OS
- HDD works perfectly until next Windows update
Based on the workaround above, I believe the problem is not hardware related. The question is can I fix it permanently without reinstalling the OS?
Windows Events logs:
Nothing interesting except lots of such Warnings:
The system failed to flush data to the transaction log. Corruption may occur in VolumeId: D:, DeviceName: DeviceHarddiskVolume7.
(The I/O device reported an I/O error.)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Ntfs" Guid="{3FF37A1C-A68D-4D6E-8C9B-F79E8B16C482}" />
<EventID>140</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000008</Keywords>
<TimeCreated SystemTime="2019-01-23T21:07:23.058660400Z" />
<EventRecordID>27166</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="4308" />
<Channel>System</Channel>
<Computer>gisek</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="VolumeId">D:</Data>
<Data Name="DeviceName">DeviceHarddiskVolume7</Data>
<Data Name="Error">0xc0000185</Data>
</EventData>
</Event>
windows windows-10 hard-drive windows-update io
add a comment |
A few weeks ago something bad happened to my OS (Windows 10). In my laptop I have SSD with OS and HDD for data (cd drive slot).
I usually hibernate my PC instead of shutting it down. I also have a bad habit of postponing system updates for a few days.
After ~2 "ask me later" Windows somehow updates the system anyway (I hibernate my PC, next day I run it and I see it restarted and updated - not sure how and when this happens, but that's not so important).
Whenever it updates and restarts on it's own - my HDD gets an I/O device error.
Facts:
- The drive is present in "This PC"
- Sometimes I can create a file on that drive (and add some content to it)
- I cannot open any file which was created before restart (files get opened by programs, but cannot be displayed - some app-specific errors)
- I can open some directories (different path depths), but most cannot be opened
- Disconnecting and cleaning HDD connection does not help
- Restarting OS does not help
The only way to fix it is to:
- Turn off PC
- Remove HDD
- Start OS <------- starting OS without HDD is absolutely crucial
- Turn off PC again
- Connect HDD again
- Start OS
- HDD works perfectly until next Windows update
Based on the workaround above, I believe the problem is not hardware related. The question is can I fix it permanently without reinstalling the OS?
Windows Events logs:
Nothing interesting except lots of such Warnings:
The system failed to flush data to the transaction log. Corruption may occur in VolumeId: D:, DeviceName: DeviceHarddiskVolume7.
(The I/O device reported an I/O error.)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Ntfs" Guid="{3FF37A1C-A68D-4D6E-8C9B-F79E8B16C482}" />
<EventID>140</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000008</Keywords>
<TimeCreated SystemTime="2019-01-23T21:07:23.058660400Z" />
<EventRecordID>27166</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="4308" />
<Channel>System</Channel>
<Computer>gisek</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="VolumeId">D:</Data>
<Data Name="DeviceName">DeviceHarddiskVolume7</Data>
<Data Name="Error">0xc0000185</Data>
</EventData>
</Event>
windows windows-10 hard-drive windows-update io
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
1
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51
add a comment |
A few weeks ago something bad happened to my OS (Windows 10). In my laptop I have SSD with OS and HDD for data (cd drive slot).
I usually hibernate my PC instead of shutting it down. I also have a bad habit of postponing system updates for a few days.
After ~2 "ask me later" Windows somehow updates the system anyway (I hibernate my PC, next day I run it and I see it restarted and updated - not sure how and when this happens, but that's not so important).
Whenever it updates and restarts on it's own - my HDD gets an I/O device error.
Facts:
- The drive is present in "This PC"
- Sometimes I can create a file on that drive (and add some content to it)
- I cannot open any file which was created before restart (files get opened by programs, but cannot be displayed - some app-specific errors)
- I can open some directories (different path depths), but most cannot be opened
- Disconnecting and cleaning HDD connection does not help
- Restarting OS does not help
The only way to fix it is to:
- Turn off PC
- Remove HDD
- Start OS <------- starting OS without HDD is absolutely crucial
- Turn off PC again
- Connect HDD again
- Start OS
- HDD works perfectly until next Windows update
Based on the workaround above, I believe the problem is not hardware related. The question is can I fix it permanently without reinstalling the OS?
Windows Events logs:
Nothing interesting except lots of such Warnings:
The system failed to flush data to the transaction log. Corruption may occur in VolumeId: D:, DeviceName: DeviceHarddiskVolume7.
(The I/O device reported an I/O error.)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Ntfs" Guid="{3FF37A1C-A68D-4D6E-8C9B-F79E8B16C482}" />
<EventID>140</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000008</Keywords>
<TimeCreated SystemTime="2019-01-23T21:07:23.058660400Z" />
<EventRecordID>27166</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="4308" />
<Channel>System</Channel>
<Computer>gisek</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="VolumeId">D:</Data>
<Data Name="DeviceName">DeviceHarddiskVolume7</Data>
<Data Name="Error">0xc0000185</Data>
</EventData>
</Event>
windows windows-10 hard-drive windows-update io
A few weeks ago something bad happened to my OS (Windows 10). In my laptop I have SSD with OS and HDD for data (cd drive slot).
I usually hibernate my PC instead of shutting it down. I also have a bad habit of postponing system updates for a few days.
After ~2 "ask me later" Windows somehow updates the system anyway (I hibernate my PC, next day I run it and I see it restarted and updated - not sure how and when this happens, but that's not so important).
Whenever it updates and restarts on it's own - my HDD gets an I/O device error.
Facts:
- The drive is present in "This PC"
- Sometimes I can create a file on that drive (and add some content to it)
- I cannot open any file which was created before restart (files get opened by programs, but cannot be displayed - some app-specific errors)
- I can open some directories (different path depths), but most cannot be opened
- Disconnecting and cleaning HDD connection does not help
- Restarting OS does not help
The only way to fix it is to:
- Turn off PC
- Remove HDD
- Start OS <------- starting OS without HDD is absolutely crucial
- Turn off PC again
- Connect HDD again
- Start OS
- HDD works perfectly until next Windows update
Based on the workaround above, I believe the problem is not hardware related. The question is can I fix it permanently without reinstalling the OS?
Windows Events logs:
Nothing interesting except lots of such Warnings:
The system failed to flush data to the transaction log. Corruption may occur in VolumeId: D:, DeviceName: DeviceHarddiskVolume7.
(The I/O device reported an I/O error.)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Ntfs" Guid="{3FF37A1C-A68D-4D6E-8C9B-F79E8B16C482}" />
<EventID>140</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000008</Keywords>
<TimeCreated SystemTime="2019-01-23T21:07:23.058660400Z" />
<EventRecordID>27166</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="4308" />
<Channel>System</Channel>
<Computer>gisek</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="VolumeId">D:</Data>
<Data Name="DeviceName">DeviceHarddiskVolume7</Data>
<Data Name="Error">0xc0000185</Data>
</EventData>
</Event>
windows windows-10 hard-drive windows-update io
windows windows-10 hard-drive windows-update io
edited Jan 23 at 22:54
Andrzej Gis
asked Jan 23 at 22:21
Andrzej GisAndrzej Gis
214515
214515
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
1
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51
add a comment |
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
1
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
1
1
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397668%2fthe-request-could-not-be-performed-because-of-an-i-o-device-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397668%2fthe-request-could-not-be-performed-because-of-an-i-o-device-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Any relevant errors being logged in the Windows Event log?
– Twisty Impersonator
Jan 23 at 22:32
@TwistyImpersonator Added logs to the question
– Andrzej Gis
Jan 23 at 22:46
1
This really looks like a hardware related problem, cabling, the device itself, etc. However, to rule out software you could try clean booting Windows when the drive is misbehaving to see if that helps.
– Twisty Impersonator
Jan 23 at 22:51