Is it worth to keep using a hard disk with these errors?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1















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










share|improve this question



















  • 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















1















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










share|improve this question



















  • 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













1












1








1


0






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










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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












  • 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







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










1 Answer
1






active

oldest

votes


















2














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.






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    2














    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.






    share|improve this answer



























      2














      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.






      share|improve this answer

























        2












        2








        2







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 7 at 10:51









        Stefan MStefan M

        8751617




        8751617



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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






            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay