Is it worth to keep using a hard disk with these errors?
Clash Royale CLAN TAG#URR8PPP
I was trying to re-use a hard disk that shows errors, I don't remember if the device was hit or it starts making misreads on his own. The fs is ext3.
There are files recovered using the testdisk utility, and then then idea is to erase the partitions and the recreate and format again marking the bad blocks as unusable via
badblocks -v /dev/sdx > list
and later
fsck -l list /dev/sdx
But will this be reliable? I intend to use it as removable-media, not for a system.
The output of dumpe2fs has many entrys like this
Group 0: (Blocks 0-32767) csum 0xf720 [ITABLE_ZEROED]
Primary superblock at 0, Group descriptors at 1-19
Reserved GDT blocks at 20-1024
Block bitmap at 1025 (+1025)
Inode bitmap at 1041 (+1041)
Inode table at 1057-1568 (+1057)
1616 free blocks, 6429 free inodes, 359 directories, 3847 unused inodes
Full text here
filesystems hard-disk hardware
|
show 4 more comments
I was trying to re-use a hard disk that shows errors, I don't remember if the device was hit or it starts making misreads on his own. The fs is ext3.
There are files recovered using the testdisk utility, and then then idea is to erase the partitions and the recreate and format again marking the bad blocks as unusable via
badblocks -v /dev/sdx > list
and later
fsck -l list /dev/sdx
But will this be reliable? I intend to use it as removable-media, not for a system.
The output of dumpe2fs has many entrys like this
Group 0: (Blocks 0-32767) csum 0xf720 [ITABLE_ZEROED]
Primary superblock at 0, Group descriptors at 1-19
Reserved GDT blocks at 20-1024
Block bitmap at 1025 (+1025)
Inode bitmap at 1041 (+1041)
Inode table at 1057-1568 (+1057)
1616 free blocks, 6429 free inodes, 359 directories, 3847 unused inodes
Full text here
filesystems hard-disk hardware
2
Have you checked SMART values (smartclt
)?
– sebasth
Jan 6 at 18:03
3
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported bybadblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.
– Stephen Harris
Jan 6 at 18:05
2
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign.197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.
– Stephen Harris
Jan 6 at 18:10
2
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
3
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57
|
show 4 more comments
I was trying to re-use a hard disk that shows errors, I don't remember if the device was hit or it starts making misreads on his own. The fs is ext3.
There are files recovered using the testdisk utility, and then then idea is to erase the partitions and the recreate and format again marking the bad blocks as unusable via
badblocks -v /dev/sdx > list
and later
fsck -l list /dev/sdx
But will this be reliable? I intend to use it as removable-media, not for a system.
The output of dumpe2fs has many entrys like this
Group 0: (Blocks 0-32767) csum 0xf720 [ITABLE_ZEROED]
Primary superblock at 0, Group descriptors at 1-19
Reserved GDT blocks at 20-1024
Block bitmap at 1025 (+1025)
Inode bitmap at 1041 (+1041)
Inode table at 1057-1568 (+1057)
1616 free blocks, 6429 free inodes, 359 directories, 3847 unused inodes
Full text here
filesystems hard-disk hardware
I was trying to re-use a hard disk that shows errors, I don't remember if the device was hit or it starts making misreads on his own. The fs is ext3.
There are files recovered using the testdisk utility, and then then idea is to erase the partitions and the recreate and format again marking the bad blocks as unusable via
badblocks -v /dev/sdx > list
and later
fsck -l list /dev/sdx
But will this be reliable? I intend to use it as removable-media, not for a system.
The output of dumpe2fs has many entrys like this
Group 0: (Blocks 0-32767) csum 0xf720 [ITABLE_ZEROED]
Primary superblock at 0, Group descriptors at 1-19
Reserved GDT blocks at 20-1024
Block bitmap at 1025 (+1025)
Inode bitmap at 1041 (+1041)
Inode table at 1057-1568 (+1057)
1616 free blocks, 6429 free inodes, 359 directories, 3847 unused inodes
Full text here
filesystems hard-disk hardware
filesystems hard-disk hardware
edited Jan 6 at 22:06
riccs_0x
asked Jan 6 at 17:53
riccs_0xriccs_0x
269316
269316
2
Have you checked SMART values (smartclt
)?
– sebasth
Jan 6 at 18:03
3
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported bybadblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.
– Stephen Harris
Jan 6 at 18:05
2
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign.197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.
– Stephen Harris
Jan 6 at 18:10
2
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
3
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57
|
show 4 more comments
2
Have you checked SMART values (smartclt
)?
– sebasth
Jan 6 at 18:03
3
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported bybadblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.
– Stephen Harris
Jan 6 at 18:05
2
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign.197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.
– Stephen Harris
Jan 6 at 18:10
2
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
3
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57
2
2
Have you checked SMART values (
smartclt
)?– sebasth
Jan 6 at 18:03
Have you checked SMART values (
smartclt
)?– sebasth
Jan 6 at 18:03
3
3
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported by
badblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.– Stephen Harris
Jan 6 at 18:05
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported by
badblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.– Stephen Harris
Jan 6 at 18:05
2
2
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign. 197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.– Stephen Harris
Jan 6 at 18:10
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign. 197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.– Stephen Harris
Jan 6 at 18:10
2
2
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
3
3
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57
|
show 4 more comments
1 Answer
1
active
oldest
votes
This HDD will make a fine resource for very strong magnets. You might even have fun using the discs itself as a small round mirror with a hole in it.
All other uses (i.e. storing and reading data on it) are strongly disadvised. If the Current_Pending_Sector
is non-zero, the device is currently starting to fail. Do NOT put any data on it that you still need to recover.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f492862%2fis-it-worth-to-keep-using-a-hard-disk-with-these-errors%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
This HDD will make a fine resource for very strong magnets. You might even have fun using the discs itself as a small round mirror with a hole in it.
All other uses (i.e. storing and reading data on it) are strongly disadvised. If the Current_Pending_Sector
is non-zero, the device is currently starting to fail. Do NOT put any data on it that you still need to recover.
add a comment |
This HDD will make a fine resource for very strong magnets. You might even have fun using the discs itself as a small round mirror with a hole in it.
All other uses (i.e. storing and reading data on it) are strongly disadvised. If the Current_Pending_Sector
is non-zero, the device is currently starting to fail. Do NOT put any data on it that you still need to recover.
add a comment |
This HDD will make a fine resource for very strong magnets. You might even have fun using the discs itself as a small round mirror with a hole in it.
All other uses (i.e. storing and reading data on it) are strongly disadvised. If the Current_Pending_Sector
is non-zero, the device is currently starting to fail. Do NOT put any data on it that you still need to recover.
This HDD will make a fine resource for very strong magnets. You might even have fun using the discs itself as a small round mirror with a hole in it.
All other uses (i.e. storing and reading data on it) are strongly disadvised. If the Current_Pending_Sector
is non-zero, the device is currently starting to fail. Do NOT put any data on it that you still need to recover.
answered Jan 7 at 10:51
Stefan MStefan M
8751617
8751617
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f492862%2fis-it-worth-to-keep-using-a-hard-disk-with-these-errors%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
2
Have you checked SMART values (
smartclt
)?– sebasth
Jan 6 at 18:03
3
A modern hard disk will try and remap bad sectors into "spare" parts of the disk. If you're seeing errors reported by
badblocks
then it normally means the disk is so bad it can't fix itself anymore. I replace disks like that ASAP.– Stephen Harris
Jan 6 at 18:05
2
5 Reallocated_Sector_Ct 0x0033 011 011 050 Pre-fail Always FAILING_NOW 2025
is a bad sign.197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 82
is even worse.– Stephen Harris
Jan 6 at 18:10
2
Seems to me like some of these comments could combine nicely into an Answer!
– Jeff Schaller
Jan 6 at 18:51
3
Not quite, “pending sector” counts the number of unreadable sectors which are waiting to be reallocated. The number of unreallocatable sectors is “offline uncorrectable” (which is updated during offline tests, hence the name). Failing sectors aren’t immediately reallocated, in the hope that the drive will be able to read them again at some point; they are normally only reallocated on writes.
– Stephen Kitt
Jan 6 at 18:57