mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: 160gb disk showing up as 137gb
  2002-04-26 21:18 160gb disk showing up as 137gb Wakko Warner
@ 2002-04-26 21:17 ` Randy.Dunlap
  2002-04-26 21:34   ` Mike Fedyk
  2002-04-26 23:34   ` Jeff V. Merkey
  2002-04-26 21:43 ` Andre Hedrick
  1 sibling, 2 replies; 7+ messages in thread
From: Randy.Dunlap @ 2002-04-26 21:17 UTC (permalink / raw)
  To: Wakko Warner; +Cc: linux-kernel

On Fri, 26 Apr 2002, Wakko Warner wrote:

| Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
| this might be the system board's ide chipset limitation so I put a scsi->ide
| adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
| reports when it finds the drive.  /proc/partitions shows this drive as:
|    8     0  134217727 sda
| /proc/scsi/scsi shows:
| Attached devices:
| Host: scsi0 Channel: 00 Id: 00 Lun: 00
|   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
|   Type:   Direct-Access                    ANSI SCSI revision: 02
|
| I tried kernel 2.4.14 and 2.4.18.  Any ideas?

Hi,

There was a thread on this 2-3 months back.
IDE in 2.4 doesn't have a 48-bit block address interface IIRC,
although Andre has some patches for this.
This is necessary to go above 137 GB.

-- 
~Randy


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

* 160gb disk showing up as 137gb
@ 2002-04-26 21:18 Wakko Warner
  2002-04-26 21:17 ` Randy.Dunlap
  2002-04-26 21:43 ` Andre Hedrick
  0 siblings, 2 replies; 7+ messages in thread
From: Wakko Warner @ 2002-04-26 21:18 UTC (permalink / raw)
  To: linux-kernel

Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
this might be the system board's ide chipset limitation so I put a scsi->ide
adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
reports when it finds the drive.  /proc/partitions shows this drive as:
   8     0  134217727 sda
/proc/scsi/scsi shows:
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
  Type:   Direct-Access                    ANSI SCSI revision: 02
     
I tried kernel 2.4.14 and 2.4.18.  Any ideas?

lspci -v:
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
        Flags: bus master, medium devsel, latency 32

00:07.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] (rev
01)
        Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] (prog-if 80 [Master])
        Flags: bus master, medium devsel, latency 32
        I/O ports at ffa0 [size=16]

00:10.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 05)        Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at ffaff000 (32-bit, prefetchable) [size=4K]
        I/O ports at ef80 [size=32]
        Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
        Expansion ROM at fe900000 [disabled] [size=1M]
        Capabilities: [dc] Power Management version 1

00:11.0 SCSI storage controller: Adaptec AIC-7881U
        Flags: bus master, medium devsel, latency 64, IRQ 16
        I/O ports at ec00 [disabled] [size=256]
        Memory at febef000 (32-bit, non-prefetchable) [size=4K]
        Expansion ROM at febd0000 [disabled] [size=64K]

00:12.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 06) (prog-if 00 [VGA])
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at f8000000 (32-bit, non-prefetchable) [size=64M]
        Expansion ROM at febf0000 [disabled] [size=64K]

00:13.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
        Subsystem: Ensoniq: Unknown device 1371
        Flags: bus master, slow devsel, latency 64, IRQ 18
        I/O ports at ef00 [size=64]
        Capabilities: [dc] Power Management version 1

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

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

* Re: 160gb disk showing up as 137gb
  2002-04-26 21:17 ` Randy.Dunlap
@ 2002-04-26 21:34   ` Mike Fedyk
  2002-04-26 23:35     ` Jeff V. Merkey
  2002-04-26 23:34   ` Jeff V. Merkey
  1 sibling, 1 reply; 7+ messages in thread
From: Mike Fedyk @ 2002-04-26 21:34 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Wakko Warner, linux-kernel

On Fri, Apr 26, 2002 at 02:17:53PM -0700, Randy.Dunlap wrote:
> On Fri, 26 Apr 2002, Wakko Warner wrote:
> 
> | Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
> | this might be the system board's ide chipset limitation so I put a scsi->ide
> | adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
> | reports when it finds the drive.  /proc/partitions shows this drive as:
> |    8     0  134217727 sda
> | /proc/scsi/scsi shows:
> | Attached devices:
> | Host: scsi0 Channel: 00 Id: 00 Lun: 00
> |   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
> |   Type:   Direct-Access                    ANSI SCSI revision: 02
> |
> | I tried kernel 2.4.14 and 2.4.18.  Any ideas?
> 
> Hi,
> 
> There was a thread on this 2-3 months back.
> IDE in 2.4 doesn't have a 48-bit block address interface IIRC,
> although Andre has some patches for this.
> This is necessary to go above 137 GB.

