this post was submitted on 21 Oct 2024
38 points (97.5% liked)

techsupport

2466 readers
32 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 1 year ago
MODERATORS
 

As well as all my important stuff in /home, can I transfer over the operating system as well as everything in the root partition? What about the Windows Partition? Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Interstellar_1@lemmy.blahaj.zone 1 points 3 weeks ago (1 children)

Would deleting it also delete the data on it? What is the point of automatically resizing them then?

[โ€“] boredsquirrel@slrpnk.net 2 points 3 weeks ago

No it doesnt. Partitions need to start at the exact bit they start, but can end at something bigger.

Thats the trick.

Using gdisk you would print the table, make a photo, delete it, create them new and set the max for the storage partition (if you use BTRFS or LVM like a normal person) to the original start, but max available end

Then you print again and verify and write to apply the changes.

Then there is space but the partitions need to fill that up still, with btrfs on Fedora that would be sudo btrfs resize max / I think