-----BEGIN PGP SIGNED MESSAGE-----


Why don't you just copy it directly from disk to disk?  Create your new
partition(s) on the bigger drive, mount them to temp directories and run:

cd SourceDir; tar cf - . | (cd DestDir; tar xpf -)

so to move /usr to /newdisk/usr

cd /usr; tar cf - . | (cd /newdisk/usr; tar xpf -)

Much faster!

On Sun, 8 Mar 1998, Paul Tarvydas wrote:

> I wish to bounce my current 4.2 onto tape and then restore it onto a new
> (larger) drive.  Then, after I have a copy of it on two drives, I will
> upgrade to 5.0.
> 
> Back in my time, I used to do this with dump/restor and a stand-alone unix
> (i.e. booted from a floppy).
> 
> I booted from the redhat boot floppies and looked around.  I only found
> CPIO.  I also found no reference to my hard drives nor scsi tape in /dev.  I
> assume that I will have to do some mknod's after I boot from the floppies...
> 
> If anyone has done this before with RedHat and would like to suggest a
> workable method to do this bouncing, I'd appreciate the help (and
> time/frustration saving :-).  Specific incanatations of cpio would be
> helpful.
> 
> thanx
> pt
> 
> [EMAIL PROTECTED]
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with 
>                        "unsubscribe" as the Subject.
> 

- -----
Aaron Turner           | Either which way, one half dozen or another. 
[EMAIL PROTECTED]      | Check out the RedHat Linux User's FAQ Online!
www.pobox.com/~aturner | http://www.pobox.com/~aturner/RedHat-FAQ/
All emails from this account are PGP signed.  Lack of a signature is "bad".
PGP Key fingerprint = FB E1 CE ED 57 E4 AB 80  59 6E 60 BF 45 1B 20 E8



-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNQWEjjM3jpXy1kJtAQHqAQP6A/mm3MeITOhvlnix5ZfX21qY40/uUR45
mjgTbCT8j4CKuwuSFfAO8h7kQ/V7RRfQyAqZniluvAzOQVGURtIT77HxxMmlNPN+
nBz5O049zKl+kFFR9plYZ33+gdH53sNWTbOuw67lgvonWNU8U6h5xuxj/6XV4Emf
5y2daFMmQRo=
=/2Zc
-----END PGP SIGNATURE-----


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to