On 2008/01/03 08:02, Xavier Mertens wrote: > Is that normal to have a signature of "0x0" reported by fdisk? > On my other disks, signature is 0xAA55.
You overwrote things you shouldn't have when newfs'ing with offset=0. Scribble some zeros over the start of the disk (dd if=/dev/zero of=/dev/rwd1c count=1k is more than enough), reboot (I can't remember if this is needed, but it doesn't hurt), fdisk -i wd1, disklabel -E wd1 (gives you the interactive editor from the installer which suggests the correct offset), newfs.