0

I have an hard disk with 4 primary partitions used to dual boot Ubuntu and Windows, but I have 300 GB of unallocated space.

How can I use it?

1 Answers1

0

Four primary partitions are the maximum:

  • The total data storage space of a PC HDD can contain at most four primary partitions, or alternatively three primary partitions and an extended partition.
  • An HDD may contain only one extended partition, but that extended partition can be subdivided into multiple logical partitions.

Therefore you will have to delete a partition to create a new partition or you can increase the size of a partition.

The easiest way is, in my opinion with a Live System and Gparted: How to resize partitions?

A.B.
  • 92,125