2018/01/05

續-快速產生特定大小的檔案 using dd fast create specified size file

寫過一篇

快速產生特定大小的檔案 using dd fast create specified size file


事實上我再做了個實驗,發現那篇有誤,我是指,還有更快的方法,就是直接 resize file 的方式:

dd bs=1048576 seek=4096 of=data.img count=0
前面 bs = 1M, seek 4K, 馬上就會得到 4G file data.img