Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 298 Bytes

fallocate.md

File metadata and controls

15 lines (8 loc) · 298 Bytes

fallocate

Make a file with given size.

Marks its contents as uninitialized:

fallocate -l 1k file

TODO is the value of uninitialized blocks specified?

cat file

Also the name of the corresponding x86 system call.

Only certain filesystems support it, in particular ext4 but not ext3.