Problems with disk partition

Clash Royale CLAN TAG#URR8PPP
I have Ubuntu on my notebook and want to install Mint too. I've gone through the installation process but when it is time to partition the disk, I get stuck (it doesn't allow me to create the partitions)
Below an image, where I can't partition the hard disk:

I need to finish the installation.
ubuntu linux-mint system-installation
|
show 1 more comment
I have Ubuntu on my notebook and want to install Mint too. I've gone through the installation process but when it is time to partition the disk, I get stuck (it doesn't allow me to create the partitions)
Below an image, where I can't partition the hard disk:

I need to finish the installation.
ubuntu linux-mint system-installation
And when you press change?
– user1133275
Feb 28 at 15:36
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
2
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
1
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16
|
show 1 more comment
I have Ubuntu on my notebook and want to install Mint too. I've gone through the installation process but when it is time to partition the disk, I get stuck (it doesn't allow me to create the partitions)
Below an image, where I can't partition the hard disk:

I need to finish the installation.
ubuntu linux-mint system-installation
I have Ubuntu on my notebook and want to install Mint too. I've gone through the installation process but when it is time to partition the disk, I get stuck (it doesn't allow me to create the partitions)
Below an image, where I can't partition the hard disk:

I need to finish the installation.
ubuntu linux-mint system-installation
ubuntu linux-mint system-installation
edited Feb 28 at 17:15
Rui F Ribeiro
41.8k1483142
41.8k1483142
asked Feb 28 at 15:23
santimirandarpsantimirandarp
1207
1207
And when you press change?
– user1133275
Feb 28 at 15:36
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
2
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
1
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16
|
show 1 more comment
And when you press change?
– user1133275
Feb 28 at 15:36
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
2
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
1
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16
And when you press change?
– user1133275
Feb 28 at 15:36
And when you press change?
– user1133275
Feb 28 at 15:36
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
2
2
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
1
1
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16
|
show 1 more comment
2 Answers
2
active
oldest
votes
You have one encrypted partition on Ubuntu, but as you did not know how you installed it, the easiest way to get rid of it is to:
- Boot Ubuntu
- Backup all your data to an external disk in FAT32¹
- Install Mint; wiping the entire disk
- Install Ubuntu
- Restore your backup
Note¹: FAT32 does not allow you to encrypt data, so you won't accidentally encrypt it without knowing
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
add a comment |
You have no free space, and would need to delete partitions before creating partitions, as you are at the maximum number of primary partitions on a disk.
You have a few choices... if the existing partitions are those that you do not want, you can delete them all, and then start over, use the existing ones, or take the large "unknown" partition and use that one.
You may also want to look up some resources on partitioning ubuntu:
https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
https://help.ubuntu.com/community/PartitioningSchemes
http://ubuntuhandbook.org/index.php/how-to-install-ubuntu/
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
add a comment |
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
);
);
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%2funix.stackexchange.com%2fquestions%2f503570%2fproblems-with-disk-partition%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have one encrypted partition on Ubuntu, but as you did not know how you installed it, the easiest way to get rid of it is to:
- Boot Ubuntu
- Backup all your data to an external disk in FAT32¹
- Install Mint; wiping the entire disk
- Install Ubuntu
- Restore your backup
Note¹: FAT32 does not allow you to encrypt data, so you won't accidentally encrypt it without knowing
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
add a comment |
You have one encrypted partition on Ubuntu, but as you did not know how you installed it, the easiest way to get rid of it is to:
- Boot Ubuntu
- Backup all your data to an external disk in FAT32¹
- Install Mint; wiping the entire disk
- Install Ubuntu
- Restore your backup
Note¹: FAT32 does not allow you to encrypt data, so you won't accidentally encrypt it without knowing
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
add a comment |
You have one encrypted partition on Ubuntu, but as you did not know how you installed it, the easiest way to get rid of it is to:
- Boot Ubuntu
- Backup all your data to an external disk in FAT32¹
- Install Mint; wiping the entire disk
- Install Ubuntu
- Restore your backup
Note¹: FAT32 does not allow you to encrypt data, so you won't accidentally encrypt it without knowing
You have one encrypted partition on Ubuntu, but as you did not know how you installed it, the easiest way to get rid of it is to:
- Boot Ubuntu
- Backup all your data to an external disk in FAT32¹
- Install Mint; wiping the entire disk
- Install Ubuntu
- Restore your backup
Note¹: FAT32 does not allow you to encrypt data, so you won't accidentally encrypt it without knowing
answered Mar 1 at 7:07
FabbyFabby
4,01811430
4,01811430
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
add a comment |
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
If you need more help with any of the above steps, let me know and I'll expand the answer.
– Fabby
Mar 1 at 7:07
1
1
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
thanks. i've tried yesterday and it seems that mint installer recognize ubuntu and it changes the 'normal' installation steps.
– santimirandarp
Mar 1 at 18:06
add a comment |
You have no free space, and would need to delete partitions before creating partitions, as you are at the maximum number of primary partitions on a disk.
You have a few choices... if the existing partitions are those that you do not want, you can delete them all, and then start over, use the existing ones, or take the large "unknown" partition and use that one.
You may also want to look up some resources on partitioning ubuntu:
https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
https://help.ubuntu.com/community/PartitioningSchemes
http://ubuntuhandbook.org/index.php/how-to-install-ubuntu/
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
add a comment |
You have no free space, and would need to delete partitions before creating partitions, as you are at the maximum number of primary partitions on a disk.
You have a few choices... if the existing partitions are those that you do not want, you can delete them all, and then start over, use the existing ones, or take the large "unknown" partition and use that one.
You may also want to look up some resources on partitioning ubuntu:
https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
https://help.ubuntu.com/community/PartitioningSchemes
http://ubuntuhandbook.org/index.php/how-to-install-ubuntu/
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
add a comment |
You have no free space, and would need to delete partitions before creating partitions, as you are at the maximum number of primary partitions on a disk.
You have a few choices... if the existing partitions are those that you do not want, you can delete them all, and then start over, use the existing ones, or take the large "unknown" partition and use that one.
You may also want to look up some resources on partitioning ubuntu:
https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
https://help.ubuntu.com/community/PartitioningSchemes
http://ubuntuhandbook.org/index.php/how-to-install-ubuntu/
You have no free space, and would need to delete partitions before creating partitions, as you are at the maximum number of primary partitions on a disk.
You have a few choices... if the existing partitions are those that you do not want, you can delete them all, and then start over, use the existing ones, or take the large "unknown" partition and use that one.
You may also want to look up some resources on partitioning ubuntu:
https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
https://help.ubuntu.com/community/PartitioningSchemes
http://ubuntuhandbook.org/index.php/how-to-install-ubuntu/
answered Feb 28 at 15:40
number9number9
56527
56527
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
add a comment |
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
Uhmm the existing partitions were created automatically by ubuntu. I dont think they can be removed...
– santimirandarp
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
@number9 The disk has an EFI System Partition, which suggests GPT partitioning. GPT does not have a four partition limit.
– Johan Myréen
Feb 28 at 15:52
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
You need no remove; just resize howtoubuntu.org/…
– Rusi
Feb 28 at 16:46
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
@JohanMyréen Ah that is true.. But I would still think he would need to start over after removing or resizing all of the partitions if they are not needed.
– number9
Feb 28 at 16:52
add a comment |
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.
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%2funix.stackexchange.com%2fquestions%2f503570%2fproblems-with-disk-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
And when you press change?
– user1133275
Feb 28 at 15:36
@user1133275 no changes...
– santimirandarp
Feb 28 at 15:52
2
Maybe a bug or it's a partition type that it cannot detect? If this is the Mint installer, then reboot and try to use gparted in Ubuntu to create and format the partition. Then reboot again and try to manually select this partition in the Mint installer. It's strange that the partition type is not detected...
– Freddy
Feb 28 at 16:15
1
In the existing Ubuntu, install gparted, and then shrink the partition /dev/sda3 (it is un-recognised by this partition editor, but hopefully will be my ubuntu). You may need to un-mount it first (that is another question).
– ctrl-alt-delor
Feb 28 at 16:52
Do you have an encrypted partition?
– Fabby
Feb 28 at 22:16