создать файловую систему XFS (construct an XFS filesystem)
The configuration file uses a basic INI format to specify
sections and options within a section. Section and option names
are case sensitive. Section names must not contain whitespace.
Options are name-value pairs, ended by the first whitespace in
the line. Option names cannot contain whitespace. Full line
comments can be added by starting a line with a # symbol. If
values contain whitespace, then it must be quoted.
The following example configuration file sets the block size to
4096 bytes, turns on reverse mapping btrees and sets the inode
size to 2048 bytes.
# Example mkfs.xfs configuration file
[block]
size=4k
[metadata]
rmapbt=1
[inode]
size=2048