Reserve or deallocate disk space to files. The utility allocates space without zeroing.
fallocate --length {{700M}} {{path/to/file}}
fallocate --collapse-range --length {{200M}} {{path/to/file}}
fallocate --collapse-range --offset {{100M}} --length {{20M}} {{path/to/file}}