* Big-ish SCSI disks
@ 2001-05-25 0:05 Greg Johnson
2001-05-25 4:29 ` Scott Murray
2001-05-25 16:44 ` Joel Jaeggli
0 siblings, 2 replies; 6+ messages in thread
From: Greg Johnson @ 2001-05-25 0:05 UTC (permalink / raw)
To: linux-kernel
Hi kernel poeple,
Can anyone out there say for certain that 76GB SCSI disks should
just work with kernel versions 2.2 and/or 2.4? We need to get some
big disk space and have heard reports of problems with disks
bigger than 30GB under linux.
Thanks.
Greg.
--
+------------------------------------------------------+
| Do you want to know more? www.geocities.com/worfsom/ |
| ..ooOO Greg Johnson OOoo.. |
| HW/SW Engineer gjohnson@research.canon.com.au |
| Canon Information Systems Research Australia (CISRA) |
| 1 Thomas Holt Dr., North Ryde, NSW, 2113, Australia |
| "I FLEXed my BISON and it went YACC!" - me. |
+------------------------------------------------------+
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Big-ish SCSI disks
2001-05-25 0:05 Big-ish SCSI disks Greg Johnson
@ 2001-05-25 4:29 ` Scott Murray
2001-05-25 6:22 ` Greg Johnson
2001-05-25 16:44 ` Joel Jaeggli
1 sibling, 1 reply; 6+ messages in thread
From: Scott Murray @ 2001-05-25 4:29 UTC (permalink / raw)
To: Greg Johnson; +Cc: linux-kernel
On Fri, 25 May 2001, Greg Johnson wrote:
> Hi kernel poeple,
>
> Can anyone out there say for certain that 76GB SCSI disks should
> just work with kernel versions 2.2 and/or 2.4? We need to get some
> big disk space and have heard reports of problems with disks
> bigger than 30GB under linux.
I set up a machine at work a few months ago with two Seagate 73GB
Ultra160 drives (model ST173404LW) using the Adaptec AIC-7899 adapter
on board a ServerWorks LE chipset based motherboard. Everything has
been working fine using the stock RedHat 7.0 2.2.16-22smp kernel. I
also played with some 2.4.1-ac kernels to try out ReiserFS, and also
had no problems using the disks.
Scott
--
=============================================================================
Scott Murray email: scott@spiteful.org
http://www.spiteful.org (coming soon) ICQ: 10602428
-----------------------------------------------------------------------------
"Good, bad ... I'm the guy with the gun." - Ash, "Army of Darkness"
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Big-ish SCSI disks
2001-05-25 4:29 ` Scott Murray
@ 2001-05-25 6:22 ` Greg Johnson
2001-05-25 9:59 ` Rico Tudor
2001-05-25 14:17 ` Mark Frazer
0 siblings, 2 replies; 6+ messages in thread
From: Greg Johnson @ 2001-05-25 6:22 UTC (permalink / raw)
To: Scott Murray; +Cc: linux-kernel
Thanks. Interesting that you mention the Severworks LE chipset. We
have 2 identical machines with the intel STL MOBO wich uses
the Severworks LE. They are both dual PIII 1GHz 1GB mem and ultra
160 drives. I have had nothing but trouble getting RedHat 7.1 beta-1,
7.1 beta-2 and 7.1 release. The OS tended to install ok
but on beta1, only the up kernel would boot. On beta-2 and release
both up and smp kernels would boot. On neither of the systems
have I managed to build a kernel up or smp, new or same version
as was installed. When I tried to boot the kernel I had built,
the scsi driver would fail to load. This also happen on the Redhat
installed smp kernel in beta-1 and on any of the redhat installed
kernels in either of beta-2 or release when I tried to use disk
striping.
Have you experienced any issues like this?
Have you successfuly built a kernel that booted on these machines?
Regards
Greg.
Quoth Scott Murray:
>
> On Fri, 25 May 2001, Greg Johnson wrote:
>
> > Hi kernel poeple,
> >
> > Can anyone out there say for certain that 76GB SCSI disks should
> > just work with kernel versions 2.2 and/or 2.4? We need to get some
> > big disk space and have heard reports of problems with disks
> > bigger than 30GB under linux.
>
> I set up a machine at work a few months ago with two Seagate 73GB
> Ultra160 drives (model ST173404LW) using the Adaptec AIC-7899 adapter
> on board a ServerWorks LE chipset based motherboard. Everything has
> been working fine using the stock RedHat 7.0 2.2.16-22smp kernel. I
> also played with some 2.4.1-ac kernels to try out ReiserFS, and also
> had no problems using the disks.
>
> Scott
>
>
> --
> =============================================================================
> Scott Murray email: scott@spiteful.org
> http://www.spiteful.org (coming soon) ICQ: 10602428
> -----------------------------------------------------------------------------
> "Good, bad ... I'm the guy with the gun." - Ash, "Army of Darkness"
>
--
+------------------------------------------------------+
| Do you want to know more? www.geocities.com/worfsom/ |
| ..ooOO Greg Johnson OOoo.. |
| HW/SW Engineer gjohnson@research.canon.com.au |
| Canon Information Systems Research Australia (CISRA) |
| 1 Thomas Holt Dr., North Ryde, NSW, 2113, Australia |
| "I FLEXed my BISON and it went YACC!" - me. |
+------------------------------------------------------+
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Big-ish SCSI disks
2001-05-25 6:22 ` Greg Johnson
@ 2001-05-25 9:59 ` Rico Tudor
2001-05-25 14:17 ` Mark Frazer
1 sibling, 0 replies; 6+ messages in thread
From: Rico Tudor @ 2001-05-25 9:59 UTC (permalink / raw)
To: Greg Johnson; +Cc: linux-kernel
I'm running stock 2.4.4 on five PCs with these features: ServerWorks
III HE, 2x 933MHz, 4GB RAM, dual-channel sym53c896 (FAST-40 WIDE) SCSI
controller. One PC has the new 181GB Seagate SCSI drive; another uses a
3ware RAID controller with 4x 40GB IDE (looks like a 160GB SCSI drive).
All is fine with slackware-current.
You might play with "nosmp" and "noapic" kernel params. When building a
kernel, disable everything including SCSI: work your way up from IDE or
floppy root. SMP failed on our systems until I dumped the slocket-based
CPUs for Slot 1. (Still a mystery, that.)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Big-ish SCSI disks
2001-05-25 6:22 ` Greg Johnson
2001-05-25 9:59 ` Rico Tudor
@ 2001-05-25 14:17 ` Mark Frazer
1 sibling, 0 replies; 6+ messages in thread
From: Mark Frazer @ 2001-05-25 14:17 UTC (permalink / raw)
To: linux-kernel
Greg Johnson <gjohnson@research.canon.com.au> [01/05/25 08:51]:
> Have you experienced any issues like this?
> Have you successfuly built a kernel that booted on these machines?
I'm also a user of the machine Scott mentioned. We're booting it off
of a smaller scsi disk, not the 76G disks.
The disks are partitioned as
[mjfrazer@pyle mjfrazer]$ cat /proc/partitions
major minor #blocks name rio rmerge rsect ruse wio wmerge wsect wuse running use aveq
8 0 8969493 sda 381817 450620 6656780 2095010 544380 197071 5968764 25617960 0 3648250 27741440
8 1 40131 sda1 68 382 900 680 58 23 164 5210 0 5780 5890
8 2 1 sda2 1 0 2 0 0 0 0 0 0 0 0
8 5 6835626 sda5 378536 446124 6597282 2077550 543908 194587 5945600 25601060 0 3635020 27707080
8 6 2088418 sda6 3211 4114 58594 16790 414 2461 23000 11750 0 17190 28540
8 16 71687369 sdb 5644131 6544183 97506292 29459090 4734971 25903242 245412336 901326350 0 38801430 931623210
8 17 71681998 sdb1 5644130 6544183 97506290 29459520 4734971 25903242 245412336 901326750 0 38801290 931623950
8 32 71687369 sdc 5647535 6545287 97542738 29398000 4707634 25931186 245412336 931729050 0 39181580 962005610
8 33 71681998 sdc1 5647534 6545287 97542736 29398380 4707634 25931186 245412336 931729530 0 39181540 962005420
9 0 71681920 md0 0 0 0 0 0 0 0 0 0 0 0
[mjfrazer@pyle mjfrazer]$
-mark
> Quoth Scott Murray:
> >
> > I set up a machine at work a few months ago with two Seagate 73GB
> > Ultra160 drives (model ST173404LW) using the Adaptec AIC-7899 adapter
> > on board a ServerWorks LE chipset based motherboard. Everything has
> > been working fine using the stock RedHat 7.0 2.2.16-22smp kernel. I
> > also played with some 2.4.1-ac kernels to try out ReiserFS, and also
> > had no problems using the disks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Big-ish SCSI disks
2001-05-25 0:05 Big-ish SCSI disks Greg Johnson
2001-05-25 4:29 ` Scott Murray
@ 2001-05-25 16:44 ` Joel Jaeggli
1 sibling, 0 replies; 6+ messages in thread
From: Joel Jaeggli @ 2001-05-25 16:44 UTC (permalink / raw)
To: Greg Johnson; +Cc: linux-kernel
75GB 80GB 180GB all work fine...
your issues are:
location of kernel, below 8GB until you have the chance to turn on lba32
in your lilo.conf...
2GB filesize limit bites people who use large disks more often (well at
least in my app), use reiserfs.
joelja
On Fri, 25 May 2001, Greg Johnson wrote:
> Hi kernel poeple,
>
> Can anyone out there say for certain that 76GB SCSI disks should
> just work with kernel versions 2.2 and/or 2.4? We need to get some
> big disk space and have heard reports of problems with disks
> bigger than 30GB under linux.
>
> Thanks.
>
> Greg.
>
>
--
--------------------------------------------------------------------------
Joel Jaeggli joelja@darkwing.uoregon.edu
Academic User Services consult@gladstone.uoregon.edu
PGP Key Fingerprint: 1DE9 8FCA 51FB 4195 B42A 9C32 A30D 121E
--------------------------------------------------------------------------
It is clear that the arm of criticism cannot replace the criticism of
arms. Karl Marx -- Introduction to the critique of Hegel's Philosophy of
the right, 1843.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-05-25 16:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-25 0:05 Big-ish SCSI disks Greg Johnson
2001-05-25 4:29 ` Scott Murray
2001-05-25 6:22 ` Greg Johnson
2001-05-25 9:59 ` Rico Tudor
2001-05-25 14:17 ` Mark Frazer
2001-05-25 16:44 ` Joel Jaeggli
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®