Unable to copy/paste partition with GParted












4















I have two identically sized partitions on my laptop's hard-drive (A and B we'll call them) so that when I'm ready to upgrade to a new major release of my OS on A, I can copy A to B for backup purposes, upgrade A and run on A from there. If something goes wrong, I copy B back to A and start over.



Problem is, I'm unable to use GParted to copy partitions anymore. I select my source partition in GParted and hit the Copy button and all seems good. The problem is, GParted will not let me select Paste no matter what I do. Both partitions are unmounted, and I've tried deleting the destination partition first and then selecting it, but Paste is still disabled.



I tried using parted (instead of GParted), and get the following:




(parted) cp /dev/sda 2 1
Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


I'm using a GParted live CD that has parted v1.8.8 and GParted v0.4.3.



Just for giggles, I downloaded the newest GParted live CD and had the exact same problem. However, there I was unable to run parted because GParted no longer defaults to the root user when you start a console, and I don't know the root password. Nice. I'll deal with that later.



So, what am I doing wrong?



According to GParted:




/dev/sda1 ext3 48.35GiB
/dev/sda2 ext3 48.35GiB
unallocated 7.38MiB
/dev/sda3 swap 5.74GiB
/dev/sda4 extended
/dev/sda5 ext3 46.61GiB


How can I copy sda2 to sda1 here?










share|improve this question















migrated from stackoverflow.com Feb 10 '11 at 19:18


