Files
tldr/pages.fr/linux/btrfs-inspect-internal.md
K.B.Dharun Krishna 5257568887 pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

29 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# btrfs inspect-internal
> Recherche des informations internes concernant un système de fichier btrfs.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs-inspect-internal.html>.
- Afficher les informations du superbloc :
`sudo btrfs inspect-internal dump-super {{chemin/vers/partition}}`
- Afficher les informations sur les superblocs et toutes ses copies :
`sudo btrfs inspect-internal dump-super --all {{chemin/vers/partition}}`
- Afficher les meta-informations du système de fichiers :
`sudo btrfs inspect-internal dump-tree {{chemin/vers/partition}}`
- Afficher la liste des fichiers dans le `n`-ième inode :
`sudo btrfs inspect-internal inode-resolve {{n}} {{chemin/vers/point_de_montage_btrfs}}`
- Afficher la liste des fichiers à une adresse logique donnée :
`sudo btrfs inspect-internal logical-resolve {{addresse_logique}} {{chemin/vers/point_de_montage_btrfs}}`
- Afficher les statistiques concernant les arbres de racines, de domaines (extent), de sommes de contrôle (csum) et de système de fichiers :
`sudo btrfs inspect-internal tree-stats {{chemin/vers/partition}}`