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 balance
> Balance block groups on a btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-balance>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-balance.html>.
- Show the status of a running or paused balance operation:

View File

@@ -1,7 +1,7 @@
# btrfs check
> Check or repair a btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-check>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-check.html>.
- Check a btrfs filesystem:

View File

@@ -1,7 +1,7 @@
# btrfs device
> Manage devices in a btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-device>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-device.html>.
- Add one or more devices to a btrfs filesystem:

View File

@@ -1,7 +1,7 @@
# btrfs filesystem
> Manage btrfs filesystems.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-filesystem>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-filesystem.html>.
- Show filesystem usage (optionally run as root to show detailed information):

View File

@@ -1,7 +1,7 @@
# btrfs inspect-internal
> Query internal information of a btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-inspect-internal>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-inspect-internal.html>.
- Print superblock's information:

View File

@@ -1,7 +1,7 @@
# btrfs property
> Get, set, or list properties for a given btrfs filesystem object (files, directories, subvolumes, filesystems, or devices).
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-property>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-property.html>.
- List available properties (and descriptions) for the given btrfs object:

View File

@@ -1,7 +1,7 @@
# btrfs rescue
> Try to recover a damaged btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-rescue>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-rescue.html>.
- Rebuild the filesystem metadata tree (very slow):

View File

@@ -1,7 +1,7 @@
# btrfs restore
> Try to salvage files from a damaged btrfs filesystem.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-restore>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-restore.html>.
- Restore all files from a btrfs filesystem to a given directory:

View File

@@ -2,7 +2,7 @@
> Scrub btrfs filesystems to verify data integrity.
> It is recommended to run a scrub once a month.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-scrub>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-scrub.html>.
- Start a scrub:

View File

@@ -1,7 +1,7 @@
# btrfs subvolume
> Manage btrfs subvolumes and snapshots.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-subvolume>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs-subvolume.html>.
- Create a new empty subvolume:

View File

@@ -1,7 +1,7 @@
# btrfs version
> Display btrfs-progs version.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Display btrfs-progs version:

View File

@@ -2,7 +2,7 @@
> A filesystem based on the copy-on-write (COW) principle for Linux.
> Some subcommands such as `btrfs device` have their own usage documentation.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Create subvolume:

View File

@@ -2,7 +2,7 @@
> Create a btrfs filesystem.
> Defaults to `raid1`, which specifies 2 copies of a given data block spread across 2 different devices.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/mkfs.btrfs>.
> More information: <https://btrfs.readthedocs.io/en/latest/mkfs.btrfs.html>.
- Create a btrfs filesystem on a single device: