Btrfs filesystem won't expand to partition size

I think I see the source of the confusion.

nvme0n1 has been resized correctly, it’s showing 1 TB.

However, these commands are not targeting nvme0n1:

It looks like nvme1n1p2 is mounted at /–not nvme0n1. See here:

The EFI partition is on nvme0n1, but the root partition is on nvme1n1.

To resize the filesystem on nvme0n1, you will have to use its mount point as the argument of the command instead of /. I can’t see the full mount point in the picture (it’s cut off), but it starts with /run/media....

sudo btrfs filesystem resize max /run/media/blah_blah_blah
5 Likes