btrfs-progs: docs: update limits for minimal device size
Add limits: # mkfs.btrfs loop.img btrfs-progs v5.7 See http://btrfs.wiki.kernel.org for more information. ERROR: 'loop.img' is too small to make a usable filesystem ERROR: minimum size for each btrfs device is 114294784 # mkfs.btrfs --mixed loop.img btrfs-progs v5.7 See http://btrfs.wiki.kernel.org for more information. ERROR: 'loop.img' is too small to make a usable filesystem ERROR: minimum size for each btrfs device is 16777216 Pull-request: #287 Author: Forza-tng <Forza-tng@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f1b428ea3b
commit
fbe95d714f
|
@ -769,6 +769,10 @@ maximum number of hardlinks of a file in a directory::
|
|||
65536 when the `extref` feature is turned on during mkfs (default), roughly
|
||||
100 otherwise
|
||||
|
||||
minimum filesystem size::
|
||||
the minimal size of each device depends on the 'mixed-bg' feature, without that
|
||||
(the default) it's about 109MiB, with mixed-bg it's is 16MiB
|
||||
|
||||
|
||||
BOOTLOADER SUPPORT
|
||||
------------------
|
||||
|
|
Loading…
Reference in New Issue