Originally Posted By: Boelle

empeg:/empeg/bin# cat /dev/hd* > /dev/null


Ahh.. that explains why you think it "keeps on going".

Just for fun, try typing echo cat /dev/hd* and you'll see what command you really issued there. smile

For future advice-givers, the correct syntax is:
cat /dev/hd? > /dev/null
Which will finish in half the time with no errors, or less in the presence of errors.

But regardless, in this case there is something wrong.
So now use this command to repair the drive:

cat /dev/zero > /dev/hdc

And then re-run the disk-builder stuff.

Cheers