public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Wiebe Cazemier <halfgaar@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Software RAID1 (with non-identical discs) performance
Date: Tue, 19 Dec 2006 17:02:59 +0300	[thread overview]
Message-ID: <4587F113.2000804@tls.msk.ru> (raw)
In-Reply-To: <em8lim$lqd$1@sea.gmane.org>

Wiebe Cazemier wrote:
> For some reason, your message doesn't appear in the GMane mail-to-news gateway.
> I've quoted your message here. Hopefully, the quoting isn't messed up.
> 
>> The entire concept of geometry is a a carryover from days gone by. These days
> it is just a farse maintained for backwards compatibility. You can put fdisk
> into sector mode with the 'u' command and create partitions of any number of
> sectors you desire, regardless of the perceived geometry.
[]
> My concern wasn't so much about the different speeds of the drives, but the
> fact that they have a different geometry. But, because you said that is
> simulated anyway, can I assume that as long as both drives are equal in speed,
> using different types of drives doesn't matter?

Think of "PnP geometry" supported by all nowadays drives.

It's 255 heads, 63 sectors per track, and whatever number of cylinders.

You start cfdisk (sorry don't remember options for other *fdisk) like this,
on an empty disk:

  cfdisk -H 255 -S 63 /dev/sda

And after creating the partition table, kernel switches to this "PnP geometry"
mode automatically.

So regardless of how many actual heads or sectors your HDD has, it will always
work the same way.

/mjt

  reply	other threads:[~2006-12-19 14:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-16 12:39 Software RAID1 (with non-identical discs) performance Wiebe Cazemier
2006-12-18 18:34 ` Phillip Susi
2006-12-19 14:16   ` Dick Streefland
2006-12-19 15:40     ` Wiebe Cazemier
2006-12-19 16:11       ` Dick Streefland
2006-12-19 12:22 ` Wiebe Cazemier
2006-12-19 14:02   ` Michael Tokarev [this message]
2006-12-19 15:43     ` Jan Engelhardt

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=4587F113.2000804@tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=halfgaar@gmx.net \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox