USB card reader

Chris Kloiber ckloiber at redhat.com
Tue Nov 25 05:33:56 UTC 2003


On Tue, 2003-11-25 at 02:35, Taylor, ForrestX wrote:

> > Anyone know what's wrong?
> 
> You may have a problem like I did this weekend:
> 
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=110653
> 
> The Fedora/Red Hat kernels don't have multi-LUN support (basically one
> device with multiple disks).  You can manually add the LUNs in /proc:
> 
> echo "scsi-add-single-device 0 0 0 1" > /proc/scsi/scsi
> echo "scsi-add-single-device 0 0 0 2" > /proc/scsi/scsi
> echo "scsi-add-single-device 0 0 0 3" > /proc/scsi/scsi
> 
> See if that helps.
> 
> Forrest

In /etc/modules.conf:

options scsi_mod max_scsi_luns=<number_less_than_or_equal_to_128>

Then rebuild your initrd with:

# mkinitrd -f /boot/initrd-<kernel_version>.img <kernel_version>

Reboot, be happy with your new luns.

-- 
Chris Kloiber
Red Hat, Inc.





More information about the users mailing list