On Wed, May 5, 2010 at 1:36 PM, Matt Cowger <mcow...@salesforce.com> wrote:

> It probably put an EFI label on the disk.  Try doing a wiping the first AND
> last 2MB.
>
>
If nothing else works, the following should definitely do it:
  dd if=/dev/zero of=/dev/whatever bs=1M

That will write zeroes to every bit of the drive, start to finish.  You can
play around with the block size (bs).

-- 
Freddie Cash
fjwc...@gmail.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to