btrfs*, mkfs.btrfs: update link to new website (#9517)

This commit is contained in:
John Toohey
2022-11-15 11:50:15 +00:00
committed by GitHub
parent 8ae3e3f3bc
commit 587e51d780
38 changed files with 38 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
# btrfs check
> Vérifier l'état, ou réparer un système de fichiers de type btrfs.
> Plus d'informations : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-check>.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs-check.html>.
- Vérifier l'état d'un système de fichiers btrfs :

View File

@@ -1,7 +1,7 @@
# btrfs device
> Gestion des partitions dans un système de fichiers BTRFS.
> Plus d'information : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-device>.
> Plus d'information : <https://btrfs.readthedocs.io/en/latest/btrfs-device.html>.
- Ajouter un ou plusieurs périphériques à un système de fichiers btrfs :

View File

@@ -1,7 +1,7 @@
# btrfs filesystem
> Gérer les systèmes de fichiers btrfs.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-filesystem>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-filesystem.html>.
- Afficher l'utilisation du système de fichiers (affiche les informations détaillées si executé en tant que `root`) :

View File

@@ -1,7 +1,7 @@
# btrfs inspect-internal
> Recherche des informations internes concernant un système de fichier btrfs.
> Plus d'information : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-inspect-internal>.
> Plus d'information : <https://btrfs.readthedocs.io/en/latest/btrfs-inspect-internal.html>.
- Afficher les informations du superbloc :

View File

@@ -1,7 +1,7 @@
# btrfs rescue
> Essayer de récupérer un système de fichiers btrfs endommagé.
> Plus d'informations : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-rescue>.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs-rescue.html>.
- Reconstruire les méta-données du système de fichiers (très lent) :

View File

@@ -1,7 +1,7 @@
# btrfs restore
> Tenter de récupérer des fichiers depuis un système de fichiers btrfs endommagé.
> Plus d'information : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-restore>.
> Plus d'information : <https://btrfs.readthedocs.io/en/latest/btrfs-restore.html>.
- Restaurer tout les fichiers depuis un système de fichier btrfs vers un répertoire cible indiqué :

View File

@@ -2,7 +2,7 @@
> Éxaminer un système de fichiers btrfs pour vérifier l'intégrité de ses données.
> Il est recommandé de faire tourner une vérification tous les mois.
> Plus d'informations : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-scrub>.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs-scrub.html>.
- Démarrer un examen :

View File

@@ -1,7 +1,7 @@
# btrfs subvolume
> Gestion des sous-volumes et instantanés btrfs.
> Plus d'information : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-subvolume>.
> Plus d'information : <https://btrfs.readthedocs.io/en/latest/btrfs-subvolume.html>.
- Créer un nouveau sous-volume vide :

View File

@@ -1,7 +1,7 @@
# btrfs version
> Afficher les informations de version des outils btrfs, et accéder aux pages d'aide.
> Plus d'informations : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Afficher les informations de version des outils btrfs :

View File

@@ -2,7 +2,7 @@
> Système de fichiers basé sur le principe de copie à lécriture ("copy-on-write", souvent désigné par son sigle anglais COW) pour Linux.
> Certaines sous-commandes comme `btrfs device` ont leur propre documentation.
> Plus d'informations : <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Créer un sous-volume :