# dd if=/dev/zero of=/home/myaccount/outfile bs=4M count=4096
4096+0 records in 4096+0 records out 17179869184 bytes (17 GB) copied, 433.088 seconds, 39.7 MB/s
if = input file
of = output
bs = block size
count = file size in kb
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# dd if=/dev/zero of=/home/myaccount/outfile bs=4M count=4096
4096+0 records in 4096+0 records out 17179869184 bytes (17 GB) copied, 433.088 seconds, 39.7 MB/s
No comments:
Post a Comment