Wasn't some of that merged into one of the early 2.4.19-pre kernels?

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

* Re: 160gb disk showing up as 137gb
  2002-04-26 21:18 160gb disk showing up as 137gb Wakko Warner
  2002-04-26 21:17 ` Randy.Dunlap
@ 2002-04-26 21:43 ` Andre Hedrick
  1 sibling, 0 replies; 7+ messages in thread
From: Andre Hedrick @ 2002-04-26 21:43 UTC (permalink / raw)
  To: Wakko Warner; +Cc: linux-kernel


ERM,

Why is it showing up under SCSI ?

On Fri, 26 Apr 2002, Wakko Warner wrote:

> Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
> this might be the system board's ide chipset limitation so I put a scsi->ide
> adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
> reports when it finds the drive.  /proc/partitions shows this drive as:
>    8     0  134217727 sda
> /proc/scsi/scsi shows:
> Attached devices:
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
>   Type:   Direct-Access                    ANSI SCSI revision: 02
>      
> I tried kernel 2.4.14 and 2.4.18.  Any ideas?
> 
> lspci -v:
> 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
>         Flags: bus master, medium devsel, latency 32
> 
> 00:07.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] (rev
> 01)
>         Flags: bus master, medium devsel, latency 0
> 
> 00:07.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] (prog-if 80 [Master])
>         Flags: bus master, medium devsel, latency 32
>         I/O ports at ffa0 [size=16]
> 
> 00:10.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 05)        Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter
>         Flags: bus master, medium devsel, latency 64, IRQ 16
>         Memory at ffaff000 (32-bit, prefetchable) [size=4K]
>         I/O ports at ef80 [size=32]
>         Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
>         Expansion ROM at fe900000 [disabled] [size=1M]
>         Capabilities: [dc] Power Management version 1
> 
> 00:11.0 SCSI storage controller: Adaptec AIC-7881U
>         Flags: bus master, medium devsel, latency 64, IRQ 16
>         I/O ports at ec00 [disabled] [size=256]
>         Memory at febef000 (32-bit, non-prefetchable) [size=4K]
>         Expansion ROM at febd0000 [disabled] [size=64K]
> 
> 00:12.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 06) (prog-if 00 [VGA])
>         Flags: bus master, medium devsel, latency 64, IRQ 17
>         Memory at f8000000 (32-bit, non-prefetchable) [size=64M]
>         Expansion ROM at febf0000 [disabled] [size=64K]
> 
> 00:13.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
>         Subsystem: Ensoniq: Unknown device 1371
>         Flags: bus master, slow devsel, latency 64, IRQ 18
>         I/O ports at ef00 [size=64]
>         Capabilities: [dc] Power Management version 1
> 
> -- 
>  Lab tests show that use of micro$oft causes cancer in lab animals
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
> 

Andre Hedrick
LAD Storage Consulting Group


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

* Re: 160gb disk showing up as 137gb
  2002-04-26 23:34   ` Jeff V. Merkey
@ 2002-04-26 23:30     ` Wakko Warner
  0 siblings, 0 replies; 7+ messages in thread
From: Wakko Warner @ 2002-04-26 23:30 UTC (permalink / raw)
  To: Jeff V. Merkey; +Cc: Randy.Dunlap, linux-kernel

> If you are using a 3Ware adapter, you will need to upgrade 
> the firmware to enable 48 bit lba.  Ditto other RAID controllers.

It's not on a raid controller.  The machine has a PIIX3 ide controller and a
AHA-2940UW scsi controller.  Both exibit the same problem.

> > | Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
> > | this might be the system board's ide chipset limitation so I put a scsi->ide
> > | adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
> > | reports when it finds the drive.  /proc/partitions shows this drive as:
> > |    8     0  134217727 sda
> > | /proc/scsi/scsi shows:
> > | Attached devices:
> > | Host: scsi0 Channel: 00 Id: 00 Lun: 00
> > |   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
> > |   Type:   Direct-Access                    ANSI SCSI revision: 02
> > |
> > | I tried kernel 2.4.14 and 2.4.18.  Any ideas?
> > 
> > Hi,
> > 
> > There was a thread on this 2-3 months back.
> > IDE in 2.4 doesn't have a 48-bit block address interface IIRC,
> > although Andre has some patches for this.
> > This is necessary to go above 137 GB.
> > 
> > -- 
> > ~Randy
> > 
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

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

* Re: 160gb disk showing up as 137gb
  2002-04-26 21:17 ` Randy.Dunlap
  2002-04-26 21:34   ` Mike Fedyk
@ 2002-04-26 23:34   ` Jeff V. Merkey
  2002-04-26 23:30     ` Wakko Warner
  1 sibling, 1 reply; 7+ messages in thread
From: Jeff V. Merkey @ 2002-04-26 23:34 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Wakko Warner, linux-kernel


If you are using a 3Ware adapter, you will need to upgrade 
the firmware to enable 48 bit lba.  Ditto other RAID controllers.

Jeff


On Fri, Apr 26, 2002 at 02:17:53PM -0700, Randy.Dunlap wrote:
> On Fri, 26 Apr 2002, Wakko Warner wrote:
> 
> | Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
> | this might be the system board's ide chipset limitation so I put a scsi->ide
> | adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
> | reports when it finds the drive.  /proc/partitions shows this drive as:
> |    8     0  134217727 sda
> | /proc/scsi/scsi shows:
> | Attached devices:
> | Host: scsi0 Channel: 00 Id: 00 Lun: 00
> |   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
> |   Type:   Direct-Access                    ANSI SCSI revision: 02
> |
> | I tried kernel 2.4.14 and 2.4.18.  Any ideas?
> 
> Hi,
> 
> There was a thread on this 2-3 months back.
> IDE in 2.4 doesn't have a 48-bit block address interface IIRC,
> although Andre has some patches for this.
> This is necessary to go above 137 GB.
> 
> -- 
> ~Randy
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/

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

* Re: 160gb disk showing up as 137gb
  2002-04-26 21:34   ` Mike Fedyk
@ 2002-04-26 23:35     ` Jeff V. Merkey
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff V. Merkey @ 2002-04-26 23:35 UTC (permalink / raw)
  To: Randy.Dunlap, Wakko Warner, linux-kernel

On Fri, Apr 26, 2002 at 02:34:11PM -0700, Mike Fedyk wrote:
> On Fri, Apr 26, 2002 at 02:17:53PM -0700, Randy.Dunlap wrote:
> > On Fri, 26 Apr 2002, Wakko Warner wrote:
> > 
> > | Just bought a maxtor 160gb disk and it shows upt as a 137gb disk.  I thought
> > | this might be the system board's ide chipset limitation so I put a scsi->ide
> > | adapter on the drive.  Same situation occurs.  I'm looking at what the kernel
> > | reports when it finds the drive.  /proc/partitions shows this drive as:
> > |    8     0  134217727 sda
> > | /proc/scsi/scsi shows:
> > | Attached devices:
> > | Host: scsi0 Channel: 00 Id: 00 Lun: 00
> > |   Vendor: Maxtor 4 Model: G160J8           Rev: GAK8
> > |   Type:   Direct-Access                    ANSI SCSI revision: 02
> > |
> > | I tried kernel 2.4.14 and 2.4.18.  Any ideas?
> > 
> > Hi,
> > 
> > There was a thread on this 2-3 months back.
> > IDE in 2.4 doesn't have a 48-bit block address interface IIRC,
> > although Andre has some patches for this.
> > This is necessary to go above 137 GB.
> 
> Wasn't some of that merged into one of the early 2.4.19-pre kernels?
> -


True, but some cards will require a firmware upgrade.

Jeff

> To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/

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

end of thread, other threads:[~2002-04-26 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-26 21:18 160gb disk showing up as 137gb Wakko Warner
2002-04-26 21:17 ` Randy.Dunlap
2002-04-26 21:34   ` Mike Fedyk
2002-04-26 23:35     ` Jeff V. Merkey
2002-04-26 23:34   ` Jeff V. Merkey
2002-04-26 23:30     ` Wakko Warner
2002-04-26 21:43 ` Andre Hedrick

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

all inboxes | Powered by JetHome®