Welcome, Guest. Please login or register.

Author Topic: Zip 100 IDE problems  (Read 2405 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Zip 100 IDE problems
« on: April 06, 2006, 12:46:02 PM »
Quote
and CD6 for the IDE ZIp drive.
These DOS drivers are what IDE`99 used.


You cannot use a CD driver for a ZIP drive. See Aminet for example ZIP mountlists. Use only Device and Unit from the CD driver.

Bye,
Thomas


Offline Thomas

Re: Zip 100 IDE problems
« Reply #1 on: April 06, 2006, 01:16:58 PM »

A DosDriver is just a text file. Load it into a text editor and look what is inside.

If it names AllegroCDFS or anything else with "CDFS" in its name as file system, then it is meant for a CD drive. Find one with "Filesystem = FastFileSystem" or "FileSystem = FAT95" or similar for your ZIP drive.

Then look for Device and Unit entries. These should be Device = scsi.device and Unit =

0 -> first master
1 -> first slave
2 -> second master
3 -> second slave

Bye,
Thomas

Offline Thomas

Re: Zip 100 IDE problems
« Reply #2 on: April 06, 2006, 02:35:21 PM »

Check the DosDriver again, if there is an entry for MaxTransfer, change it to 0xfe00. If there is none, add one reading MaxTransfer = 0xfe00.

Also check if there is an entry for stack. If there is one, increase it (double its value). If there is none, add one reading Stack = 8192.

Bye,
Thomas