Ano-Tech Computers
Enter keyword:

Fedora Core 2, scsi-add-single-device for multi LUN support fails
Problem:
In Redhat Linux you could add LUN devices like this: echo "scsi-add-single-device 1 2 3 4" > /proc/scsi/scsi (meaning controller scsi1, channel 2, id 3, lun 4) In Fedora Core 2 (and possibly Core 1?) this no longer works.
 
Solution:
Some genius decided to silently change the syntax to:
echo "scsi add-single-device 1 2 3 4" > /proc/scsi/scsi

Notice that the "-" after "scsi" is gone... This little bastard ruined my weekend.

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles