Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpmcaa!patrick From: patrick@hpmcaa.mcm.hp.com (Patrick Hawke) Newsgroups: comp.sys.atari.st Subject: Re: How to format 360KB 3.5" disk on AT compat??? Message-ID: <760009@hpmcaa.mcm.hp.com> Date: 11 Jul 89 14:34:22 GMT References: <902@rex.cs.tulane.edu> Organization: HP McMinville Division Lines: 30 > I have an AT compatible with a 720KB 3.5" floppy as drive B and would >like to format diskettes for use on an Atari 520 ST with a 360KB 3.5" floppy. >The ST's drive is SS/DD while the AT's drive is DS/DD. MS-DOS v3.30 does >not allow me to format a 3.5" disk single-sided. Is there a PD format >that would allow me to format a single-sided disk? If not, can someone >supply me with the correct parameters for formatting the disk single-sided >so that I can attempt to modify an 800K format program (800KFMAT) to do the >trick. > Has any ST user accomplished this on any IBM compatible??? > >Dzung Hoang >hoang@comus.cs.tulane.edu >tulane!comus!hoang >---------- Dzung, Look up the DRIVER.SYS in your DOS manual. This will allow you to create a Logical drive as a single sided drive. A format of that logical drive will create a single sided 360KB 3.5" disc. Put something like this in your CONFIG.SYS file on your PC. DEVICE=DRIVER.SYS /D:1 /H:1 The other parameter defaults should be OK. The /D: is the drive starting with 0 (1 = 2nd drive {B}). The /H: is how many heads, thus 1 for 1. This will create the next logical drive available on your system. If you have a hard disk it will probably be drive D: if not drive C:. Good Luck, PjH patrick@hpmcaa.hp.com