PDA

View Full Version : Can not find SCSI hard disk?



jdan
02-02-2006, 10:43 PM
Hey,guys, could you help me to solve scsi disk detection problems:

I am using the Knoppix CD(version3.6) to boot my server, Dell PowerEdge 2300(very old), after I get in the GUI environment, I can not find scsi diskdrivers.

( I have installed Debian on this machine already, and I can use the scsi disks.)

1. under the /dev directory, I found : sda, sdb, sdc, sdd, sde, sdf, sdg , that is crazying!! because I dont have these
many scsi disks.

the correct thing should be sda and sdb.

2. under the /proc, there is nothing in the "partitions" file....

3. so I think I need load some scsi modules.
modprobe dm-mod
modprobe megaraid_mm
modprobe megaraid_mbox

but I always get the same error message: can not locate module......


Could someone help me? very appreciate that..........

UnderScore
02-02-2006, 11:03 PM
are there scsi modules available to load?
command: find /lib/modules -iname '*raid*'

jdan
02-02-2006, 11:58 PM
yes, I can find some raid module under the lib\module\

these are : raid0,1,5 ; accraid; megaraid(2)

but I can not load them.

jdan
02-03-2006, 12:36 AM
Solved part of the problem,
I download a new version of KNOPPIX( 4.0), then all the modules could be loaded.

however, i still can't use the cfdisk,
cfdisk /dev/sda

I got "FATAL error: can not open disk drive"

UnderScore
02-03-2006, 01:37 AM
It must be done as root or with root authority. Command:
sudo cfdisk /dev/sda
See http://www.knoppix.net/forum/viewtopic.php?t=11500 for explanation.

timotten
02-03-2006, 02:19 AM
It appears that newer versions of the MegaRAID driver dropped support for PERC2. jdan and I have been trying to figure out how to get a working version of the old MegaRAID driver on a boot CD.

It doesn't have to be Knoppix. The main concern is that we can (1) access the MegaRAID devices and (2) run rsync over ssh (or maybe tar over ssh).

nad
03-04-2006, 06:05 PM
Ubuntu (I don't remember which release) picked up an old perc2/dc without issues.

I did have to manually insmod the megaraid driver in a debian install for hardware support.

Building the legacy megaraid driver is a pain as the makefile uses the old build format.