Installed old HDD in my PC for more storage but Crystaldiskinfo shows Caution
I've recently found my over 10 years old HDD that I've threw away years ago and decided to put it back into my computer to get more storage. Computer is working just fine, it's fast as it was before but .. Crystaldiskinfo shows CAUTION and there are some number I don't really understand. Does it means it's going to fail eventually soon? Or is it just like "Caution, it's not working 100% but you should be fine"?
hard-drive hardware-failure
add a comment |
I've recently found my over 10 years old HDD that I've threw away years ago and decided to put it back into my computer to get more storage. Computer is working just fine, it's fast as it was before but .. Crystaldiskinfo shows CAUTION and there are some number I don't really understand. Does it means it's going to fail eventually soon? Or is it just like "Caution, it's not working 100% but you should be fine"?
hard-drive hardware-failure
add a comment |
I've recently found my over 10 years old HDD that I've threw away years ago and decided to put it back into my computer to get more storage. Computer is working just fine, it's fast as it was before but .. Crystaldiskinfo shows CAUTION and there are some number I don't really understand. Does it means it's going to fail eventually soon? Or is it just like "Caution, it's not working 100% but you should be fine"?
hard-drive hardware-failure
I've recently found my over 10 years old HDD that I've threw away years ago and decided to put it back into my computer to get more storage. Computer is working just fine, it's fast as it was before but .. Crystaldiskinfo shows CAUTION and there are some number I don't really understand. Does it means it's going to fail eventually soon? Or is it just like "Caution, it's not working 100% but you should be fine"?
hard-drive hardware-failure
hard-drive hardware-failure
edited Jan 18 at 13:20
Tetsujin
15.8k53462
15.8k53462
asked Jan 18 at 13:16
CzechJudgeCzechJudge
33
33
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
See also: https://en.wikipedia.org/wiki/S.M.A.R.T.
Reallocated Sectors Count:
Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.[25] Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.
Current Pending Sector Count: Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written.[58]
However, some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.
(Offline) Uncorrectable Sector Count: The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.
These three issues denote potentially critical attributes and they may predict drive failure.
So there is the probability of it failing sooner or later (well ofc). Just don't store the VERY important stuff on it and you should be fine.. Maybe it will work another 10 years, who knows..
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
add a comment |
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%2f1395754%2finstalled-old-hdd-in-my-pc-for-more-storage-but-crystaldiskinfo-shows-caution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
See also: https://en.wikipedia.org/wiki/S.M.A.R.T.
Reallocated Sectors Count:
Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.[25] Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.
Current Pending Sector Count: Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written.[58]
However, some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.
(Offline) Uncorrectable Sector Count: The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.
These three issues denote potentially critical attributes and they may predict drive failure.
So there is the probability of it failing sooner or later (well ofc). Just don't store the VERY important stuff on it and you should be fine.. Maybe it will work another 10 years, who knows..
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
add a comment |
See also: https://en.wikipedia.org/wiki/S.M.A.R.T.
Reallocated Sectors Count:
Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.[25] Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.
Current Pending Sector Count: Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written.[58]
However, some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.
(Offline) Uncorrectable Sector Count: The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.
These three issues denote potentially critical attributes and they may predict drive failure.
So there is the probability of it failing sooner or later (well ofc). Just don't store the VERY important stuff on it and you should be fine.. Maybe it will work another 10 years, who knows..
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
add a comment |
See also: https://en.wikipedia.org/wiki/S.M.A.R.T.
Reallocated Sectors Count:
Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.[25] Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.
Current Pending Sector Count: Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written.[58]
However, some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.
(Offline) Uncorrectable Sector Count: The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.
These three issues denote potentially critical attributes and they may predict drive failure.
So there is the probability of it failing sooner or later (well ofc). Just don't store the VERY important stuff on it and you should be fine.. Maybe it will work another 10 years, who knows..
See also: https://en.wikipedia.org/wiki/S.M.A.R.T.
Reallocated Sectors Count:
Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.[25] Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.
Current Pending Sector Count: Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written.[58]
However, some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.
(Offline) Uncorrectable Sector Count: The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.
These three issues denote potentially critical attributes and they may predict drive failure.
So there is the probability of it failing sooner or later (well ofc). Just don't store the VERY important stuff on it and you should be fine.. Maybe it will work another 10 years, who knows..
answered Jan 18 at 14:11
fragantfragant
263
263
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
add a comment |
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
"Just don't store the VERY important stuff on it and you should be fine" - that doesn't stress it enough. Don't use it to store any files that you can't afford to loose!
– gronostaj
Jan 18 at 14:21
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Thank you for answers. I've decided to do full (slow) formatting of the drive so the drive can remap all the sectors. I don't know if that can fix it but i'll try. BTW about that uncorrectable sectors - these can't be even replaced by the HDD reserves? that means they'll be there forever and HDD will just try to avoid them?
– CzechJudge
Jan 18 at 15:35
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Apparently your pending sector count doesn't return to zero over time, so the drive ran out of reserved sectors. But it doesn't matter, bad sectors oftentimes are "infectious". Once bad sectors appear, you should assume the drive can die anytime. And yes, it can work fine for 20 more years, but you can't trust it.
– gronostaj
Jan 18 at 17:46
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
Well after full reinstall both Uncorrectable and Pending sector count went zero and turned green.. now the only caution thing is reallocated sector count at 810
– CzechJudge
Jan 21 at 0:01
add a comment |
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%2f1395754%2finstalled-old-hdd-in-my-pc-for-more-storage-but-crystaldiskinfo-shows-caution%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