Corrupted Hard Drive or OS? How to recover my files?

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








up vote
0
down vote

favorite












To start with, I'm not completely new to Linux, but there are a lot of things I haven't had to deal with before. I've been using Kubuntu for a little over a year now, but that's about it.



Last night I kept getting errors about not being able to write to my home directory. I wish I'd written them down now. I hadn't gotten these errors before, but I'd gotten others that restarting usually fixed the problem. When it loads back up, it gets into BusyBox. Same for recovery mode. So I fsck /dev/sda2, and I get



Inodes were part of a corrupted orphan linked list found.


I select to fix them, and it goes through that. Then I get



Error reading block 9970356 (Attempt to read block from filesystem resulted in short read) while reading directory block. Ignore error<y>?


Now I've been getting this seemingly endless stream of these. I'm hoping by the end of it I could boot into Linux and salvage anything I hadn't saved to my external. I don't know what could have gone wrong in the first place, or how to find what may have happened. The last thing I did before I started having problems was attempt to install Twitch to Wine. Would I be able to slave this drive to another computer and recover my information? (I did not do an encrypted LVM or encrypt my home folder)










share|improve this question

























    up vote
    0
    down vote

    favorite












    To start with, I'm not completely new to Linux, but there are a lot of things I haven't had to deal with before. I've been using Kubuntu for a little over a year now, but that's about it.



    Last night I kept getting errors about not being able to write to my home directory. I wish I'd written them down now. I hadn't gotten these errors before, but I'd gotten others that restarting usually fixed the problem. When it loads back up, it gets into BusyBox. Same for recovery mode. So I fsck /dev/sda2, and I get



    Inodes were part of a corrupted orphan linked list found.


    I select to fix them, and it goes through that. Then I get



    Error reading block 9970356 (Attempt to read block from filesystem resulted in short read) while reading directory block. Ignore error<y>?


    Now I've been getting this seemingly endless stream of these. I'm hoping by the end of it I could boot into Linux and salvage anything I hadn't saved to my external. I don't know what could have gone wrong in the first place, or how to find what may have happened. The last thing I did before I started having problems was attempt to install Twitch to Wine. Would I be able to slave this drive to another computer and recover my information? (I did not do an encrypted LVM or encrypt my home folder)










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      To start with, I'm not completely new to Linux, but there are a lot of things I haven't had to deal with before. I've been using Kubuntu for a little over a year now, but that's about it.



      Last night I kept getting errors about not being able to write to my home directory. I wish I'd written them down now. I hadn't gotten these errors before, but I'd gotten others that restarting usually fixed the problem. When it loads back up, it gets into BusyBox. Same for recovery mode. So I fsck /dev/sda2, and I get



      Inodes were part of a corrupted orphan linked list found.


      I select to fix them, and it goes through that. Then I get



      Error reading block 9970356 (Attempt to read block from filesystem resulted in short read) while reading directory block. Ignore error<y>?


      Now I've been getting this seemingly endless stream of these. I'm hoping by the end of it I could boot into Linux and salvage anything I hadn't saved to my external. I don't know what could have gone wrong in the first place, or how to find what may have happened. The last thing I did before I started having problems was attempt to install Twitch to Wine. Would I be able to slave this drive to another computer and recover my information? (I did not do an encrypted LVM or encrypt my home folder)










      share|improve this question













      To start with, I'm not completely new to Linux, but there are a lot of things I haven't had to deal with before. I've been using Kubuntu for a little over a year now, but that's about it.



      Last night I kept getting errors about not being able to write to my home directory. I wish I'd written them down now. I hadn't gotten these errors before, but I'd gotten others that restarting usually fixed the problem. When it loads back up, it gets into BusyBox. Same for recovery mode. So I fsck /dev/sda2, and I get



      Inodes were part of a corrupted orphan linked list found.


      I select to fix them, and it goes through that. Then I get



      Error reading block 9970356 (Attempt to read block from filesystem resulted in short read) while reading directory block. Ignore error<y>?


      Now I've been getting this seemingly endless stream of these. I'm hoping by the end of it I could boot into Linux and salvage anything I hadn't saved to my external. I don't know what could have gone wrong in the first place, or how to find what may have happened. The last thing I did before I started having problems was attempt to install Twitch to Wine. Would I be able to slave this drive to another computer and recover my information? (I did not do an encrypted LVM or encrypt my home folder)







      boot hard-drive






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 18 at 17:25









      Catalyst

      1




      1




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I've had pretty good luck with ddrescue in the past, though it can take quite a long time to run (possibly a few days, depending on the size of the disk and how many errors it encounters). It's better to abort your current fsck and avoid doing any more damage to the disk. Use ddrescue to copy it over somewhere else, and then run fsck against that copy, and you'll probably have better luck.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017053%2fcorrupted-hard-drive-or-os-how-to-recover-my-files%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I've had pretty good luck with ddrescue in the past, though it can take quite a long time to run (possibly a few days, depending on the size of the disk and how many errors it encounters). It's better to abort your current fsck and avoid doing any more damage to the disk. Use ddrescue to copy it over somewhere else, and then run fsck against that copy, and you'll probably have better luck.






            share|improve this answer
























              up vote
              0
              down vote













              I've had pretty good luck with ddrescue in the past, though it can take quite a long time to run (possibly a few days, depending on the size of the disk and how many errors it encounters). It's better to abort your current fsck and avoid doing any more damage to the disk. Use ddrescue to copy it over somewhere else, and then run fsck against that copy, and you'll probably have better luck.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I've had pretty good luck with ddrescue in the past, though it can take quite a long time to run (possibly a few days, depending on the size of the disk and how many errors it encounters). It's better to abort your current fsck and avoid doing any more damage to the disk. Use ddrescue to copy it over somewhere else, and then run fsck against that copy, and you'll probably have better luck.






                share|improve this answer












                I've had pretty good luck with ddrescue in the past, though it can take quite a long time to run (possibly a few days, depending on the size of the disk and how many errors it encounters). It's better to abort your current fsck and avoid doing any more damage to the disk. Use ddrescue to copy it over somewhere else, and then run fsck against that copy, and you'll probably have better luck.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 18 at 17:53









                Mike Hicks

                762




                762



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017053%2fcorrupted-hard-drive-or-os-how-to-recover-my-files%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

                    What makes Checkinstall packages not suitable for distribution?

                    Running the scala interactive shell from the command line