btrfs-convert(8) ================ SYNOPSIS -------- **btrfs-convert** [options] DESCRIPTION ----------- .. include:: ch-convert-intro.rst OPTIONS ------- --csum , --checksum Specify the checksum algorithm. Default is *crc32c*. Valid values are *crc32c*, *xxhash*, *sha256* or *blake2*. To mount such filesystem kernel must support the checksums as well. -d|--no-datasum disable data checksum calculations and set the NODATASUM file flag, this can speed up the conversion -i|--no-xattr ignore xattrs and ACLs of files -n|--no-inline disable inlining of small files to metadata blocks, this will decrease the metadata consumption and may help to convert a filesystem with low free space -N|--nodesize set filesystem nodesize, the tree block size in which btrfs stores its metadata. The default value is 16KiB (16384) or the page size, whichever is bigger. Must be a multiple of the sectorsize, but not larger than 65536. See :doc:`mkfs.btrfs` for more details. -r|--rollback rollback to the original ext2/3/4 filesystem if possible -l|--label