Hi there, I want to replace a corrupted hard disk on my Debian box. To format the new one, do I just do this? mkfs -t ext3 -c /dev/hdc1 The new one is slotting into the same IDE spot as the old one. I've already unmounted the old one. (& removed from fstab too) David...