What's going on in Mesiols work day

Wednesday, February 25, 2009

Hi,

new year and a lot of work to do.

Today i have found that after deleting a Linux software RAID partition there is always information stored about the RAID configuration on the disk.

To delete this information, i used

mdadm --manage --stop /dev/md0
mdadm --misc --zero-superblock /dev/sdb1

This solved my problem.

Followers