What’s the safest way to resize partitions in a Windows–Ubuntu dual boot?

0
1
Asked By MellowCedar42 On

I have a laptop that dual-boots Windows and Ubuntu on a single drive. I want to make the Windows partition smaller and give that space to my Ubuntu home partition. When I tried resizing from a live Ubuntu session with GParted, it warned that Windows might no longer boot afterward. Can I safely resize these partitions while keeping both operating systems bootable?

3 Answers

Answered By BrightPanda7 On

Shrink the Windows partition from inside Windows using Disk Management. Windows can account for files that Linux tools may not safely move, such as the pagefile, restore points, sparse files, and update data. After that, boot a live Ubuntu environment and use GParted to move or expand the Linux partition into the unallocated space. Back up important data first, and make sure Windows Fast Startup and hibernation are disabled before making changes.

Answered By CopperLynx58 On

The alternative is to back up your files, erase the Windows partitions, resize the Ubuntu partition, and reinstall Windows. That works, but it requires installation media and a complete Windows reinstall, so it is much more disruptive—especially when both systems are on one drive.

Answered By QuietHarbor19 On

Windows Disk Management is generally the safest choice for reducing the Windows volume because it knows which parts of the filesystem cannot be relocated. It may not let you reclaim every apparently free gigabyte, depending on where those files are located. Once the Windows partition has been reduced, GParted can be used from live media to extend the Linux partition.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.