i am having trouble using SCSI device on Linux.
In fact, i don't want that they can be detected until I use the following command :
echo "0 0 0" > /sys/class/scsi_host/hostX/scan
By detected i mean that there is no device in /sys/class/scsi_device other than my system drive (where my distro is). That also mean there is no new devices in /dev/sdX.
This work fine on two of my machines (ofc the dev one), but the other don't. The setup of the machine are exactly the same (checked history..). On BIOS, i didn't find any difference.
Any advise to give me with this?
Thanks you for reading!
EDIT: My computers are working on Debian 6.0 server Edition.