Query: fallocate
OS: centos
Section: 1
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FALLOCATE(1) User Commands FALLOCATE(1)NAMEfallocate - preallocate space to a fileSYNOPSISfallocate [-n] [-p] [-o offset] -l length filenameDESCRIPTIONfallocate is used to preallocate blocks to a file. For filesystems which support the fallocate system call, this is done quickly by allo- cating blocks and marking them as uninitialized, requiring no IO to the data blocks. This is much faster than creating a file by filling it with zeros. As of the Linux Kernel v2.6.31, the fallocate system call is supported by the btrfs, ext4, ocfs2, and xfs filesystems. The exit code returned by fallocate is 0 on success and 1 on failure.OPTIONSThe length and offset arguments may be followed by the multiplicative suffixes KiB=1024, MiB=1024*1024, and so on for GiB, TiB, PiB, EiB, ZiB and YiB (the "iB" is optional, e.g. "K" has the same meaning as "KiB") or the suffixes KB=1000, MB=1000*1000, and so on for GB, TB, PB, EB, ZB and YB. -n, --keep-size Do not modify the apparent length of the file. This may effectively allocate blocks past EOF, which can be removed with a truncate. -p, --punch-hole Punch holes in the file, the range should not exceed the length of the file. -o, --offset offset Specifies the beginning offset of the allocation, in bytes. -l, --length length Specifies the length of the allocation, in bytes. -h, --help Print help and exit. -V, --version Print version and exit.AUTHORSEric Sandeen <sandeen@redhat.com> Karel Zak <kzak@redhat.com>SEE ALSOfallocate(2), posix_fallocate(3), truncate(1)AVAILABILITYThe fallocate command is part of the util-linux package and is available from Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils /util-linux/>. util-linux September 2011 FALLOCATE(1)
Related Man Pages |
---|
fallocate(1) - hpux |
fallocate(1) - plan9 |
fallocate(1) - x11r4 |
fallocate(1) - xfree86 |
fallocate(1) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Is Linux 7.2 Redhat a good start for a newbie |
Tutorial for btrfs |
File name offset |