On Thu, Apr 26, 2012 at 01:11:00PM +0200, Helmut Hullen wrote:
> I now use to delete about the first 10 MByte of the target disk via "dd  
> if=/dev/zero"

FYI, the minimal amount of data you need to rewrite is 4k:

dd if=/dev/zero of=/dev/ice bs=1k count=4 seek=64

david
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to