On Sat, 2004-06-05 at 13:45 -0500, Andrew Robinson wrote: > Cesar Cardoso wrote: > > The modules.conf line should be > > > > options scsi_mod max_scsi_luns=8 > > > > > > On Fri, 04 Jun 2004 20:04:12 -0500, Andrew Robinson <awrobinson@xxxxxxx> wrote: > > > >>modules.conf: > >> > >>add options scsi_mod max_scsi_luns=8 > >> > > According to the modules.conf man page, "add options ..." and "options > ..." are equivalent. In any case, I tried both and got the same results. The name of the option was changed from max_scsi_luns in the 2.4 kernel to simply max_luns in the 2.6 kernel. And the options line has to be in the /etc/modprobe.conf file. So in short: Try adding this line to your /etc/modprobe.conf file: options scsi_mod max_luns=8 -- Mads Villadsen <maxx@xxxxxxxxx>