All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dragos LUNGU <rlug-list@xts.ro>
To: 1stFlight <1stflight@ameritech.net>
Cc: linux newbie <linux-newbie@vger.kernel.org>
Subject: Re: A way to transfer drives?
Date: Thu, 31 Oct 2002 18:59:57 +0200	[thread overview]
Message-ID: <3DC1618D.4060704@xts.ro> (raw)
In-Reply-To: <200210310853.08719.1stflight@ameritech.net>



1stFlight wrote:
>  I'm looking for a way to upgrade my HD and maintain file/directory structure. 
> I've got a 20GB  with partitions for / /home /usr how can I copy/clone this 
> drive over to it's 60B replacement? Thanks!
Hi

just finished this  operation last night .
setup :

boot from /dev/hda

/dev/hdb - 40GB (old disk)
/dev/hdc - 60GB (new disk )

# dd if=/dev/hdb of=/dev/hdc bs=2M

it did a perfect,bit by bit, clone . then, i used cfdisk to set up an 
additional 20Gb partition for the extra space.

works like a charm .

i always set bs (block size) close to the size of the HDD buffer (2048 
in my case)

hope it helps.

dragos


-- 

| Dragos LUNGU
|
| http://www.xts.ro
| dragos@xts.ro
| mobile (+40)745 379 734
| office (+40)251 190 561

-
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

  parent reply	other threads:[~2002-10-31 16:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-31 13:53 A way to transfer drives? 1stFlight
2002-10-31 14:52 ` Paul Furness
2002-10-31 15:01   ` Paul Furness
2002-10-31 16:59 ` Dragos LUNGU [this message]
2002-11-01 17:04   ` Paul Furness
2002-11-03 17:48     ` Dragos LUNGU
2002-11-01  0:30 ` lawson_whitney
2002-11-02 21:53   ` Michael Scondo
2002-11-03  0:57     ` lawson_whitney
2002-11-04  9:40       ` Paul Furness
2002-11-04 21:37         ` lawson_whitney
2002-11-05  9:00           ` Paul Furness

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=3DC1618D.4060704@xts.ro \
    --to=rlug-list@xts.ro \
    --cc=1stflight@ameritech.net \
    --cc=linux-newbie@vger.kernel.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.