This question came from our site for professional and enthusiast programmers.























    4















    I have two identically sized partitions on my laptop's hard-drive (A and B we'll call them) so that when I'm ready to upgrade to a new major release of my OS on A, I can copy A to B for backup purposes, upgrade A and run on A from there. If something goes wrong, I copy B back to A and start over.



    Problem is, I'm unable to use GParted to copy partitions anymore. I select my source partition in GParted and hit the Copy button and all seems good. The problem is, GParted will not let me select Paste no matter what I do. Both partitions are unmounted, and I've tried deleting the destination partition first and then selecting it, but Paste is still disabled.



    I tried using parted (instead of GParted), and get the following:




    (parted) cp /dev/sda 2 1
    Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


    I'm using a GParted live CD that has parted v1.8.8 and GParted v0.4.3.



    Just for giggles, I downloaded the newest GParted live CD and had the exact same problem. However, there I was unable to run parted because GParted no longer defaults to the root user when you start a console, and I don't know the root password. Nice. I'll deal with that later.



    So, what am I doing wrong?



    According to GParted:




    /dev/sda1 ext3 48.35GiB
    /dev/sda2 ext3 48.35GiB
    unallocated 7.38MiB
    /dev/sda3 swap 5.74GiB
    /dev/sda4 extended
    /dev/sda5 ext3 46.61GiB


    How can I copy sda2 to sda1 here?










    share|improve this question















    migrated from stackoverflow.com Feb 10 '11 at 19:18


    This question came from our site for professional and enthusiast programmers.





















      4












      4








      4








      I have two identically sized partitions on my laptop's hard-drive (A and B we'll call them) so that when I'm ready to upgrade to a new major release of my OS on A, I can copy A to B for backup purposes, upgrade A and run on A from there. If something goes wrong, I copy B back to A and start over.



      Problem is, I'm unable to use GParted to copy partitions anymore. I select my source partition in GParted and hit the Copy button and all seems good. The problem is, GParted will not let me select Paste no matter what I do. Both partitions are unmounted, and I've tried deleting the destination partition first and then selecting it, but Paste is still disabled.



      I tried using parted (instead of GParted), and get the following:




      (parted) cp /dev/sda 2 1
      Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


      I'm using a GParted live CD that has parted v1.8.8 and GParted v0.4.3.



      Just for giggles, I downloaded the newest GParted live CD and had the exact same problem. However, there I was unable to run parted because GParted no longer defaults to the root user when you start a console, and I don't know the root password. Nice. I'll deal with that later.



      So, what am I doing wrong?



      According to GParted:




      /dev/sda1 ext3 48.35GiB
      /dev/sda2 ext3 48.35GiB
      unallocated 7.38MiB
      /dev/sda3 swap 5.74GiB
      /dev/sda4 extended
      /dev/sda5 ext3 46.61GiB


      How can I copy sda2 to sda1 here?










      share|improve this question
















      I have two identically sized partitions on my laptop's hard-drive (A and B we'll call them) so that when I'm ready to upgrade to a new major release of my OS on A, I can copy A to B for backup purposes, upgrade A and run on A from there. If something goes wrong, I copy B back to A and start over.



      Problem is, I'm unable to use GParted to copy partitions anymore. I select my source partition in GParted and hit the Copy button and all seems good. The problem is, GParted will not let me select Paste no matter what I do. Both partitions are unmounted, and I've tried deleting the destination partition first and then selecting it, but Paste is still disabled.



      I tried using parted (instead of GParted), and get the following:




      (parted) cp /dev/sda 2 1
      Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


      I'm using a GParted live CD that has parted v1.8.8 and GParted v0.4.3.



      Just for giggles, I downloaded the newest GParted live CD and had the exact same problem. However, there I was unable to run parted because GParted no longer defaults to the root user when you start a console, and I don't know the root password. Nice. I'll deal with that later.



      So, what am I doing wrong?



      According to GParted:




      /dev/sda1 ext3 48.35GiB
      /dev/sda2 ext3 48.35GiB
      unallocated 7.38MiB
      /dev/sda3 swap 5.74GiB
      /dev/sda4 extended
      /dev/sda5 ext3 46.61GiB


      How can I copy sda2 to sda1 here?







      partitioning copy-paste gparted






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 29 '12 at 20:58









      slhck

      162k47448471




      162k47448471










      asked Feb 10 '11 at 19:13









      JayJay

      13615




      13615




      migrated from stackoverflow.com Feb 10 '11 at 19:18


      This question came from our site for professional and enthusiast programmers.









      migrated from stackoverflow.com Feb 10 '11 at 19:18


      This question came from our site for professional and enthusiast programmers.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          I think the error is quite self explanatory:



          (parted) cp /dev/sda 2 1
          Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


          Run:



          tune2fs -l /dev/sda2


          to see what features you have enabled which aren't listed in the above. You can then think about disabling some.



          The other option is dd but I don't think we want to go there...






          share|improve this answer
























          • You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

            – Jay
            Nov 17 '11 at 16:19











          • gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

            – PriceChild
            Nov 23 '11 at 16:26











          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',
          autoActivateHeartbeat: false,
          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%2f244168%2funable-to-copy-paste-partition-with-gparted%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I think the error is quite self explanatory:



          (parted) cp /dev/sda 2 1
          Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


          Run:



          tune2fs -l /dev/sda2


          to see what features you have enabled which aren't listed in the above. You can then think about disabling some.



          The other option is dd but I don't think we want to go there...






          share|improve this answer
























          • You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

            – Jay
            Nov 17 '11 at 16:19











          • gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

            – PriceChild
            Nov 23 '11 at 16:26
















          0














          I think the error is quite self explanatory:



          (parted) cp /dev/sda 2 1
          Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


          Run:



          tune2fs -l /dev/sda2


          to see what features you have enabled which aren't listed in the above. You can then think about disabling some.



          The other option is dd but I don't think we want to go there...






          share|improve this answer
























          • You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

            – Jay
            Nov 17 '11 at 16:19











          • gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

            – PriceChild
            Nov 23 '11 at 16:26














          0












          0








          0







          I think the error is quite self explanatory:



          (parted) cp /dev/sda 2 1
          Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


          Run:



          tune2fs -l /dev/sda2


          to see what features you have enabled which aren't listed in the above. You can then think about disabling some.



          The other option is dd but I don't think we want to go there...






          share|improve this answer













          I think the error is quite self explanatory:



          (parted) cp /dev/sda 2 1
          Error: File system has an incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file. Use tune2fs or debugfs to remove features.


          Run:



          tune2fs -l /dev/sda2


          to see what features you have enabled which aren't listed in the above. You can then think about disabling some.



          The other option is dd but I don't think we want to go there...







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 11 '11 at 16:26









          PriceChildPriceChild

          4,09412029




          4,09412029













          • You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

            – Jay
            Nov 17 '11 at 16:19











          • gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

            – PriceChild
            Nov 23 '11 at 16:26



















          • You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

            – Jay
            Nov 17 '11 at 16:19











          • gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

            – PriceChild
            Nov 23 '11 at 16:26

















          You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

          – Jay
          Nov 17 '11 at 16:19





          You're most likely correct, but honestly, this is just sloppy. gparted needs to support ext3 already. It's been years...

          – Jay
          Nov 17 '11 at 16:19













          gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

          – PriceChild
          Nov 23 '11 at 16:26





          gparted supports ext3 perfectly well in my experience. Run the command I suggest and lets see what options you have enabled :-)

          – PriceChild
          Nov 23 '11 at 16:26


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f244168%2funable-to-copy-paste-partition-with-gparted%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

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...