38
I bought a larger internal SSD for my laptop. How would I go about transferrring the data?
(lemmy.blahaj.zone)
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:
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