Skrevet av Emne: Fedora Core 2, scsi-add-single-device for multi LUN support fails  (Lest 2103 ganger)

ATC

  • Gjest
  • [applaud]0
  • [smite]0
  • 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.



    ATC

    • Gjest
    [Solved] Fedora Core 2, scsi-add-single-device for multi LUN support fails
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • 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.