Installing FastDisk Drivers
The hard drive mfr drivers normally auto-install the required files for you in the c:\windows\system directory and Windows loads them via the [386Enh] section in SYSTEM.INI.
They replace the windows drivers.
For the seagate driver it would be :
; device=*wdctrl
; device=wdcdrv.386
device=*int13
device=seg32bit.386
32BitDiskAccess=on
Tip : You may want to verify that the old drivers are really REM'd out with "REM" or " ; " in the SYSTEM.INI file. If not, the error message "there are two devices for int13..." will display.
If the microsoft driver int13.386 (called with device=*int13 or device=int13.386) isn't included in the driver package and you get an error message, you should be able to use notepad to replace that line in the SYSTEM.INI file.
OnTrack Install
Use one of the mfr's FastDisk drivers mentioned above or get the self-extracting Ontrack Disk Manager 398k
(or the Zipfile version 383k) (enter "dm714.exe -d" at the command line to allow it to create it's subdirectories) and run the "Advanced hard drive Installation" option then choose "Install Ontracks 32-Bit disk access". The OnTrack Disk Manager can do nasty things to your existing drive if you aren't careful (read the README). I recommend getting just the driver auto-install ontrk386.exe and using it.
The Ontrack driver ontrackw.386 is copied to your windows\system directory. Windows loads the driver from the [386Enh] section in SYSTEM.INI :
device=*int13
device=ontrackw.386
; device=*wdctrl
;(Ontrack Fastdisk Replacement) device=wdcdrv.386
32BitDiskAccess=on
Potential OnTrack Problem
Another user has reported that Windows 3.1 will run fine with 32bda but when a DOSbox is requested (window or full-screen) the computer will reboot. When the "Use 32bda" box in >Control Panel>386enh>Virtual Memory> "Change" is unchecked and Windows is restarted the DOSbox executes without a reboot of the machine.
The OnTrack FastDisk driver has been installed here for more than 1 year now at DOS Ghost and is working as it should. I did notice that setting a temporary virtual memory swap file turns 32 bit hard drive access off and resetting back to a permanent virtual memory swap turns it back on again. This wasn't mentioned in any of the readme's.