Using dd to create large files

By Joao

An example of using dd to create a 1GB file.

dd if=/dev/zero of=testfile bs=1M count=1024

categoriaTechnology commentoNo Comments dataOctober 20th, 2009
Read All