- rebuild extent records - fix block group accounting - reset csums for rescue nodatasum mount - prune corrupt extent allocation tree blocks - device scanning fixes for dm and multipath - initrd support: move btrfs device scan after block device setup - documentation updates - add csize for file commpressed size - updated restore utility OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=118
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 3a858a5e19255c402f7c97f492d0b2ac69cf286a Mon Sep 17 00:00:00 2001
|
|
From: Phillip Susi <psusi@cfl.rr.com>
|
|
Date: Mon, 9 Jan 2012 10:18:56 -0500
|
|
Subject: [PATCH 151/151] btrfs-progs: document --rootdir mkfs switch
|
|
|
|
Signed-off-by: Phillip Susi <psusi@cfl.rr.com>
|
|
---
|
|
man/mkfs.btrfs.8.in | 4 ++++
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
Index: btrfs-progs-v0.19-118-gfdb6c04/man/mkfs.btrfs.8.in
|
|
===================================================================
|
|
--- btrfs-progs-v0.19-118-gfdb6c04.orig/man/mkfs.btrfs.8.in
|
|
+++ btrfs-progs-v0.19-118-gfdb6c04/man/mkfs.btrfs.8.in
|
|
@@ -13,6 +13,7 @@ mkfs.btrfs \- create an btrfs filesystem
|
|
[ \fB\-M\fP\fI mixed data+metadata\fP ]
|
|
[ \fB\-n\fP\fI nodesize\fP ]
|
|
[ \fB\-s\fP\fI sectorsize\fP ]
|
|
+[ \fB\-r\fP\fI rootdir\fP ]
|
|
[ \fB\-h\fP ]
|
|
[ \fB\-V\fP ] \fI device\fP [ \fI device ...\fP ]
|
|
.SH DESCRIPTION
|
|
@@ -62,6 +63,9 @@ Specify the nodesize. By default the val
|
|
\fB\-s\fR, \fB\-\-sectorsize \fIsize\fR
|
|
Specify the sectorsize, the minimum block allocation.
|
|
.TP
|
|
+\fB\-r\fR, \fB\-\-rootdir \fIrootdir\fR
|
|
+Specify a directory to copy into the newly created fs.
|
|
+.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print the \fBmkfs.btrfs\fP version and exit.
|
|
.SH AVAILABILITY
|