Windows fsutil file createnew ./test.tmp 1048576 Linux dd if=/dev/zero of=test.tmp bs=1M count=1 OS X & Solaris mkfile 1m test.tmp Source