1835210 Members
2029 Online
110077 Solutions
New Discussion

Re: Consecutive Lun's?

 
Declan McCann_2
Occasional Contributor

Consecutive Lun's?

Does Linux need to see consecutive lun's from lun 0?

Thanks
Declan
2 REPLIES 2
Bill Wood_3
Respected Contributor

Re: Consecutive Lun's?

No.

Edit /usr/src/linux-2.4/drivers/scsi/scsi_scan.c

Add your specific device info to the following structure:

static struct dev_info device_list[]

In the following format:

{"vendor", "model", "*", BLIST_SPARSELUN | BLIST_LARGELUN},

Rebuild.
Ragu_1
Regular Advisor

Re: Consecutive Lun's?

Nope. But the check is done anyway. Reading the docs inside /usr/src/linux/Documentation/scsi would help.
Share and share alike