diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20111114/005855.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20111114/005855.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20111114/005855.html b/zarb-ml/mageia-discuss/20111114/005855.html new file mode 100644 index 000000000..eda04f207 --- /dev/null +++ b/zarb-ml/mageia-discuss/20111114/005855.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Copying system to new disk + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Copying%20system%20to%20new%20disk&In-Reply-To=%3Cop.v4x6wdbtn7mcit%40hodgins.homeip.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005859.html"> + <LINK REL="Next" HREF="005845.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Copying system to new disk</H1> + <B>David W. Hodgins</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Copying%20system%20to%20new%20disk&In-Reply-To=%3Cop.v4x6wdbtn7mcit%40hodgins.homeip.net%3E" + TITLE="[Mageia-discuss] Copying system to new disk">davidwhodgins at gmail.com + </A><BR> + <I>Mon Nov 14 18:58:51 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005859.html">[Mageia-discuss] Copying system to new disk +</A></li> + <LI>Next message: <A HREF="005845.html">[Mageia-discuss] Copying system to new disk +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5855">[ date ]</a> + <a href="thread.html#5855">[ thread ]</a> + <a href="subject.html#5855">[ subject ]</a> + <a href="author.html#5855">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, 14 Nov 2011 05:00:16 -0500, Juergen Harms <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Juergen.Harms at unige.ch</A>> wrote: + +><i> Before going to dd, I will try partitioning my new disk with gparted (or +</I>><i> the Mageia ISO) - do all the disk layout re-arrangements I can think of +</I>><i> and than copy individual file-systems with tar - should be substantially +</I>><i> faster since it skips all unused space - for the windows partition that +</I>><i> would give +</I>><i> cd /media/windows ; tar cf - . | (cd /<new-windows-path>; tar xf -) +</I> +If you only had linux, and used labels on the filesystems, and in +grub, that would be fine. + +Because you have w7 installed, the mbr should be copied too. As the +drive is failing, you should assume you will only get one chance to +copy it. + +I would install the new drive, boot from any live/rescue cd/dvd, +and use dd to copy the drive +dd if=/dev/sda of=/dev/sdb bs=64M +Of course, make sure the device letters are correct. :-) + +Then shutdown the system, remove the old drive (Never boot into w7 +with both drives connected, after the copy). and move the connector +for the new drive to the same connector the old drive used. + +Then, confirm all file systems are bootable. After that, you can +resize existing partitions, or add new ones, as desired. Note that +you will have to resize the extended partition, if present, before +resizing or adding new logical partitions. The gparted tool is +probably the best for that. + +Regards, Dave Hodgins +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005859.html">[Mageia-discuss] Copying system to new disk +</A></li> + <LI>Next message: <A HREF="005845.html">[Mageia-discuss] Copying system to new disk +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5855">[ date ]</a> + <a href="thread.html#5855">[ thread ]</a> + <a href="subject.html#5855">[ subject ]</a> + <a href="author.html#5855">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |