Re: Copy entire hard disk - how ?
From: fred smith (fredex_at_fcshome.stoneham.ma.us)
Date: 08/27/03
- Previous message: TP R Murthy: "redhat 7.3 installation"
- In reply to: Sasa Stupar: "Copy entire hard disk - how ?"
- Next in thread: Leonard den Ottolander: "Re: Copy entire hard disk - how ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Wed, 27 Aug 2003 06:35:58 -0400
On Wed, Aug 27, 2003 at 11:39:44AM +0200, Sasa Stupar wrote:
> Hi!
>
> I have for a while installed redhat 8.0. Now I am experiencing some
> problems with my hard disk so what I want to do is to copy entire hard
> disk to a new one. I don't want to reinstall the system from scratch.
> How can I do that ? It is an EIDE HDD.
--Partition the new drive as desired (presumably similar to the existing
partition scheme) and use mke2fs to create the appropriate filesystems.
Also, see 'man mkswap' to set up the swap partition on the new drive.
--put both drives in the same machine. if the old one is /dev/hda and
the new one is /dev/hdc:
--mount /dev/hda1 /mnt/hda1
mount /dev/hdc1 /mnt/hddc1
cd /dev/hda1
cp * /dev/hdc1
umount /mnt/hdc1
mount /dev/hda2 /mnt/hda2
mount /dev/hdc2 /mnt/hdc2
cd /dev/hda2
cp * /dev/hdc2
...etc., etc.,...
>
> Sasa
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
--
---- Fred Smith -- fredex@fcshome.stoneham.ma.us -----------------------------
"For the word of God is living and active. Sharper than any double-edged
sword, it penetrates even to dividing soul and spirit, joints and marrow;
it judges the thoughts and attitudes of the heart."
---------------------------- Hebrews 4:12 (niv) ------------------------------
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- application/pgp-signature attachment: stored
- Previous message: TP R Murthy: "redhat 7.3 installation"
- In reply to: Sasa Stupar: "Copy entire hard disk - how ?"
- Next in thread: Leonard den Ottolander: "Re: Copy entire hard disk - how ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|