translator
1,001
edits
m (balance ergänzt) |
(balance ergänzt) |
||
Line 289: | Line 289: | ||
* '''balance''' your volume with a filter(!) (Best done in 2 steps) | * '''balance''' your volume with a filter(!) (Best done in 2 steps) | ||
{{RootCmd|command=btrfs balance start -musage=50 -dusage=50 /}} | {{RootCmd|command=btrfs balance start -musage=50 -dusage=50 /}} | ||
This '''will''' take some time ! | |||
{{RootCmd|command=btrfs balance start -musage=95 -dusage=95 /}} | {{RootCmd|command=btrfs balance start -musage=95 -dusage=95 /}} | ||
If you want to watch the volume clean up, inside a terminal: | |||
{{UserCmd|command=pamac install procps-ng}} | |||
{{RootCmd|command=watch -n 60 btrfs filesystem usage -h /}} | |||
* '''remove the added partition''' from the volume with {{RootCmd|command=btrfs device remove /dev/[sdz4] /}} | * '''remove the added partition''' from the volume with {{RootCmd|command=btrfs device remove /dev/[sdz4] /}} | ||
* This will take some time ! '''Do not reboot until this step is complete'''. | * This '''will''' take some time ! '''Do not reboot until this step is complete'''. | ||
* Now you may remove the USB-Stick. | * Now you may remove the USB-Stick. | ||