How do I resize software RAID partitions in GParted live?












1















I have a Linux RAID partition that I want to extend into empty space nondestructively. In GParted it has a lock symbol and right-clicking the partition brings up greyed out options. But on the GParted website it says it supports Linux software RAID. What can I do?










share|improve this question





























    1















    I have a Linux RAID partition that I want to extend into empty space nondestructively. In GParted it has a lock symbol and right-clicking the partition brings up greyed out options. But on the GParted website it says it supports Linux software RAID. What can I do?










    share|improve this question



























      1












      1








      1








      I have a Linux RAID partition that I want to extend into empty space nondestructively. In GParted it has a lock symbol and right-clicking the partition brings up greyed out options. But on the GParted website it says it supports Linux software RAID. What can I do?










      share|improve this question
















      I have a Linux RAID partition that I want to extend into empty space nondestructively. In GParted it has a lock symbol and right-clicking the partition brings up greyed out options. But on the GParted website it says it supports Linux software RAID. What can I do?







      linux raid gparted






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 30 '14 at 16:19









      karel

      9,34493339




      9,34493339










      asked Oct 14 '14 at 10:56









      ChrisChris

      613




      613






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Lock symbol means the partition is in active use. You need to mdadm -f and mdadm -r the device from the active array.



          As far as I can see though, gparted-0.20.0 still isn't able to resize an inactive linux-raid partition.



          EDIT This may be related to the version of md metadata you have going. 0.90 apparently stores metadata at the end of partition, so moving the end around isn't goint to just work(tm). I don't have a 1.x metadata array to test on, so not sure if gparted is able to resize that.






          share|improve this answer


























          • Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

            – Zak
            Feb 22 at 15:13














          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%2f826065%2fhow-do-i-resize-software-raid-partitions-in-gparted-live%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









          1














          Lock symbol means the partition is in active use. You need to mdadm -f and mdadm -r the device from the active array.



          As far as I can see though, gparted-0.20.0 still isn't able to resize an inactive linux-raid partition.



          EDIT This may be related to the version of md metadata you have going. 0.90 apparently stores metadata at the end of partition, so moving the end around isn't goint to just work(tm). I don't have a 1.x metadata array to test on, so not sure if gparted is able to resize that.






          share|improve this answer


























          • Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

            – Zak
            Feb 22 at 15:13


















          1














          Lock symbol means the partition is in active use. You need to mdadm -f and mdadm -r the device from the active array.



          As far as I can see though, gparted-0.20.0 still isn't able to resize an inactive linux-raid partition.



          EDIT This may be related to the version of md metadata you have going. 0.90 apparently stores metadata at the end of partition, so moving the end around isn't goint to just work(tm). I don't have a 1.x metadata array to test on, so not sure if gparted is able to resize that.






          share|improve this answer


























          • Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

            – Zak
            Feb 22 at 15:13
















          1












          1








          1







          Lock symbol means the partition is in active use. You need to mdadm -f and mdadm -r the device from the active array.



          As far as I can see though, gparted-0.20.0 still isn't able to resize an inactive linux-raid partition.



          EDIT This may be related to the version of md metadata you have going. 0.90 apparently stores metadata at the end of partition, so moving the end around isn't goint to just work(tm). I don't have a 1.x metadata array to test on, so not sure if gparted is able to resize that.






          share|improve this answer















          Lock symbol means the partition is in active use. You need to mdadm -f and mdadm -r the device from the active array.



          As far as I can see though, gparted-0.20.0 still isn't able to resize an inactive linux-raid partition.



          EDIT This may be related to the version of md metadata you have going. 0.90 apparently stores metadata at the end of partition, so moving the end around isn't goint to just work(tm). I don't have a 1.x metadata array to test on, so not sure if gparted is able to resize that.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 13 '17 at 12:22









          Community

          1




          1










          answered Nov 30 '14 at 16:18









          lkraavlkraav

          9141118




          9141118













          • Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

            – Zak
            Feb 22 at 15:13





















          • Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

            – Zak
            Feb 22 at 15:13



















          Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

          – Zak
          Feb 22 at 15:13







          Just tried and failed to resize a RAID partition of a RAID 5 member, while it was in a USB dock, in a different machine than the array. Fails with gparted and with yast. Yast says "this partition type does not support resizing". I think it's safe to say that this does not work, and there's no way around failing, repartitioning and syncing each drive separately ...

          – Zak
          Feb 22 at 15:13




















          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%2f826065%2fhow-do-i-resize-software-raid-partitions-in-gparted-live%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

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