mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-29 06:27:57 +00:00
btrfs-progs: convert: document -O|--features flag
Copy-pasted description found at mkfs.btrfs. I did not bother with feature list as it seemed to be incomplete. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
5a3cbe16db
commit
1e8246a058
@ -83,6 +83,13 @@ rollback to the original ext2/3/4 filesystem if possible
|
|||||||
set filesystem label during conversion
|
set filesystem label during conversion
|
||||||
-L|--copy-label::
|
-L|--copy-label::
|
||||||
use label from the converted filesystem
|
use label from the converted filesystem
|
||||||
|
-O|--features <feature1>[,<feature2>...]::
|
||||||
|
A list of filesystem features turned on at btrfs-convert time. Not all features
|
||||||
|
are supported by old kernels. To disable a feature, prefix it with '^'.
|
||||||
|
+
|
||||||
|
To see all available features that btrfs-convert supports run:
|
||||||
|
+
|
||||||
|
+btrfs-convert -O list-all+
|
||||||
-p|--progress::
|
-p|--progress::
|
||||||
show progress of conversion, on by default
|
show progress of conversion, on by default
|
||||||
--no-progress::
|
--no-progress::
|
||||||
|
Loading…
Reference in New Issue
Block a user