Re: dd blocksize > How about the even more obvious: > > dd if=/dev/zero of=disk-image count=1 > bs=20M > If you have the memory, yes. But what if you want ...
dd blocksize dd has options to set the block size to values different from 512 bytes, this reduces the need to fiddle with numbers. For the purpose of creating loop-mountable files, the bs argument...