Difference between revisions of "Translations:Btrfs/77/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) Tags: Mobile web edit Mobile edit |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
* '''balance''' your volume with a filter(50%) This '''will''' take some time ! | * '''balance''' your volume with a filter(50%) This '''will''' take some time ! | ||
{{RootCmd|command=btrfs balance start | {{RootCmd|command=btrfs balance start -dusage=50 /}} | ||
{{BoxSuccess|Tip: Want to watch the volume clean up ?| | {{BoxSuccess|Tip: Want to watch the volume clean up ?| | ||
{{UserCmd|command=pamac install procps-ng}}}} | {{UserCmd|command=pamac install procps-ng}}}} | ||
Line 6: | Line 6: | ||
{{RootCmd|command=watch -n 60 btrfs filesystem usage -h / }}}} | {{RootCmd|command=watch -n 60 btrfs filesystem usage -h / }}}} | ||
* '''balance''' your volume with a filter(95%) This '''will''' take some more time ! | * '''balance''' your volume with a filter(95%) This '''will''' take some more time ! | ||
{{RootCmd|command=btrfs balance start | {{RootCmd|command=btrfs balance start -dusage=95 /}} |
Revision as of 10:40, 25 December 2024
- balance your volume with a filter(50%) This will take some time !
root # btrfs balance start -dusage=50 /
- balance your volume with a filter(95%) This will take some more time !
root # btrfs balance start -dusage=95 /