fallocate Command Examples

Reserve or deallocate disk space to files. The utility allocates space without zeroing. More information: https://manned.org/fallocate.

fallocate --length {{700M}} {{path/to/file}}

fallocate --collapse-range --length {{200M}} {{path/to/file}}

fallocate --collapse-range --offset {{100M}} --length {{20M}} {{path/to/file}}