Leonid Podolny <[EMAIL PROTECTED]> writes: > I'm trying to find out how is it possible to access more than 128 > SCSI disks on a reasonably recent linux box.
Try passing max_luns=256 (or greater) to the kernel? E.g. put options scsi_mod max_luns=256 in /etc/modules.conf. Not that I *know* that this is your problem - just something to check. -- Oleg Goldshmidt | [EMAIL PROTECTED] | http://www.goldshmidt.org ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
