3 Mar
2023
3 Mar
'23
08:10
W dniu 3.03.2023 o 08:39, jdd@dodin.org pisze:
Le 02/03/2023 à 21:12, Frank McCormick a écrit :
I want to enlarge the file system on my Tumbleweed partition and even after Googling the situation, I feel the whole
procedure is definitely above my pay grade :)
if you didn't begin the procadure, you can avoid it.
Simply create a btrfs file system on the other partition (from your running config), *append* this partition to your actual btrfs file system and balance the result.
No need to touch the partitions
jdd
Right, I forgot about that one. If openSUSE is installed on btrfs, you can just use: sudo btrfs device add -f /dev/sda5 / (btrfs has a LVM-like functionality, where it can use multiple partitions for adding space or redundancy)