So I installed Tumbleweed. I used it for a week, loved it. Took a few days break during a move, then forgot my root PW. I only had this laptop at the time and no suse image. So I installed windows from a usb, made bootable openSUSE installer and
I installed Tumbleweed again. This time I made sure to make a root PW I liked. I re-setup my environment and everything just how I like it. Did tons of configuration. I was just ironing out some docker containers when I realized: The btrfs partition containing /usr /home /var etc. is nearing is 35GB capacity. Because I didn’t properly remove the 400GB windows partition. I used the Yaml tool to delete the 400GB windows partition, but there doesn’t seem to be a way to increase the current one (mounted). The system is running on a single 500gb internal nvme. I tried the yast tool and the btrs commands with no luck.
Is there a way to increase the partition/filesystem so I can continue using opensuse? Otherwise is there a way to reinstall and recovery the majority of my packages and configuration?
Also I do get an error occasionally since the first boot on my current installation, so is there a way to inspect the tumbleweed filesystem and fix missing/corrupt files?
Show output of fdisk -l. And please, do not post pictures to show text information. Is it that difficult to copy and paste from terminal? Post computer output as preformatted text (</> button in editor).
I am not quite sure what you want. But when it is that you want to increase the size of the Btrfs file system that is on /dev/nvme0n1p5, then you are out of luck. There is no adjacent space (most file system types can only increase at their end when at all, but I am not sure if Btrfs can also increase at the front).
Did you delete the windows partition? Because fdisk shows this for me
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 206847 204800 100M EFI System
/dev/nvme0n1p2 206848 239615 32768 16M Microsoft reserved
/dev/nvme0n1p3 239616 732596223 732356608 349.2G Microsoft basic data
/dev/nvme0n1p4 732596224 734001151 1404928 686M Windows recovery environm
/dev/nvme0n1p5 734001152 1949329407 1215328256 579.5G Linux filesystem
/dev/nvme0n1p6 1949329408 1953525134 4195727 2G Linux swap
You’re missing the “Microsoft basic data”.
If you don’t want Windows anymore, you could TRY (you could lose data so backup first) to spin up a bootable USB with GParted and:
Delete the “Microsoft reserved partition”
Delete the “Windows recovery environment”
Move the “Linux filesystem” to the left - It’s gonna take a lot of time
Extend the “Linux filesystem” partition to the right