SCIENTIFIC-LINUX-USERS Archives

May 2007

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailling list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Sat, 26 May 2007 21:50:41 +0200
MIME-version:
1.0
Reply-To:
Pfenniger Daniel <[log in to unmask]>
Content-type:
text/plain; format=flowed; charset=ISO-8859-1
Subject:
From:
Pfenniger Daniel <[log in to unmask]>
In-Reply-To:
Content-transfer-encoding:
7BIT
Comments:
To: [log in to unmask] cc: Scientific Linux <[log in to unmask]>
Parts/Attachments:
text/plain (25 lines)
Keith Lofstrom wrote:
> Thanks for SL5!
> 
> I am currently upgrading two systems from SL44 to SL5 (the rest
> are getting fresh installs).
...
> I do each upgrade on a "dd" copy of the original hard drive onto
> a spare;  backing out of a failed upgrade is easier that way.

The "wisdom" I have gathered is not to use dd for such
disk duplication, but to use fdisk for partitioning, and
"rsync -ax /orginal/ /target/" for file copy
(be careful with the trailing /'s).

The first reason is that dd copies bad blocks, and
the second reason is that rsync over a blanck partition defrags the 
files.  A second rsync allows to check fast the first copy.  The third 
argument is that often disks are not strictly equal, and
then dd is anyway not recommended.

Some use tar instead of rsync.


Dan

ATOM RSS1 RSS2