All superblocks corrupt, mismatched start sector on extended and logical partitionsAll my superblocks are...

What benefits does the Power Word Kill spell have?

Why is 6. Nge2 better, and 7. d5 a nessecary push in this game?

Fuel sender works when outside of tank, but not when in tank

Should the average user with no special access rights be worried about SMS-based 2FA being theoretically interceptable?

List of 1000 most common words across all languages

Safe to use 220V electric clothes dryer when building has been bridged down to 110V?

How to justify a team increase when the team is doing well?

Averting Bathos

Lost Update Understanding

Why does this image of Jupiter look so strange?

Does wetting a beer glass change the foam characteristics?

Why did UK NHS pay for homeopathic treatments?

Youtube not blocked by iptables

Sort by contiguous digits as a single number

My Project Manager does not accept carry-over in Scrum, Is that normal?

Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?

Is the use of language other than English 'Reasonable Suspicion' for detention?

A famous scholar sent me an unpublished draft of hers. Then she died. I think her work should be published. What should I do?

What are the moistened wrapped towelettes called in restaurants?

What is the difference between an astronaut in the ISS and a freediver in perfect neutral buoyancy?

How to clarify between imagined sensations and "real" fantasy events?

I am 15 years old and do not go to a Yeshiva but would like to learn Talmud. A few rabbis near me said they could teach me. How should I start

Is there any relation/leak between two sections of LM358 op-amp?

what should be done first, handling missing data or dealing with data types?



All superblocks corrupt, mismatched start sector on extended and logical partitions


All my superblocks are corrupt!All my superblocks are corrupt!Recovering ext4 superblocksIs it safe to format this extended partition?An existing mdadm RAID5 is not mounting, Either a problem drive or SuperblockHow can I identify the filesystem/partition typemdadm root partition raid 1 fails intermittentlyWhat does e2fsck do during bootup?Why blocks allocated for adjacent logical drive is not continuous?If e2fsck says output from a mounted file system isnt to be trusted, then how does systemd generate log messages from fs errors?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















While running Linux Mint 19 Cinnamon normally, the drive went into lockdown mode preventing disk writes indicating possible corruption. Upon shutdown and reboot I was met with ACPI errors.



Following this thread, I booted from the installation disc to run a fsck check on the filesystem. I received the following error:



fsck.ext4: Bad magic number in super-block while trying to open /dev/sda5

The superblock could not be read or does not describe a correct ext4
filesystem. If the device is valid and it really contains an ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 / 32768 <device>
/dev/sda5 contains a crypto_LUKS file system


