FUSE exfat 1.2.8 ERROR: too small sector size: 2^0. Mount Error

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











up vote
0
down vote

favorite












I have an external HDD that i'm trying to mount so I can extract data from it and I'm getting the following error.



FUSE exfat 1.2.8
ERROR: too small sector size: 2^0.


From the code in Fuse Exfat I can see this is happening because the sector size
is less than the minimum 512 bytes



/* sector cannot be smaller than 512 bytes */
if (ef->sb->sector_bits < 9)

exfat_error("too small sector size: 2^%hhd", ef->sb->sector_bits);
exfat_free(ef);
return -EIO;



Just to be certain I ran a check on the blocks to see if any of them are bad and it appears they are not.



Checking blocks 0 to 976752343
Checking for bad blocks (read-only test):
done
Pass completed, 0 bad blocks found. (0/0/0 errors)


How is it possible for this drive to say its sectors are less than the minimum they can be? Is there any potential fix for this external drive just to retrieve the data or is it essentially just dead now with no hope?



If it helps at all this is a Samsung External M3 Portable 1TB drive: ModelHX-M101TCB/G



Thanks all.







share|improve this question























    up vote
    0
    down vote

    favorite












    I have an external HDD that i'm trying to mount so I can extract data from it and I'm getting the following error.



    FUSE exfat 1.2.8
    ERROR: too small sector size: 2^0.


    From the code in Fuse Exfat I can see this is happening because the sector size
    is less than the minimum 512 bytes



    /* sector cannot be smaller than 512 bytes */
    if (ef->sb->sector_bits < 9)

    exfat_error("too small sector size: 2^%hhd", ef->sb->sector_bits);
    exfat_free(ef);
    return -EIO;



    Just to be certain I ran a check on the blocks to see if any of them are bad and it appears they are not.



    Checking blocks 0 to 976752343
    Checking for bad blocks (read-only test):
    done
    Pass completed, 0 bad blocks found. (0/0/0 errors)


    How is it possible for this drive to say its sectors are less than the minimum they can be? Is there any potential fix for this external drive just to retrieve the data or is it essentially just dead now with no hope?



    If it helps at all this is a Samsung External M3 Portable 1TB drive: ModelHX-M101TCB/G



    Thanks all.







    share|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have an external HDD that i'm trying to mount so I can extract data from it and I'm getting the following error.



      FUSE exfat 1.2.8
      ERROR: too small sector size: 2^0.


      From the code in Fuse Exfat I can see this is happening because the sector size
      is less than the minimum 512 bytes



      /* sector cannot be smaller than 512 bytes */
      if (ef->sb->sector_bits < 9)

      exfat_error("too small sector size: 2^%hhd", ef->sb->sector_bits);
      exfat_free(ef);
      return -EIO;



      Just to be certain I ran a check on the blocks to see if any of them are bad and it appears they are not.



      Checking blocks 0 to 976752343
      Checking for bad blocks (read-only test):
      done
      Pass completed, 0 bad blocks found. (0/0/0 errors)


      How is it possible for this drive to say its sectors are less than the minimum they can be? Is there any potential fix for this external drive just to retrieve the data or is it essentially just dead now with no hope?



      If it helps at all this is a Samsung External M3 Portable 1TB drive: ModelHX-M101TCB/G



      Thanks all.







      share|improve this question











      I have an external HDD that i'm trying to mount so I can extract data from it and I'm getting the following error.



      FUSE exfat 1.2.8
      ERROR: too small sector size: 2^0.


      From the code in Fuse Exfat I can see this is happening because the sector size
      is less than the minimum 512 bytes



      /* sector cannot be smaller than 512 bytes */
      if (ef->sb->sector_bits < 9)

      exfat_error("too small sector size: 2^%hhd", ef->sb->sector_bits);
      exfat_free(ef);
      return -EIO;



      Just to be certain I ran a check on the blocks to see if any of them are bad and it appears they are not.



      Checking blocks 0 to 976752343
      Checking for bad blocks (read-only test):
      done
      Pass completed, 0 bad blocks found. (0/0/0 errors)


      How is it possible for this drive to say its sectors are less than the minimum they can be? Is there any potential fix for this external drive just to retrieve the data or is it essentially just dead now with no hope?



      If it helps at all this is a Samsung External M3 Portable 1TB drive: ModelHX-M101TCB/G



      Thanks all.









      share|improve this question










      share|improve this question




      share|improve this question









      asked May 8 at 4:06









      jmp91

      414




      414

























          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f442456%2ffuse-exfat-1-2-8-error-too-small-sector-size-20-mount-error%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442456%2ffuse-exfat-1-2-8-error-too-small-sector-size-20-mount-error%23new-answer', 'question_page');

          );

          Post as a guest













































































          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