Try `mknod /dev/sda 8 0`
You can create the /dev files for all the scsi disks/partitions that way, using these major/minor numbers:
sda: 8 0
sda1: 8 1
sda2: 8 2
...
sdb: 8 16
sdb1: 8 17
sdb2: 8 18
...
sdc: 8 32
...
sdd: 8 48
...
and so on.
Levi
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:29:45 EDT