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?

  • What is you current partition table? What you need to do? –  Jun 06 '15 at 18:13
  • ntfs - system received-350MB ntfs 100GB ntfs 200GB Unlocated soace 300GB

    extended partition 100GB

    – Gayan_Nanayakkara Jun 06 '15 at 18:18
  • its not giving permission to create extended partitions.please tell me how to do that. – Gayan_Nanayakkara Jun 06 '15 at 18:24
  • 1
    If you already have an extended partition, you must move the unallocated space into the extended to be able to create as many logical partitions as you want. If unallocated not next to extended, then you may have to move partitions around or backup & delete and recreate as a logical. If unallocated next to extended just expand extended. – oldfred Jun 06 '15 at 18:58
  • You need to resize extended partition and make it larger. If you post a screenshot of gparted, we will explain it better. – Pilot6 Jun 06 '15 at 20:13

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.
  • 90,397