linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Glynn Clements <glynn@gclements.plus.com>
To: linux-admin <linux-admin@vger.kernel.org>
Subject: Re: IDE disk drive controllers and disk drive sizes supported by RedHat 9 	Shrike
Date: Sat, 30 Oct 2004 03:34:15 +0100	[thread overview]
Message-ID: <16770.64935.229181.14338@cerise.gclements.plus.com> (raw)
In-Reply-To: <4182D6F4.6000803@kjchome.homeip.net>


Kevin J. Cummings wrote:

> > Is 80 Gb drive in general supported by RedHat 9 (which is Linux
> > kernel 2.4 based ) ? If not what is the largest size supported: 10
> > Gb ? 20 Gb ? 40 Gb ?
> 
> In general, Linux doesn't care about Hard drive size,

You need a fairly recent kernel for drives larger than ~137Gb (2^28
512-byte sectors). 2.6 and the last few 2.4 kernels are OK, but older
2.4 kernels will only see the first 137Gb .

If you think that you might need to access a disk with an older kernel
(e.g. a rescue disk or a bootable CD from a not-so-recent
distribution), you might want to partition the disk so that everything
important is on a partition which doesn't extend beyond the 2^28
sector barrier.

There is a guide to the various disk size barriers at:

	http://www.pcguide.com/ref/hdd/bios/size.htm

Most of these are either BIOS issues or DOS/Windows filesystem issues,
so they aren't an issue for Linux (other than for booting, as the boot
loader relies upon the BIOS for disk access). However, the 137Gb limit
is an ATA issue rather than a BIOS issue.

-- 
Glynn Clements <glynn@gclements.plus.com>

  reply	other threads:[~2004-10-30  2:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-29 22:30 IDE disk drive controllers and disk drive sizes supported by RedHat 9 Shrike Alexander Povolotsky
2004-10-29 23:49 ` Kevin J. Cummings
2004-10-30  2:34   ` Glynn Clements [this message]
2004-11-01 15:38 ` Art Wildman
2004-11-01 22:18 ` chuck gelm

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=16770.64935.229181.14338@cerise.gclements.plus.com \
    --to=glynn@gclements.plus.com \
    --cc=linux-admin@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;
as well as URLs for NNTP newsgroup(s).