How to create a 1 gig file August 12, 2011 0 Comments dd if=/dev/zero of=big-file.bin bs=1g count=1 or mkfile 1g big-file.bin