Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

programm to add a scsi device after starting

0 views
Skip to first unread message

Alfred Fuchs jr.

unread,
Jul 8, 1999, 3:00:00 AM7/8/99
to
Hi,

I know, that there is the possibility, to add an extern SCSI-device e.g.
Jaz-drive to a running NT4-Sytem,
if I go to the properties, Section Streamer, an click recognize (in German:
Systemsteuerung-Bandgeraete-Erkennen)
Then, the Jaz is added.
Does anybody know a program or a link to such a programm, which does the
same?

Regards

Alfred

Alfred Fuchs
D-76698 Ubstadt


br...@mwt.net

unread,
Jul 9, 1999, 3:00:00 AM7/9/99
to

Write a small program in C that calls DeviceIoControl with a control
code of IOCTL_SCSI_RESCAN_BUS and it should pick up any SCSI devices
that were added after powerup or last scan.


sjs

unread,
Jul 11, 1999, 3:00:00 AM7/11/99
to
I have
Vendor: QUANTUM Model: FIREBALL ST6.4S Rev: 0F0C

with
SCSI Adapter: Adaptec AHA-294X SCSI host adapter
(AIC-787x chipset)

this is a 50pin drive and giving me problems on
Red Hat Linux release 5.0 (Hurricane)
Kernel 2.0.31 on an i586

I want to replace the above named scsi card with mylex scsi card (which has
50 and 68 pin connector) and put the above existing hd (50 pin) and a new
one with 68pins (using two ribbons for the two connectors) and the OS as
above.

After doing this if possible, will I loose data from my existing 50pin hd?

I would appreciate greatly any responses to my question.

Thanks

Shakaib


Mark Brown

unread,
Jul 11, 1999, 3:00:00 AM7/11/99
to

Alfred Fuchs jr. <afuch...@okay.net> wrote in message
news:7m30p7$krq$1...@news01.btx.dtag.de...

> Hi,
>
> I know, that there is the possibility, to add an extern SCSI-device e.g.
> Jaz-drive to a running NT4-Sytem,
> if I go to the properties, Section Streamer, an click recognize (in
German:
> Systemsteuerung-Bandgeraete-Erkennen)
> Then, the Jaz is added.
> Does anybody know a program or a link to such a programm, which does the
> same?
>
> Regards
>
> Alfred
>
> Alfred Fuchs
> D-76698 Ubstadt

Simply try powering up the device, go to the view pull down menu and hit
refresh. This should work.

Mark

Olaf Groeger

unread,
Jul 12, 1999, 3:00:00 AM7/12/99
to
I have written such a program, but you (still) need ASPI:
(
http://members.tripod.de/Olaf_Groeger/

Olaf

--
EMail: Olaf.G...@gmx.de

Olaf Groeger

unread,
Jul 15, 1999, 3:00:00 AM7/15/99
to
>Write a small program in C that calls DeviceIoControl with a control
>code of IOCTL_SCSI_RESCAN_BUS and it should pick up any SCSI devices
>that were added after powerup or last scan.
>
Yes, this is easy, but how to get a drive letter. so far i know you must
mount this now unclaimed device with IOCTL_SCSI_FIND_NEW_DEVICES, but i get
always Access denied. Did you ever used IOCTL_SCSI_FIND_NEW_DEVICES ?

yours
Olaf

--
EMail: Olaf.G...@gmx.de

Eric Gisin

unread,
Jul 16, 1999, 3:00:00 AM7/16/99
to
The only thing a rescan will do is create kernel mode
\Device\Hardisk#\Partition# objects, which you can examine with winobj from
www.sysinternals.com. You then have to create the drive letter yourself with
DefineDosDevice.

Olaf Groeger wrote in message
<8E04D80C6Ola...@news.uni-stuttgart.de>...
:>Write a small program in C that calls DeviceIoControl with a control

:


Olaf Groeger

unread,
Jul 16, 1999, 3:00:00 AM7/16/99
to
Thank you, Eric

today i have the time to attempt.

Kevin

unread,
Jul 17, 1999, 3:00:00 AM7/17/99
to
Mark Brown wrote:

> Simply try powering up the device, go to the view pull down menu and hit
> refresh. This should work.

Where is "view pull down menu"?

Kevin


0 new messages