Vérifier l'état, ou réparer un système de fichiers de type btrfs. Plus d'informations : https://btrfs.readthedocs.io/en/latest/btrfs-check.html.
sudo btrfs check {{chemin/vers/partition}}
sudo btrfs check --repair {{chemin/vers/partition}}
sudo btrfs check --progress {{chemin/vers/partition}}
sudo btrfs check --check-data-csum {{chemin/vers/partition}}
n
-ième super-bloc (n
peut-être 0
, 1
ou 2
) :sudo btrfs check --super {{n}} {{chemin/vers/partition}}
sudo btrfs check --repair --init-csum-tree {{chemin/vers/partition}}
sudo btrfs check --repair --init-extent-tree {{chemin/vers/partition}}