db07609875
segfaults from bnc#710486 due to unchecked usage of return value of open_ctree() [fixed compilation warnings] - pull upstream, replace existing patches, spec update - update 'restore' utility - lzo support - tools may now take earlies superblock when opening the fs - other fixes - pull integration-20111030 branch - mkfs: force mkfs if desired - other fixes - add btrfs-dump-super to mkinitrd - other fixes - skip non-existent devices or without media - documentation updates - scrubbing single device - graceful error handling when opening fs fails - updated mkinitrd script to scan devices before mount (bnc#727383) OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=115
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From fdd55a58d661cede927b741e57abc4f564bb7bd6 Mon Sep 17 00:00:00 2001
|
|
From: Goffredo Baroncelli <kreijack@inwind.it>
|
|
Date: Mon, 3 Jan 2011 19:53:05 +0100
|
|
Subject: [PATCH 04/35] mkfs.btrfs man page: document the --force option.
|
|
|
|
Add the --force option to not check if a device is already mounted.
|
|
---
|
|
man/mkfs.btrfs.8.in | 4 ++++
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in
|
|
index 432db1b..2610e9d 100644
|
|
--- a/man/mkfs.btrfs.8.in
|
|
+++ b/man/mkfs.btrfs.8.in
|
|
@@ -6,6 +6,7 @@ mkfs.btrfs \- create an btrfs filesystem
|
|
[ \fB\-A\fP\fI alloc-start\fP ]
|
|
[ \fB\-b\fP\fI byte-count\fP ]
|
|
[ \fB \-d\fP\fI data-profile\fP ]
|
|
+[ \fB \-f\fP ]
|
|
[ \fB \-l\fP\fI leafsize\fP ]
|
|
[ \fB \-L\fP\fI label\fP ]
|
|
[ \fB \-m\fP\fI metadata profile\fP ]
|
|
@@ -35,6 +36,9 @@ mkfs.btrfs uses all the available storage for the filesystem.
|
|
Specify how the data must be spanned across the devices specified. Valid
|
|
values are raid0, raid1, raid10 or single.
|
|
.TP
|
|
+\fB\-f\fR, \fB\-\-force \fR
|
|
+Don't check if the device is already mounted.
|
|
+.TP
|
|
\fB\-l\fR, \fB\-\-leafsize \fIsize\fR
|
|
Specify the leaf size, the least data item in which btrfs stores data. The
|
|
default value is the page size.
|
|
--
|
|
1.7.6.233.gd79bc
|
|
|