Re: Lots of SCSI-disks, how?!

Richard Gooch (Richard.Gooch@atnf.CSIRO.AU)
Wed, 22 Apr 1998 11:56:50 +1000


David Woodhouse writes:
>
> Richard.Gooch@atnf.CSIRO.AU said:
> > 16 SCSI discs is the limit because the Linux SCSI implementation
> > supports 16 partitions per disc. With 8 bit minor numbers, you can
> > only fit 16*16 (256) partitions and discs on a SCSI system.
>
> > One "solution" is to increase the minor number size, but that has
> > problems with C library compatibilities.
>
> I thought glibc supported 64 bit dev_t. The filesystems might have problems,
> though.

There's still plently of people using libc 5 (and for good
reasons!). I think there's even people using libc 4. If 2.3 were to
introduce a 64 bit dev_t, it would stuff these people up, I think.
While you could perhaps argue that libc 4 is so ancient that it
doesn't have to be supported with kernel 2.3, I don't think libc 5
compatibility should be broken yet.

Regards,

Richard....

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu