public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bigggg Maxtor drives (fwd)
@ 2002-01-10  1:46 Andre Hedrick
  2002-01-10  3:14 ` Benjamin S Carrell
  0 siblings, 1 reply; 23+ messages in thread
From: Andre Hedrick @ 2002-01-10  1:46 UTC (permalink / raw)
  To: linux-kernel


another update request --


---------- Forwarded message ----------
Date: Mon, 31 Dec 2001 12:16:12 -0800
From: ablew@internetcds.com
To: andre@linux-ide.org
Subject: Bigggg Maxtor drives

Hi there.  As I understand it you're the linux IDE guy,
so if you don't mind answering a question for me, I'd
appriciate it.

I recently bought a Maxtor 4G160J8.  This hard drive is
Maxtor's biggest harddrive as of yet, coming in at
160GB.  Linux sees this drive as a mere 134 or so gigs
as shown by the below:

hde: Maxtor 4G160J8, ATA DISK drive
hde: 268435455 sectors (137439 MB) w/2048KiB Cache,
CHS=266305/16/63, UDMA(33) hde: hde1

Do I need to pass the kernel any arguments though grub
to see the full size, or is this just a kernel level
limitation?

Any help is appriciated.

Thanks,
-Aaron


^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: Bigggg Maxtor drives (fwd)
@ 2002-01-10 10:00 Andries.Brouwer
  0 siblings, 0 replies; 23+ messages in thread
From: Andries.Brouwer @ 2002-01-10 10:00 UTC (permalink / raw)
  To: ben, chris; +Cc: linux-kernel

On Thu, Jan 10, 2002 at 04:03:09AM +0000, Chris Ball wrote:
> On Wed, Jan 09, 2002 at 08:14:32PM -0700, Benjamin S Carrell wrote:
> > I would think that you lose that space to formatting
>
> Is this perhaps Maxtor providing their own 'non-standard'[1] definition
> of gigabyte, rather than a technical issue?
>
> [1]: (viz. 'wrong')

No, *all* disk manufacturers *always* use decimal, correctly following
the standard. And it has been like this for many years.

No, this is an entirely different phenomenenon.
In the Large Disk Howto you can read in
        http://www.win.tue.nl/~aeb/linux/Large-Disk-4.html#ss4.2
about IDE limits:

ATA Specification (for IDE disks) - the 137 GB limit

    At most 65536 cylinders (numbered 0-65535), 16 heads (numbered 0-15),
    255 sectors/track (numbered 1-255), for a maximum total capacity of
    267386880 sectors (of 512 bytes each), that is, 136902082560 bytes
    (137 GB). This is not yet a problem (in 1999), but will be a few
    years from now.

And indeed, in 2001 the 137 GB limit was crossed.
In order to make addressing of larger disks possible, a new addressing
mode was introduced (in the ATA6 draft, rev 0b), that uses 48-bit
addressing (instead of 28-bit). Thus, the new limit is roughly 
a million times larger.

Thus, we need new code that implements the new addressing.
Since one only hears positive reports on Andre's patch, probably
we should take all of it, but the code for 48-bit addressing
is a small fragment that could also easily be separated out.

Andries

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2002-01-12  9:32 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-10  1:46 Bigggg Maxtor drives (fwd) Andre Hedrick
2002-01-10  3:14 ` Benjamin S Carrell
2002-01-10  4:03   ` Chris Ball
2002-01-10  4:31     ` Jim Crilly
2002-01-10 12:11       ` Rik van Riel
2002-01-10 12:15         ` Jens Axboe
2002-01-10 13:22           ` Marcel J.E. Mol
2002-01-10 14:56             ` Hans Reiser
2002-01-10 15:04               ` Jens Axboe
2002-01-10 12:23         ` Lionel Bouton
2002-01-10 12:40         ` Alan Cox
2002-01-10 12:45           ` David Weinehall
2002-01-10 13:47             ` Alan Cox
2002-01-10 18:59         ` Aaron Blew
2002-01-10 19:14           ` Jens Axboe
2002-01-10 19:14       ` Ricky Beam
2002-01-10 19:59         ` Alan Cox
2002-01-10 19:08     ` Ricky Beam
2002-01-10  4:59   ` Andre Hedrick
2002-01-10  9:50     ` Henning P. Schmiedehausen
2002-01-11 21:13     ` Rogier Wolff
2002-01-12  9:14       ` Andre Hedrick
  -- strict thread matches above, loose matches on Subject: below --
2002-01-10 10:00 Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox