[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] disk to disk copy
|
Though I never did it myself, it is perhaps possible to dd a single
partition, no? Then there wouldn't be the problem of getting the
smaller drive's partition table, since you would not be copying it.
dd if=/dev/hda1 of=/dev/hdb1
for example.
Carlos
On Wed, 17 Aug 2005, gyoza@comcast.net wrote:
Date: Wed, 17 Aug 2005 14:12:20 -0400
From: gyoza@comcast.net
Reply-To: Philadelphia Linux User's Group Discussion List
<plug@lists.phillylinux.org>
To: Philadelphia Linux User's Group Discussion List
<plug@lists.phillylinux.org>
Subject: Re: [PLUG] disk to disk copy
Michael C. Toren wrote:
On Wed, Aug 17, 2005 at 12:10:01PM -0400, gyoza@comcast.net wrote:
What is a good utility for copying a hard drive to a new, larger drive?
I just learned about partimage, but I don't want to waste time creating
an image.
rsync with the appropriate command line arguments (for example, "-avPH")
works very well for this, and can continue where it left off if it is
unexpectedly interrupted.
Ah! What about making the drive bootable? What I'm looking to do is to
boot with something like Knoppix, run a utility to copy a WinXP install
to another drive, then boot from the new drive.
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|