Recover data from destroyed ZFS filesystemCan zfs resilvering destroy data with misreported device...

What is the function of const specifier in enum types?

Why is the saxophone not common in classical repertoire?

Why is my 401k manager recommending me to save more?

Why am I getting an electric shock from the water in my hot tub?

How do I tell my girlfriend she's been buying me books by the wrong author for the last nine months?

What caused the flashes in the video footage of Chernobyl?

What's the idiomatic (or best) way to trim surrounding whitespace from a string?

Wings for orbital transfer bioships?

Was Wolfgang Unziker the last Amateur GM?

Simplify the code

Russian equivalents of 能骗就骗 (if you can cheat, then cheat)

Advantages of using bra-ket notation

What could a Medieval society do with excess animal blood?

How can I change my buffer system for protein purification?

How to extract coefficients of a generating function like this one, using a computer?

Square wave to sawtooth wave using two BJT

Can I hire several veteran soldiers to accompany me?

What happened to the Apollo 1 rocket?

Sentences with no verb, but an ablative

*p++->str : Understanding evaluation of ->

Which are more efficient in putting out wildfires: planes or helicopters?

What is the meaning of "it" in "as luck would have it"?

Finding an optimal set without forbidden subsets

What is this fluorinated organic substance?



Recover data from destroyed ZFS filesystem


Can zfs resilvering destroy data with misreported device failures?Recover data from linux partitionRecover data from HDDRecover data from damaged hard Drive - External USB HDDHow to move files from one zfs filesystem to a different zfs filesystem in the same pool?recover data from partition unable to mountfixing/recovering JFS superblocks (or recover data from damaged filesystem)Recover deleted file from ZFS snapshot (still viewable vith lsof)How do I create a zpool using uuid or truly unique identifier?Recover files from previous filesystem













0















I have a 1TB filesystem in a Proxmox environment, that was unluckily destroyed by Proxmox while trying to restore a container. Can the filesystem be recovered, or at least part of the data stored in it?



I have tried using zpool -Df, but returns an empty set, I guess thats because it is for pools and I am trying to restore a filesystem.
Relevant logs from zpool history, original filesystem created in the first line.



2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-06-30.21:20:03 zfs destroy -r hddp/subvol-100-disk-0
2019-06-30.21:23:26 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-06-30.21:24:08 zfs destroy -r hddp/subvol-100-disk-0
2019-07-01.00:25:15 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-07-01.00:26:27 zfs destroy -r hddp/subvol-100-disk-0
2019-07-01.01:00:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-07-01.01:00:29 zfs destroy -r hddp/subvol-100-disk-0
2019-07-01.01:16:08 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-07-01.01:16:27 zfs destroy -r hddp/subvol-100-disk-0
2019-07-01.01:19:18 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
2019-07-01.01:19:36 zfs destroy -r hddp/subvol-100-disk-0
2019-07-01.01:23:05 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0


Could any file stored within the old filesystem be recovered?










share|improve this question





























    0















    I have a 1TB filesystem in a Proxmox environment, that was unluckily destroyed by Proxmox while trying to restore a container. Can the filesystem be recovered, or at least part of the data stored in it?



    I have tried using zpool -Df, but returns an empty set, I guess thats because it is for pools and I am trying to restore a filesystem.
    Relevant logs from zpool history, original filesystem created in the first line.



    2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
    2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
    2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-06-30.21:20:03 zfs destroy -r hddp/subvol-100-disk-0
    2019-06-30.21:23:26 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-06-30.21:24:08 zfs destroy -r hddp/subvol-100-disk-0
    2019-07-01.00:25:15 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-07-01.00:26:27 zfs destroy -r hddp/subvol-100-disk-0
    2019-07-01.01:00:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-07-01.01:00:29 zfs destroy -r hddp/subvol-100-disk-0
    2019-07-01.01:16:08 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-07-01.01:16:27 zfs destroy -r hddp/subvol-100-disk-0
    2019-07-01.01:19:18 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
    2019-07-01.01:19:36 zfs destroy -r hddp/subvol-100-disk-0
    2019-07-01.01:23:05 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0


    Could any file stored within the old filesystem be recovered?










    share|improve this question



























      0












      0








      0








      I have a 1TB filesystem in a Proxmox environment, that was unluckily destroyed by Proxmox while trying to restore a container. Can the filesystem be recovered, or at least part of the data stored in it?



      I have tried using zpool -Df, but returns an empty set, I guess thats because it is for pools and I am trying to restore a filesystem.
      Relevant logs from zpool history, original filesystem created in the first line.



      2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
      2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
      2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-06-30.21:20:03 zfs destroy -r hddp/subvol-100-disk-0
      2019-06-30.21:23:26 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-06-30.21:24:08 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.00:25:15 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.00:26:27 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:00:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:00:29 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:16:08 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:16:27 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:19:18 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:19:36 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:23:05 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0


      Could any file stored within the old filesystem be recovered?










      share|improve this question
















      I have a 1TB filesystem in a Proxmox environment, that was unluckily destroyed by Proxmox while trying to restore a container. Can the filesystem be recovered, or at least part of the data stored in it?



      I have tried using zpool -Df, but returns an empty set, I guess thats because it is for pools and I am trying to restore a filesystem.
      Relevant logs from zpool history, original filesystem created in the first line.



      2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
      2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
      2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-06-30.21:20:03 zfs destroy -r hddp/subvol-100-disk-0
      2019-06-30.21:23:26 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-06-30.21:24:08 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.00:25:15 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.00:26:27 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:00:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:00:29 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:16:08 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:16:27 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:19:18 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
      2019-07-01.01:19:36 zfs destroy -r hddp/subvol-100-disk-0
      2019-07-01.01:23:05 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0


      Could any file stored within the old filesystem be recovered?







      data-recovery zfs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 mins ago







      Raul

















      asked 12 mins ago









      RaulRaul

      831 gold badge1 silver badge5 bronze badges




      831 gold badge1 silver badge5 bronze badges






















          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/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%2f527793%2frecover-data-from-destroyed-zfs-filesystem%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
















          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%2f527793%2frecover-data-from-destroyed-zfs-filesystem%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

          Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

          The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...