Difference between revisions of "Translations:Btrfs/77/en"

(Importing a new version from external source)
(Importing a new version from external source)
Tags: Mobile web edit Mobile edit
 
(One intermediate revision by the same user not shown)
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 -dusage=50 /}}
{{RootCmd|command=btrfs balance start -dusage=50 /}}
{{BoxSuccess|Tip: Want to watch the volume clean up ?|{{UserCmd|command=pamac install procps-ng}}}}
{{BoxSuccess|Tip: Want to watch the volume clean up ?|
{{BoxSuccess||After that inside a terminal: {{RootCmd|command=watch -n 60 btrfs filesystem usage -h / }}}}  
{{UserCmd|command=pamac install procps-ng}}}}
* If neccesary '''balance''' your volume with a filter(90-95 %) This '''will''' take some more time !{{RootCmd|command=btrfs balance start -dusage=95 /}}
{{BoxSuccess|After that inside a terminal:|
{{RootCmd|command=watch -n 60 btrfs filesystem usage -h / }}}}  
* '''balance''' your volume with a filter(95%) This '''will''' take some more time !
{{RootCmd|command=btrfs balance start -dusage=95 /}}

Latest revision as of 10:17, 22 July 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Btrfs)
* '''balance''' your volume with a filter(50%) This '''will''' take some time !{{RootCmd|command=btrfs balance start -dusage=50 /}}
{{BoxSuccess|Tip: Want to watch the volume clean up ?|{{UserCmd|command=pamac install procps-ng}}}}
{{BoxSuccess||After that inside a terminal: {{RootCmd|command=watch -n 60 btrfs filesystem usage -h / }}}} 
* If neccesary '''balance''' your volume with a filter(90-95 %) This '''will''' take some more time !{{RootCmd|command=btrfs balance start -dusage=95 /}}
  • balance your volume with a filter(50%) This will take some time !
    root # btrfs balance start -dusage=50 / COPY TO CLIPBOARD


Tip: Want to watch the volume clean up ?
user $ pamac install procps-ng COPY TO CLIPBOARD


After that inside a terminal:
root # watch -n 60 btrfs filesystem usage -h / COPY TO CLIPBOARD

  • If neccesary balance your volume with a filter(90-95 %) This will take some more time !
    root # btrfs balance start -dusage=95 / COPY TO CLIPBOARD