btrfs-progs: convert: show progress by default
[platform/upstream/btrfs-progs.git] / Documentation / btrfs-convert.txt
1 btrfs-convert(8)
2 ================
3
4 NAME
5 ----
6 btrfs-convert - convert from ext2/3/4 filesystem to btrfs or rollback
7
8 SYNOPSIS
9 --------
10 *btrfs-convert* [options] <device>
11
12 DESCRIPTION
13 -----------
14 *btrfs-convert* is used to convert existed ext2/3/4 to btrfs filesystem,
15 and the original filesystem image is accessible as from separate subvolume
16 named 'ext2_saved' as file image.
17
18 OPTIONS
19 -------
20 -d::
21 Disable data checksum.
22 -i::
23 Ignore xattrs and ACLs.
24 -n::
25 Disable packing of small files.
26 -r::
27 Roll back to ext2fs.
28 -l <LABEL>::
29 set filesystem label during conversion.
30 -L::
31 use label from the converted filesystem.
32 -p::
33 Show progress of conversion, on by default.
34
35 EXIT STATUS
36 -----------
37 *btrfs-convert* will return 0 if no error happened.
38 If any problems happened, 1 will be returned.
39
40 SEE ALSO
41 --------
42 `mkfs.btrfs`(8)
43