[653] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: HD Upgrade

daemon@ATHENA.MIT.EDU (David Fox)
Wed Oct 23 21:26:31 1996

To: redhat-list@redhat.com
From: fox@graphics.cs.nyu.edu (David Fox)
Date: 23 Oct 1996 20:53:11 -0400
Reply-To: fox@cs.nyu.edu
In-reply-to: Weydson Lima's message of Wed, 23 Oct 1996 21:26:54 -0200 (EDT)
Resent-From: redhat-list@redhat.com

In article <Pine.LNX.3.91.961023200044.6328C-100000@main.spaceway.com> Weydson Lima <weydson@elogica.com.br> writes:

]  I've two Hard disks (both with linux partitions). Can I transfer all 
] files from these HDs to a new HD without using floopy disk backup? How? 
] Sorry my dumb question...

Install both disks in the machine, mount the old partition at /mnt
and the new partition at /mnt2, and type

umask 000
cd /mnt
tar cf - | (cd /mnt2; tar xf -)

Its a little trickier if you want to copy the root partition, because
you have to avoid copying any mounted partitions, or /proc, or lost+found.
-- 
David Fox	   http://found.cs.nyu.edu/fox		xoF divaD
NYU Media Research Lab   fox@cs.nyu.edu    baL hcraeseR aideM UYN



--
  PLEASE read the Red Hat FAQ, Tips, HOWTO and the MAILING LIST ARCHIVES!
  ________________________________________________________________________
  http://www.redhat.com/RedHat-FAQ   http://www.redhat.com/RedHat-HOWTO 
  http://www.redhat.com/RedHat-Tips  http://www.redhat.com/mailing-lists
  ------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post