As you all have noticed, I've had some trouble upgrading th HD in my Fujitsu 1200. I can now say I have suceeded!
A site I found that deals with BSD/LiNUX on the 1000/1200
http://www.the-labs.com/Stylistic/1200.html
talked about copying and/or backing up drive images. The short story is I mounted both drives in my Linux server as /dev/hdc (2.1gb) and /dev/hdd (6gb) and issued the following command
dd ifile=/dev/hdc ofile=/dev/hdd
In unix speak we are doing a raw device dump from hdc (old drive) to hdd.
I don't know why DriveCopy 3.0 and Norton Ghost failed me, but for free, here is a solution.
Tim