Skip to content

Instantly share code, notes, and snippets.

@kekneus373
Created April 5, 2026 16:14
Show Gist options
  • Select an option

  • Save kekneus373/04dfafac47b78b3a341ca4f70dbdff99 to your computer and use it in GitHub Desktop.

Select an option

Save kekneus373/04dfafac47b78b3a341ca4f70dbdff99 to your computer and use it in GitHub Desktop.
[Btrfs] Expand filesystem

To extend a Btrfs filesystem to fill the entire disk, use the command btrfs filesystem resize max /mount-point, where /mount-point is the path to your Btrfs filesystem. This command will resize the filesystem to utilize all available space on the disk. (Do this online).

Tips for LVM expansion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment