VOGONS


First post, by rjbrown99

User metadata
Rank Newbie
Rank
Newbie

Question that someone here might be able to help with.

I have a very old 486 with an AMIBIOS from 1991. ISA only, no onboard controllers of any kind - no IDE, no serial, nothing. All requires external cards. I have an Adaptec 1540CP, BIOS C7AA/1.03. Using it with a SCSI2SD v6 card with firmware 6.3.1, 64GB SD card.

I'm partitioning that in SCSI2SD as follows (with no termination on SCSI2SD):

ID0 = 7.8GB hard drive
ID1 = 7.8GB hard drive
ID2 = 7.8GB hard drive
ID3 = 7.8GB hard drive
ID4 = 7.8GB hard drive
ID5 = 7.8GB hard drive
ID6 = Plextor CD-ROM physical drive (not terminated)
ID7 = Adaptec SCSI card (Host Adapter SCSI Termination = Automatic)

It's cabled from Adaptec card -> SCSI2SD -> CDROM. Both are internal devices on the same IDC50 pin cable. No additional devices are cabled externally.

My issue is that the Adaptec card only ever detects the first two hard drives but it does detect the CDROM. Even if I scope SCSI2SD back to just 3 drives, it still only picks up the first two. There is a curious setting on the Adaptec card's BIOS: "BIOS Support for More Than 2 Drives", and I have that "Enabled".

My question is this: does the motherboard BIOS have to support more than 2 drives for this to work? Or should I expect that the Adaptec card should be able to see up to 6 drives at 8GB each per the size limits of the card?

Last edited by rjbrown99 on 2020-06-08, 23:15. Edited 1 time in total.

Reply 1 of 11, by Disruptor

User metadata
Rank Oldbie
Rank
Oldbie

I guess you will get access to the additional drives after installing the ASPI driver and ASPIDISK.SYS driver.

This issue is independend from mainboard bios.

That old Adaptec BIOS will just install drives 80h and 81h and the controller does not care about other drives.

Please install ASPIDISK.SYS and check whether the option in controller's BIOS has an effect.

Reply 2 of 11, by rjbrown99

User metadata
Rank Newbie
Rank
Newbie

That is a good point, I haven't tried to load any ASPI drivers yet - was figuring I should see each drive show up during detection by the Adaptec card. I'll load an OS and see what happens. Thank you, that's helpful.

Does SCSI have an order for cabling? Assuming unique SCSI IDs, does it matter that it goes

Controller (ID7) -> SCSI2SD (IDs 0-5) -> CDROM (ID6)

Would it be better to reconfigure to have the SCSI drives as IDs 6 through 1 and make the CDROM ID0 at the end of the chain? Been reading SCSI docs and none are addressing cable order.

Reply 3 of 11, by Horun

User metadata
Rank l33t++
Rank
l33t++

No the BOOT drive should be ID0 and CDrom last ID. YesThe motherboard BIOS has nothing to do with the Adaptec BIOS.
The Adaptec should see all the drives, but you are limited to only the first two being bootable or seen from DOS with 154x card until you load the ASPI driver. Also whatever drive is on the end of the cable MUST be terminated (if cdrom then terminate the CDROM).

Last edited by Horun on 2020-06-08, 23:21. Edited 1 time in total.

Hate posting a reply and then have to edit it because it made no sense 😁 First computer was an IBM 3270 workstation with CGA monitor. Stuff: https://archive.org/details/@horun

Reply 4 of 11, by Horun

User metadata
Rank l33t++
Rank
l33t++

oops.........you should load Aspi4dos.sys and then Aspidisk.sys in config.sys.
From Adaptec: "Note: The ASPIDISK.SYS driver must be loaded after the ASPI4DOS.SYS or ASPIEDOS.SYS drivers for proper operation. "

Last edited by Horun on 2020-06-08, 23:31. Edited 1 time in total.

Hate posting a reply and then have to edit it because it made no sense 😁 First computer was an IBM 3270 workstation with CGA monitor. Stuff: https://archive.org/details/@horun

Reply 6 of 11, by darry

User metadata
Rank l33t++
Rank
l33t++
jakethompson1 wrote on 2020-06-08, 23:25:

What OS are you going to run on the thing? Remember that with FAT16 you will need 20 partitions to use all that space...

More like 26, including the optical drive and floppy drive (hope you have only one) and 6x4x2GB partitions .

Running a FAT32 capable version of MS-DOS (7.1 or higher) or FreeDOS seems like a good idea indeed .

Reply 7 of 11, by rjbrown99

User metadata
Rank Newbie
Rank
Newbie

First of all, thank you for the replies - it was helpful.

The termination was a big win, SCSI2SD functions properly now - but still limited to 2 drives. The detection process for the Adaptec card shows only 2 upon boot. I confirmed in SCSI2SD that it has a total of 6 devices configured and enabled @ 7.8GB each. I'm also not trying to get the full 64GB, just 6 hard drives of 8GB each.

I'm testing with Windows 95, OSR2 C edition. Last published ASPI drivers for Win95, 4.60. I also tried booting to DOS with the DOS ASPI drivers loaded via config.sys and autoexec.bat with the same result.

So just to confirm with someone else who might have more than 2 SCSI HDDs working, you only ever expect to see 2 drives in the initial power-on BIOS test that the Adaptec card runs? Trying to determine if I need to focus troubleshooting there or in Windows/driver-land. Thanks again all.

Reply 8 of 11, by Horun

User metadata
Rank l33t++
Rank
l33t++

I cannot duplicate your exact setup but have had 4 or more scsi HD on 1542 and 2940 and other adaptec cards and they all show during boot. Think the difference is that they were real HD's and SCSI2SD creates virtual HD's off one "hd". I know that is not any help but think some of the modern work arounds are just that and not the cure for using the real things. Did the documentation with the SCSI2SD state you could create 6 HD's off one SC and have them workunder DOS or Win9x ? sorry did not look into it since I do not know your exact make/model of a adapter...

Hate posting a reply and then have to edit it because it made no sense 😁 First computer was an IBM 3270 workstation with CGA monitor. Stuff: https://archive.org/details/@horun

Reply 9 of 11, by luckybob

User metadata
Rank l33t
Rank
l33t

If I recall correctly, the 1540 should support drives up to the 137GB mark. Provided you are using the latest firmware. Why you are making different hardware logical drives confuses me.

The 2 drive limit is likely a LUN limitation. ( https://en.wikipedia.org/wiki/Logical_unit_number )

Do yourself a favor and just make the SD card one large drive. THEN you can partition it in dos/windows more to your liking. If I know the scsi2sd device correctly that will allow you to drop that sd card into a new machine easier as well.

It is a mistake to think you can solve any major problems just with potatoes.

Reply 10 of 11, by rjbrown99

User metadata
Rank Newbie
Rank
Newbie

Thank you all again for the suggestions - I figured it out.

The SCSI2SD has two power connections, one to the PSU in the computer and a second to a micro-USB connection to a secondary PC (for configuration). When you change the config, the new settings don't "take" until the device is powered off. Just powering off the SCSI computer isn't enough, you *also* have to disconnect the USB cable from the second computer you used to program it. That will cause the card to be fully powered off and re-read your new config.

In my case what that meant is my initial config had 2 drives, but the new config with the 6 drives was being saved to SCSI2SD but not re-read. By accident I pulled the USB cable and re-inserted it and BOOM it came right up with my drives. One other note, all of the drives are seen upon the very first initialization of the SCSI bios when you can hit CTRL-A. If you don't see the drives there, Windows or DOS won't see them either.

And my SCSI card is limited to 8GB per drive so that's what I used (confirmed by the Adaptec documentation). I tried to make a large drive over 8GB but it didn't work.

Thanks everyone, hope this tip helps someone else down the road.

Reply 11 of 11, by Caluser2000

User metadata
Rank l33t
Rank
l33t

Excellent. Well done.

There's a glitch in the matrix.
A founding member of the 286 appreciation society.
Apparently 32-bit is dead and nobody likes P4s.
Of course, as always, I'm open to correction...😉