1xfs_mkfile(8) System Manager's Manual xfs_mkfile(8)
2
3
4
6 xfs_mkfile - create an XFS file
7
9 xfs_mkfile [ -v ] [ -n ] size[k|b|m|g] filename ...
10
12 xfs_mkfile creates one or more files. The file is padded with zeroes by
13 default. The default size is in bytes, but it can be flagged as kilo‐
14 bytes, blocks, megabytes, or gigabytes with the k, b, m, or g suffixes,
15 respectively.
16
18 -v Verbose. Report the names and sizes of created files.
19
20 -n No bytes. Create a holey file - that is, do not write out any
21 data, just seek to end of file and write a block.
22
23
24
25 xfs_mkfile(8)