I recently set up Zorin OS on a 100GB partition alongside Windows 11, and I have 50GB of unallocated space that I'd like to merge with my Zorin partition. I'm not sure how to go about this. Could someone guide me through the process?
3 Answers
Before you proceed, you should check if that 50GB is right next to your current Zorin partition. If you're not concerned about losing any data, one option is to create a directory in your Zorin root or under /mnt and edit your /etc/fstab to mount the 50GB at boot time. I've done this for a larger drive I use. It’s a straightforward process, just remember to grab the UUID using the 'sudo blkid' command before you modify fstab!
You could also create a new partition from Windows (remember to format it as ext4), but then it would show up as a separate drive in Linux. If you want to merge it with your existing Zorin partition, just make sure the unallocated space is adjacent to that partition.
Just keep in mind, if your layout is like: [Zorin][Windows][Unallocated], you'll need to do some more complicated moves to combine them.
I think my layout is [Windows][Unallocated][Zorin]. Any suggestions for tutorials on how to merge them? I'm a bit lost with all this!
Just so you know, Windows can’t read or write ext4, so make sure you’ve got a proper setup before proceeding.
A good starting point is to check out GParted; it's a handy tool for managing partitions. If your unallocated space is right next to your Zorin partition, you might be able to combine them easily.

I’m not really following what you’re saying, could you explain it in simpler terms?