How do I resize software RAID partitions in GParted live?
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
add a comment |
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
add a comment |
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
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
linux raid gparted
edited Nov 30 '14 at 16:19
karel
9,34493339
9,34493339
asked Oct 14 '14 at 10:56
ChrisChris
613
613
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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