linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tim Small <tim@buttersideup.com>
To: Mark Watts <m.watts@eris.qinetiq.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Q: RAID-1 w/2x160GB, ReiserFS, Debian 'woody', homebrew 2.4.25 kernel
Date: Wed, 04 Aug 2004 11:34:40 +0100	[thread overview]
Message-ID: <4110BBC0.90203@buttersideup.com> (raw)
In-Reply-To: <200408041129.44767.m.watts@eris.qinetiq.com>

Mark Watts wrote:

>Talking of partitioning several disks the same, is there an easy way to 
>automate this?
>  
>
Hmm, I gave a way to do this in my last email, but I've realised that I 
missed out the "count" argument to dd...  I said:

> dd if=/dev/hda of=/dev/hdc ; echo w | fdisk /dev/hdc 

This will work, but will take a while ;o)  it should really have been:

dd if=/dev/hda of=/dev/hdc count=1 && echo w | fdisk /dev/hdc



Tim.


  reply	other threads:[~2004-08-04 10:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-04  8:42 Q: RAID-1 w/2x160GB, ReiserFS, Debian "woody", homebrew 2.4.25 kernel Jens Benecke
2004-08-04  9:00 ` Mikael Abrahamsson
2004-08-04 11:10   ` Jens Benecke
2004-08-04 12:25     ` Mikael Abrahamsson
2004-08-04 12:32       ` Tim Small
2004-08-04 10:00 ` Q: RAID-1 w/2x160GB, ReiserFS, Debian 'woody', " Robin Bowes
2004-08-04 10:29   ` Mark Watts
2004-08-04 10:34     ` Tim Small [this message]
2004-08-04 10:37     ` Robin Bowes
2004-08-04 11:12     ` Alvin Oga
2004-08-04 23:51       ` Mark Hahn
2004-08-05  6:16   ` Jens Benecke
2004-08-05  7:26     ` Daniel Pittman
2004-08-05  9:20       ` Tim Small
2004-08-05 12:02         ` Jens Benecke
2004-08-05  9:57     ` robin-lists
2004-08-05 12:08       ` Jens Benecke
2004-08-05 12:38         ` Mark Watts
2004-08-05 12:49           ` Katarina WONG
2004-08-05 15:42         ` robin-lists
2004-08-04 10:28 ` Q: RAID-1 w/2x160GB, ReiserFS, Debian "woody", " Tim Small

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=4110BBC0.90203@buttersideup.com \
    --to=tim@buttersideup.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=m.watts@eris.qinetiq.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).