Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Fedora Core 2, scsi-add-single-device for multi LUN support fails
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
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.
Tittel: [Solved] Fedora Core 2, scsi-add-single-device for multi LUN support fails
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
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.