> I remember seeing a post telling how to do this a few months ago but can't seem
> to find it now. Could some one help out?
>
> I want to copy my old 4 gig scsi drive to a new 10 gug ide drive
Though it may not be the best way to do it, I'm personally a fan of
something like this:
1. create the partition(s) on the new drive
2. mount it somewhere (/mnt/temp)
3. (cd /old/drive/mount/point && tar cvf - .) | (cd /mnt/temp && tar
xvf -)
4. unmount the old drive
5. mount the new drive where the old one was.
HTH, Matt
------------------------------------------------------------------
Matt Housh Morpheus.Net Administrator
email: ([EMAIL PROTECTED]) web: (http://jaeger.morpheus.net/)
------------------------------------------------------------------
you played me well, mortal. but i have played me for time out of mind.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.