💾 Archived View for freeshell.de › tldr › btrfs-balance.gmi captured on 2023-01-29 at 04:27:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Balance block groups on a btrfs filesystem.
sudo btrfs balance status {path/to/btrfs_filesystem}
sudo btrfs balance start {path/to/btrfs_filesystem}
sudo btrfs balance start --bg -dusage={15} {path/to/btrfs_filesystem}
sudo btrfs balance start -musage={20},limit={10},devid={devid} {path/to/btrfs_filesystem}
sudo btrfs balance start -dconvert={raid6} -mconvert={raid1c3} {path/to/btrfs_filesystem}
sudo btrfs balance start -dconvert={raid1},soft {path/to/btrfs_filesystem}
sudo btrfs balance {cancel|pause|resume} {path/to/btrfs_filesystem}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).