From f6203e9ff4082b372cdfd669e53ad7219643032a Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Wed, 2 Apr 2014 16:29:28 +0800 Subject: btrfs-progs: Convert man page for btrfs-convert. Convert man page for btrfs-convert. Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- Documentation/btrfs-convert.txt | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/btrfs-convert.txt (limited to 'Documentation/btrfs-convert.txt') diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt new file mode 100644 index 00000000..780ca9ef --- /dev/null +++ b/Documentation/btrfs-convert.txt @@ -0,0 +1,49 @@ +btrfs-convert(8) +================ + +NAME +---- +btrfs-convert - convert from ext2/3/4 filesystem to btrfs or rollback + +SYNOPSIS +-------- +'btrfs-convert' [options] + +DESCRIPTION +----------- +'btrfs-convert' is used to convert existed ext2/3/4 to btrfs filesystem, +and the original filesystem image is accessible as from separate subvolume +named 'ext2_subvol' as file image. + +OPTIONS +------- +-d:: +Disable data checksum. +-i:: +Ignore xattrs and ACLs. +-n:: +Disable packing of small files. +-r:: +Roll back to ext2fs. + +EXIT STATUS +----------- +'btrfs-convert' will return 0 if no error happened. +If any problems happened, 1 will be returned. + +AUTHOR +------ +Written by Shilong Wang and Wenruo Qu. + +COPYRIGHT +--------- +Copyright (C) 2013 FUJITSU LIMITED. + +License GPLv2: GNU GPL version 2 . + +This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + +SEE ALSO +-------- +`mkfs.btrfs`(8) + -- cgit v1.2.3