2icebitn
Banned
Do they work together? I also have a parallel port to SCSI adapter. Will that work with the 6300?
VCF West | Aug 01 - 02 2025, | CHM, Mountain View, CA |
VCF Midwest | Sep 13 - 14 2025, | Schaumburg, IL |
VCF Montreal | Jan 24 - 25, 2026, | RMC Saint Jean, Montreal, Canada |
VCF SoCal | Feb 14 - 15, 2026, | Hotel Fera, Orange CA |
VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
VCF Southeast | June, 2026 | Atlanta, GA |
It should--depending on the interface used. I've run Iomega Jaz drives off of an 8-bit SCSI adapter on a 6300. Worked just fine--even booted from the thing.
What does the Gotek have to do with SCSI?
As far as supporting 9GB drives go, it depends on the driver, so let's do some back-of-the envelope. SCSI drives are addressed as LBA only (CHS is a fabrication of the BIOS support). So let's see: 9GB is about 100000 (hex) and change sectors, or 25 bits. A 6-byte CDB read (08) can address 21 bits, so you'd have to issue, the 10-byte variety (28h), which handles 32-bit sector addresses. AFAIK, the T130B has no problem with 10-byte CDBs, so all you'd need in addition to the basic ASPI driver, is a suitable ASPI Disk driver to layer on it. You should be good to about 2TB there. As long as you put the boot partition in the first 1GB of the drive, you should be able to boot. FWIW, I have a 386 here with a 9GB HP drive running off a rather ancient Ultrastor 14N controller.
If you've ever written a DOS block device driver, the logical device layer using ASPI should be pretty simple to crank out in a few hours if you can't locate one.
See? Easy-peasy.
Very few of my PCs are floppy drive only, but if you don't mind the speed issue then sure.This is all meaningless anyway, as the gotek things are effectively a hard disk anyway.