repair HFS+ corruption using known file size and ino numbers











up vote
0
down vote

favorite












I've had a very strange corruption on a volume : all the files & folders are here, and all have 0 bytes, in lieu of the TBs of data it should contain.



Usual solutions (diskUtility repair, fsck, DiskWarrior) do not solve the problem, as far as the system is concerned the system is "clean".



Luck is: I have all the file inode numbers (ino) and file sizes, stored in a sqlLite database that I had created doing media-management.



Question: can I use this file size & ino info to do some manual restore? (for instance with dd from /dev/rdiskXsY)



Two side notes:




  • it's expected the filesystem to be not at all fragmented, as it's a copy-once / read-many use types, and was recently formatted


  • my suspect for this corruption is a third party had used an HFS+ driver from windows to create the data; but at one time, in the past, this data was fully readable, not corrupted*











share|improve this question


























    up vote
    0
    down vote

    favorite












    I've had a very strange corruption on a volume : all the files & folders are here, and all have 0 bytes, in lieu of the TBs of data it should contain.



    Usual solutions (diskUtility repair, fsck, DiskWarrior) do not solve the problem, as far as the system is concerned the system is "clean".



    Luck is: I have all the file inode numbers (ino) and file sizes, stored in a sqlLite database that I had created doing media-management.



    Question: can I use this file size & ino info to do some manual restore? (for instance with dd from /dev/rdiskXsY)



    Two side notes:




    • it's expected the filesystem to be not at all fragmented, as it's a copy-once / read-many use types, and was recently formatted


    • my suspect for this corruption is a third party had used an HFS+ driver from windows to create the data; but at one time, in the past, this data was fully readable, not corrupted*











    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I've had a very strange corruption on a volume : all the files & folders are here, and all have 0 bytes, in lieu of the TBs of data it should contain.



      Usual solutions (diskUtility repair, fsck, DiskWarrior) do not solve the problem, as far as the system is concerned the system is "clean".



      Luck is: I have all the file inode numbers (ino) and file sizes, stored in a sqlLite database that I had created doing media-management.



      Question: can I use this file size & ino info to do some manual restore? (for instance with dd from /dev/rdiskXsY)



      Two side notes:




      • it's expected the filesystem to be not at all fragmented, as it's a copy-once / read-many use types, and was recently formatted


      • my suspect for this corruption is a third party had used an HFS+ driver from windows to create the data; but at one time, in the past, this data was fully readable, not corrupted*











      share|improve this question













      I've had a very strange corruption on a volume : all the files & folders are here, and all have 0 bytes, in lieu of the TBs of data it should contain.



      Usual solutions (diskUtility repair, fsck, DiskWarrior) do not solve the problem, as far as the system is concerned the system is "clean".



      Luck is: I have all the file inode numbers (ino) and file sizes, stored in a sqlLite database that I had created doing media-management.



      Question: can I use this file size & ino info to do some manual restore? (for instance with dd from /dev/rdiskXsY)



      Two side notes:




      • it's expected the filesystem to be not at all fragmented, as it's a copy-once / read-many use types, and was recently formatted


      • my suspect for this corruption is a third party had used an HFS+ driver from windows to create the data; but at one time, in the past, this data was fully readable, not corrupted*








      macos filesystem-corruption hfs+ inode






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 2 at 7:29









      MichaelC

      76117




      76117



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2fsuperuser.com%2fquestions%2f1380125%2frepair-hfs-corruption-using-known-file-size-and-ino-numbers%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


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





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2fsuperuser.com%2fquestions%2f1380125%2frepair-hfs-corruption-using-known-file-size-and-ino-numbers%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

          Mouse cursor on multiple screens with different PPI

          Agildo Ribeiro

          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”