Following this thread, I tried using backup superblocks and received the same exact error. Now, I thought my drive was dead, but when I open file explorer I can browse through the filesystem like normal and see my files (I haven't tried opening or copying them yet). I don't know if this is normal but it doesn't seem very dead to me. Although the laptop/hdd is 13 years old with intermittent use the last 7 years, so I'm kind of asking for a failure at this point.



Following this thread in this forum and the answers by Gilles, I realized that my partition sectors are also mismatched.



sudo fdisk -l
/dev/sda2 1501182 156301311 154800130 73.8G Extended
/dev/sda5 1501184 156301311 154800128 73.8G Linux


However unlike the other user, when I run sudo tail -c +512 /dev/sda2 | file - I just get /dev/stdin: data.



How do I use GParted to modify the partition boundary? Or recreate it with fdisk, and will this delete my data? I don't have very much on there so I'll try to back it up if it's going to be wiped but it's not a big deal if I lose it.










share|improve this question







New contributor



zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




























    0















    While running Linux Mint 19 Cinnamon normally, the drive went into lockdown mode preventing disk writes indicating possible corruption. Upon shutdown and reboot I was met with ACPI errors.



    Following this thread, I booted from the installation disc to run a fsck check on the filesystem. I received the following error:



    fsck.ext4: Bad magic number in super-block while trying to open /dev/sda5

    The superblock could not be read or does not describe a correct ext4
    filesystem. If the device is valid and it really contains an ext4
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 / 32768 <device>
    /dev/sda5 contains a crypto_LUKS file system


    Following this thread, I tried using backup superblocks and received the same exact error. Now, I thought my drive was dead, but when I open file explorer I can browse through the filesystem like normal and see my files (I haven't tried opening or copying them yet). I don't know if this is normal but it doesn't seem very dead to me. Although the laptop/hdd is 13 years old with intermittent use the last 7 years, so I'm kind of asking for a failure at this point.



    Following this thread in this forum and the answers by Gilles, I realized that my partition sectors are also mismatched.



    sudo fdisk -l
    /dev/sda2 1501182 156301311 154800130 73.8G Extended
    /dev/sda5 1501184 156301311 154800128 73.8G Linux


    However unlike the other user, when I run sudo tail -c +512 /dev/sda2 | file - I just get /dev/stdin: data.



    How do I use GParted to modify the partition boundary? Or recreate it with fdisk, and will this delete my data? I don't have very much on there so I'll try to back it up if it's going to be wiped but it's not a big deal if I lose it.










    share|improve this question







    New contributor



    zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0












      0








      0








      While running Linux Mint 19 Cinnamon normally, the drive went into lockdown mode preventing disk writes indicating possible corruption. Upon shutdown and reboot I was met with ACPI errors.



      Following this thread, I booted from the installation disc to run a fsck check on the filesystem. I received the following error:



      fsck.ext4: Bad magic number in super-block while trying to open /dev/sda5

      The superblock could not be read or does not describe a correct ext4
      filesystem. If the device is valid and it really contains an ext4
      filesystem (and not swap or ufs or something else), then the superblock
      is corrupt, and you might try running e2fsck with an alternate superblock:
      e2fsck -b 8193 / 32768 <device>
      /dev/sda5 contains a crypto_LUKS file system


      Following this thread, I tried using backup superblocks and received the same exact error. Now, I thought my drive was dead, but when I open file explorer I can browse through the filesystem like normal and see my files (I haven't tried opening or copying them yet). I don't know if this is normal but it doesn't seem very dead to me. Although the laptop/hdd is 13 years old with intermittent use the last 7 years, so I'm kind of asking for a failure at this point.



      Following this thread in this forum and the answers by Gilles, I realized that my partition sectors are also mismatched.



      sudo fdisk -l
      /dev/sda2 1501182 156301311 154800130 73.8G Extended
      /dev/sda5 1501184 156301311 154800128 73.8G Linux


      However unlike the other user, when I run sudo tail -c +512 /dev/sda2 | file - I just get /dev/stdin: data.



      How do I use GParted to modify the partition boundary? Or recreate it with fdisk, and will this delete my data? I don't have very much on there so I'll try to back it up if it's going to be wiped but it's not a big deal if I lose it.










      share|improve this question







      New contributor



      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      While running Linux Mint 19 Cinnamon normally, the drive went into lockdown mode preventing disk writes indicating possible corruption. Upon shutdown and reboot I was met with ACPI errors.



      Following this thread, I booted from the installation disc to run a fsck check on the filesystem. I received the following error:



      fsck.ext4: Bad magic number in super-block while trying to open /dev/sda5

      The superblock could not be read or does not describe a correct ext4
      filesystem. If the device is valid and it really contains an ext4
      filesystem (and not swap or ufs or something else), then the superblock
      is corrupt, and you might try running e2fsck with an alternate superblock:
      e2fsck -b 8193 / 32768 <device>
      /dev/sda5 contains a crypto_LUKS file system


      Following this thread, I tried using backup superblocks and received the same exact error. Now, I thought my drive was dead, but when I open file explorer I can browse through the filesystem like normal and see my files (I haven't tried opening or copying them yet). I don't know if this is normal but it doesn't seem very dead to me. Although the laptop/hdd is 13 years old with intermittent use the last 7 years, so I'm kind of asking for a failure at this point.



      Following this thread in this forum and the answers by Gilles, I realized that my partition sectors are also mismatched.



      sudo fdisk -l
      /dev/sda2 1501182 156301311 154800130 73.8G Extended
      /dev/sda5 1501184 156301311 154800128 73.8G Linux


      However unlike the other user, when I run sudo tail -c +512 /dev/sda2 | file - I just get /dev/stdin: data.



      How do I use GParted to modify the partition boundary? Or recreate it with fdisk, and will this delete my data? I don't have very much on there so I'll try to back it up if it's going to be wiped but it's not a big deal if I lose it.







      linux linux-mint fsck superblock






      share|improve this question







      New contributor



      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 39 mins ago









      zolt56zolt56

      1




      1




      New contributor



      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      zolt56 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          0






          active

          oldest

          votes














          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/4.0/"u003ecc by-sa 4.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
          });


          }
          });







          zolt56 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f543053%2fall-superblocks-corrupt-mismatched-start-sector-on-extended-and-logical-partiti%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









          zolt56 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded

















          zolt56 is a new contributor. Be nice, and check out our Code of Conduct.













          zolt56 is a new contributor. Be nice, and check out our Code of Conduct.












          zolt56 is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f543053%2fall-superblocks-corrupt-mismatched-start-sector-on-extended-and-logical-partiti%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...