GParted won't let me edit a partition
I have this 72 GB hard disk that I installed Ubuntu 14.02 LTS 64 bit on. Now, I want to split it and leave 50 GBs for Ubuntu and install in the to-be-created partition the server version of the OS.
The issue at hand is that GParted won't let me change the size of the partition I want to shrink. It reads : minimum size = 72222 mb , maximum size = 7222 mb and obviously doesn't allow me to edit the partition.
dual-boot server partitioning gparted
add a comment |
I have this 72 GB hard disk that I installed Ubuntu 14.02 LTS 64 bit on. Now, I want to split it and leave 50 GBs for Ubuntu and install in the to-be-created partition the server version of the OS.
The issue at hand is that GParted won't let me change the size of the partition I want to shrink. It reads : minimum size = 72222 mb , maximum size = 7222 mb and obviously doesn't allow me to edit the partition.
dual-boot server partitioning gparted
1
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35
add a comment |
I have this 72 GB hard disk that I installed Ubuntu 14.02 LTS 64 bit on. Now, I want to split it and leave 50 GBs for Ubuntu and install in the to-be-created partition the server version of the OS.
The issue at hand is that GParted won't let me change the size of the partition I want to shrink. It reads : minimum size = 72222 mb , maximum size = 7222 mb and obviously doesn't allow me to edit the partition.
dual-boot server partitioning gparted
I have this 72 GB hard disk that I installed Ubuntu 14.02 LTS 64 bit on. Now, I want to split it and leave 50 GBs for Ubuntu and install in the to-be-created partition the server version of the OS.
The issue at hand is that GParted won't let me change the size of the partition I want to shrink. It reads : minimum size = 72222 mb , maximum size = 7222 mb and obviously doesn't allow me to edit the partition.
dual-boot server partitioning gparted
dual-boot server partitioning gparted
edited Jul 3 '15 at 9:37
daltonfury42
3,39722052
3,39722052
asked Jul 3 '15 at 5:52
WordLegio WordLegio
186
186
1
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35
add a comment |
1
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35
1
1
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35
add a comment |
1 Answer
1
active
oldest
votes
Firstly, you can not work with mounted partitions. Since you are trying to modify the partition on which Ubuntu is installed, you can't do this from your installed OS as you cant unmount the partition. So what you have to do is:
- Create a live USB/DVD and mood into Ubuntu Live
- In Gparted you start from the live environment, unmount the partition. If the partition is mounted, 'key' icon will be present next to the name of the partition. To unmount from Gparted, just right click on the partition and click
Unmount
.
- Now modify the partition.
- Reboot and Voilà! It's done.
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f643858%2fgparted-wont-let-me-edit-a-partition%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
Firstly, you can not work with mounted partitions. Since you are trying to modify the partition on which Ubuntu is installed, you can't do this from your installed OS as you cant unmount the partition. So what you have to do is:
- Create a live USB/DVD and mood into Ubuntu Live
- In Gparted you start from the live environment, unmount the partition. If the partition is mounted, 'key' icon will be present next to the name of the partition. To unmount from Gparted, just right click on the partition and click
Unmount
.
- Now modify the partition.
- Reboot and Voilà! It's done.
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
add a comment |
Firstly, you can not work with mounted partitions. Since you are trying to modify the partition on which Ubuntu is installed, you can't do this from your installed OS as you cant unmount the partition. So what you have to do is:
- Create a live USB/DVD and mood into Ubuntu Live
- In Gparted you start from the live environment, unmount the partition. If the partition is mounted, 'key' icon will be present next to the name of the partition. To unmount from Gparted, just right click on the partition and click
Unmount
.
- Now modify the partition.
- Reboot and Voilà! It's done.
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
add a comment |
Firstly, you can not work with mounted partitions. Since you are trying to modify the partition on which Ubuntu is installed, you can't do this from your installed OS as you cant unmount the partition. So what you have to do is:
- Create a live USB/DVD and mood into Ubuntu Live
- In Gparted you start from the live environment, unmount the partition. If the partition is mounted, 'key' icon will be present next to the name of the partition. To unmount from Gparted, just right click on the partition and click
Unmount
.
- Now modify the partition.
- Reboot and Voilà! It's done.
Firstly, you can not work with mounted partitions. Since you are trying to modify the partition on which Ubuntu is installed, you can't do this from your installed OS as you cant unmount the partition. So what you have to do is:
- Create a live USB/DVD and mood into Ubuntu Live
- In Gparted you start from the live environment, unmount the partition. If the partition is mounted, 'key' icon will be present next to the name of the partition. To unmount from Gparted, just right click on the partition and click
Unmount
.
- Now modify the partition.
- Reboot and Voilà! It's done.
edited 1 hour ago
mchid
23.1k25284
23.1k25284
answered Jul 3 '15 at 6:17
daltonfury42daltonfury42
3,39722052
3,39722052
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
add a comment |
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
So should I use the USB I installed it with, boot into try without installing, getting gparted in that mode and simply modify it from there?
– WordLegio
Jul 3 '15 at 6:35
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
@WordLegio, exactly! Just don't forget to unmount your partition.
– daltonfury42
Jul 3 '15 at 7:50
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
I'll try it asap! Thank you dear sir flips fedora
– WordLegio
Jul 3 '15 at 8:04
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f643858%2fgparted-wont-let-me-edit-a-partition%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
1
Have you unmounted the disk? The only way to edit the partition is unmount the disk.
– chj1axr0
Jul 3 '15 at 6:07
Are you trying on mounted disk?!
– Maythux
Jul 3 '15 at 6:08
I do mot know how to unmount a disk. Could you tell me a bit about that?
– WordLegio
Jul 3 '15 at 6:35