понедельник, 23 января 2012 г.

Append zeroes to image file without overwriting it.

dd if=/dev/zero of=file.img bs=1M count=1 seek=3000 conv=notrunc