Moving space between partitions

3 min read

(For more resources related to this topic, see here.)

Getting ready

Before performing this task, we highly recommend that you backup your data. This task involves moving the start of a partition boundary, which is a high risk activity.

How to do it…

  1. Select the partition with plenty of free space.

  2. Choose the Partition | Resize/Move menu option and a Resize/Move window is displayed.

  3. Click on the left-hand side of the partition and drag it to the right so that the free space is reduced by half.

  4. Click on Resize/Move to queue the operation.

  5. Click on OK to acknowledge the move partition warning

  6. Select the extended partition.

  7. Choose the Partition | Resize/Move menu option and a Resize/Move window is displayed.

  8. Click on the left-hand side of the partition and drag it to the right so that there is no space between the outer extended partition boundary and the inner logical partition boundary.

  9. Click on Resize/Move to queue the operation

  10. Select the partition that needs more free space:

  11. Choose the Partition | Resize/Move menu option and a Resize/Move window is displayed.

  12. Click on the right-hand side of the partition and drag it as far to the right as possible:

  13. Click Resize/Move to queue the operation:

    Notice the unallocated space between sda1 and sda2. This gap, which can be up to about 8 MiB, occurs due to having cylinder aligned and MiB aligned partitions on the same disk device. In this example, the sda1 partition was created with cylinder alignment to demonstrate this potential gap.

  14. Choose the Edit | Apply All Operations menu option to apply the queued operations, to disk.

  15. Click on Apply to apply operations to disk.

  16. Click on Close to close the apply operations to disk window.

How it works…

In order to add space to a partition, unallocated space must be available immediately adjacent to the partition. To free up this space, we use many of the recipes covered earlier.

First, we made unallocated space available by shrinking the logical partition where free space was available. Because the free space came from a logical partition inside an extended partition, and we needed to add the space to a primary partition, we had to edit three partitions to achieve the desired goal.

There’s more…

If you resize or move a partition containing an NTFS file system, then you should reboot into Windows twice to permit Windows to perform file system consistency checks.

Growing or moving a partition

To grow or move a partition, unallocated space must be available adjacent to the partition:

  • When growing a logical partition, the unallocated space must be within the extended partition.

  • When growing a primary partition, the unallocated space must not be within the extended partition.

You can move unallocated space inside or outside of an extended partition by resizing the extended partition boundaries.

Summary

We saw how to migrate free disk space to where it is most needed. Modern disk drives can store vast amounts of information. To effectively use all of this space, you can partition disk drives into separate storage areas. These separate storage areas enable you to organize your data, improve system performance, and install and use many operating systems.

Resources for Article :


Further resources on this subject:


Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago