Cant remove raid from Hard drive
Eugene Grosbein
egrosbein at rdtc.ru
Tue Feb 12 17:49:14 UTC 2013
12.02.2013 22:53, Robert пишет:
> Greetings
>
> I am trying to reuse a 500G harddrive that was previously part of an
> NVIDIA raid in a windows box.
>
> I have tried to clean the disk using "dd if=/dev/zero of=/dev/raid/r0
> bs=1m". The dd program completed but the raid info is still on the disk,
That's because RAID metadata is stored outside RAID itself (/dev/raid/r0),
it occupies last sectors of physical disks. It can be erased with "graid delete" command,
please read man graid. You need operate on its "Geom name" from "graid list | fgrep Geom" command,
not on symbolic name /dev/raid/r0. You may also need -f flag (again, read man graid).
Eugene Grosbein
More information about the freebsd-stable
mailing list