|
|
Question : How to add RAID Driver
|
|
I have a Ghost bootable floppy (PC DOS). It works fine on most systems, however it does not see RAID Array drives (IBM RAID Controller 7K).
So, I've downloaded from IBM side the IBM RAID Controller 7K DOS support diskette package (i.e. the DOS driver). This is the content of unzipped package:
Volume in drive A has no label. Volume Serial Number is 0B43-0FF7
Directory of a:\
06/27/2005 10:57 AM 47,602 IPSRASPI.SYS 06/27/2005 10:57 AM 41 CONFIG.SYS 09/30/1997 11:25 AM 16 RAID.BAT 06/27/2005 10:57 AM 28,390 aspcdrom.sys 06/27/2005 10:57 AM 16 autoexec.bat 06/27/2005 10:57 AM 54,654 command.com 06/27/2005 10:57 AM 2,282 ipsrdos.idp 06/27/2005 10:57 AM 259,012 ipssend.exe 06/27/2005 10:57 AM 2,442 more.com 06/27/2005 10:57 AM 21,180 mscdex.exe 06/27/2005 10:57 AM 10,672 setver.exe 06/27/2005 10:57 AM 68,339 uinstall.exe 12 File(s) 494,646 bytes 0 Dir(s) 881,664 bytes free
I assume I need several of these files for my RAID Array support from PC DOS environment.
How do I add this driver into my Ghost PC DOS floppy ?
|
Answer : How to add RAID Driver
|
|
Make this your Ghost CONFIG.SYS (the stuff between the lines)
------------------------------------------ DEVICE = usb\aspiehci.sys /int /all DEVICE=A:\IPSRASPI.SYS /F LASTDRIVE = Z ------------------------------------------
Don't touch your autoexec.bat
and copy the ipsraspi.sys file to your Ghost disc.
|
|
|
|
|