this post was submitted on 02 Feb 2024
6 points (87.5% liked)

No Stupid Questions (Developer Edition)

906 readers
1 users here now

This is a place where you can ask any programming / topic related to the instance questions you want!

For a more general version of this concept check out [email protected]

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Hello. I have Windows - Ubuntu dual boot and I'm trying to move space from Windows to Ubuntu. I've already freed space from the Windows side

I'm pretty sure that I've read online that it can be dangerous to move the unallocated partition, because next boot to windows can corrupt my Ubuntu system. Is it true? Also, when I'm trying to move the unallocated partition, there's no option to "move/resize", so I swap them with the next following partition one by one. Is it the right way to do it?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

There's no harm at all in moving the unallocated space, assuming of course, that your partitions are healthy and have no existing issues (GParted would check for this anyways).

If you want to resize your btrfs partition you can save a step by moving the unallocated space to the slot before the btrfs partition and then reisize the btrfs partition, but it wouldn't make much of a difference anyways because the btrfs partition would need to be moved left regardless.

Btw, questions like these are best posted to a Linux community, like [email protected]

[โ€“] [email protected] 2 points 6 months ago

Thank you!

It worked without any problem.