LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Trying to use SATA drive as a block device on a Promise 378 controller. (https://www.linuxquestions.org/questions/linux-hardware-18/trying-to-use-sata-drive-as-a-block-device-on-a-promise-378-controller-443259/)

MikeVx 06-01-2006 09:10 PM

Well, I found a solution.

While poking around various places on the net, I saw mention of the mknod command, I remembered having to use this in the early days of USB support, so I examined the content of /dev, noted the sequences of numbers on the scsi devices, and did the following:

cd /dev
mknod sda b 8 0
mknod sda1 b 8 1


The drive became reachable immediatlely. For some reason, the nodes for sda, sda1, sdb, and sdb1 all went missing. I will be installing the second drive now that I know what needs doing.

I am putting this here in case anyone else gets bit by this irritating little problem.


All times are GMT -5. The time now is 10:40 PM.