Growing /nix on different partition

Hello,

my /nix resides on a different partition and I grew the partition but the system itself doesn’t recognize the change and still warns me about low space available.

But did you resize the filesystem afterwards?

2 Likes

Thank you! I haven’t thought about it that this might be necessary.

Here’s how I grew my F2FS partition:

  • Boot from live disk
  • lsblk -f
  • f2fs.resize -s /dev/sda3
  • Wait until you see Done

https://wiki.archlinux.org/title/F2FS#Grow_an_F2FS_file_system

1 Like