Comment 8 for bug 313313

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

When creating partitions, you should always take care to zero out the first few blocks where filesystem metadata exists.

dd if=/dev/zero of=PARTITION bs=1k count=1 is usually sufficient