From: ichi@aggies.org
To: prg5-1gc1@dea.spamcon.org
Cc: linux-newbie@vger.kernel.org
Subject: Re: cloning a system
Date: Sat, 12 Apr 2003 08:54:04 +0000 [thread overview]
Message-ID: <3E97D42C.5C9325B@aggies.org> (raw)
In-Reply-To: 5.1.0.14.1.20030411121238.0207ae40@celine
Ray Olszewski wrote:
>
> What is the easiest way under Linux to make an EXACT
> duplicate of a hard disk (not a partition)?
>
> is there a way, under Linux, to clone the complete
> drive -AND- have it be bootable out of the box?
> Does that method depend on the two drives being
> physically identical?
It seems strange telling Ray Olszewski (the Answer Man)
how to do something, but here goes:
--------------------------------
dd if=/dev/hdb of=/dev/hdc bs=2M
--------------------------------
That will clone the slave HD on the primary IDE interface
to the master HD on the secondary IDE interface. Set bs
close to the size of the HD buffer.
The two HD do not have to be the same size. The destination
drive can be larger, but then there will be space left-over
(which, I think, can be allocated with fdisk).
Cheers,
Steven
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2003-04-12 8:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-11 16:23 Intel 82595FX clone NIC problems James Miller
2003-04-11 16:27 ` James Miller
2003-04-11 17:22 ` Ray Olszewski
2003-04-11 17:52 ` James Miller
2003-04-11 18:31 ` Ray Olszewski
2003-04-11 19:29 ` James Miller
2003-04-11 20:08 ` Ray Olszewski
2003-04-11 20:24 ` James Miller
2003-04-12 9:13 ` ichi
[not found] ` <BKEGKPICNAKILKJKMHCAMEDCCGAA.Riley@Williams.Name>
2003-04-11 19:21 ` cloning a system Ray Olszewski
2003-04-12 8:54 ` ichi [this message]
2003-04-12 18:27 ` Ray Olszewski
2003-04-12 13:06 ` Hal MacArgle
2003-04-12 22:33 ` whitnl73
2003-04-13 8:22 ` ichi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E97D42C.5C9325B@aggies.org \
--to=ichi@aggies.org \
--cc=linux-newbie@vger.kernel.org \
--cc=prg5-1gc1@dea.spamcon.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.