diff options
Diffstat (limited to 'upstream/archlinux/man8/btrfs-replace.8')
-rw-r--r-- | upstream/archlinux/man8/btrfs-replace.8 | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/upstream/archlinux/man8/btrfs-replace.8 b/upstream/archlinux/man8/btrfs-replace.8 index d5bb007c..f396b3eb 100644 --- a/upstream/archlinux/man8/btrfs-replace.8 +++ b/upstream/archlinux/man8/btrfs-replace.8 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "BTRFS-REPLACE" "8" "Feb 14, 2024" "6.7.1" "BTRFS" +.TH "BTRFS-REPLACE" "8" "May 03, 2024" "6.8.1" "BTRFS" .SH NAME btrfs-replace \- replace devices managed by btrfs with other device .SH SYNOPSIS @@ -114,14 +114,12 @@ Given the following filesystem mounted at \fB/mnt/my\-vault\fP .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX Label: \(aqMyVault\(aq uuid: ae20903e\-b72d\-49ba\-b944\-901fc6d888a1 Total devices 2 FS bytes used 1TiB devid 1 size 1TiB used 500.00GiB path /dev/sda devid 2 size 1TiB used 500.00GiB path /dev/sdb -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -130,11 +128,9 @@ In order to replace \fB/dev/sda\fP (\fIdevid 1\fP) with a bigger drive located a .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX btrfs replace start 1 /dev/sdc /mnt/my\-vault/ -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -142,11 +138,9 @@ You can monitor progress via: .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX btrfs replace status /mnt/my\-vault/ -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -155,11 +149,9 @@ order to use the entire storage space of the new drive you need to run: .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX btrfs filesystem resize 1:max /mnt/my\-vault/ -.ft P -.fi +.EE .UNINDENT .UNINDENT .SH EXIT STATUS @@ -169,7 +161,7 @@ returned in case of failure. .SH AVAILABILITY .sp \fBbtrfs\fP is part of btrfs\-progs. Please refer to the documentation at -\fI\%https://btrfs.readthedocs.io\fP\&. +\X'tty: link https://btrfs.readthedocs.io'\fI\%https://btrfs.readthedocs.io\fP\X'tty: link'\&. .SH SEE ALSO .sp \fI\%btrfs\-device(8)\fP, |