22
0
Fork 0

Ajout commande btrfs filesystem df

This commit is contained in:
whirigoyen 2022-11-10 16:39:28 +01:00
parent 1b2101442f
commit 7604bd0bbc
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ Lister les volumes existants :
# btrfs filesystem show
~~~
Note : `filesystem` peut être abrégé `fi`.
Afficher l'espace occupé :
~~~
# btrfs filesystem df <VOLUME_PATH>
~~~
Formater une partition :
~~~