lmonilsson / falloc

falloc creates files of a user-specified size. It uses the posix_fallocate syscall for allocating the right size directly, instead of copying data like the commonly used dd tool does (which, in my opinion, feels like a hack).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

falloc creates files of a user-specified size. It uses the posix_fallocate syscall for allocating the right size directly, instead of copying data like the commonly used dd tool does (which, in my opinion, feels like a hack).

License:GNU General Public License v3.0


Languages

Language:C 100.0%