Can you tell me how to use the Read only and Write only to make an image of the entire drive.
Well to make an exact copy of your old drive on the new drive do this :
Boot in DOS then type GHOST.EXE -CLONE,MODE=COPY,SRC=1,DST=2
use the write only version of Ghost to do this... And make sure the old drive is the master and the new drive is the slave, if not, you'll copy the new one on the old one.
This is because SRC (source is 1 wich is first drive / master ) and DST (destination is 2 wich is secon drive /slave)
If you want to make an image of your old drive in a file that will be saved on your new drive then do this :
Boot in DOS then type GHOST.EXE -CLONE,MODE=DUMP,SRC=1,DST=D:\BACKUP.GHO -Z9
Again use the write only version. And make sure again that the old drive is the first one and new drive is the second one.
These commands are for version 7 of Ghost but I think it will work with the version you have. If not, tell me and I'll look for them.