From owner-freebsd-hackers Mon Sep 15 00:22:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA07819 for hackers-outgoing; Mon, 15 Sep 1997 00:22:25 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA07814 for ; Mon, 15 Sep 1997 00:22:19 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA07500; Mon, 15 Sep 1997 16:52:09 +0930 (CST) Message-ID: <19970915165209.18022@lemis.com> Date: Mon, 15 Sep 1997 16:52:09 +0930 From: Greg Lehey To: Joerg Wunsch Cc: hackers@FreeBSD.ORG Subject: Re: Do *you* have problems with floppies? References: <19970914142654.GG28248@uriah.heep.sax.de> <199709142144.OAA22143@usr09.primenet.com> <19970915082959.QR50985@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <19970915082959.QR50985@uriah.heep.sax.de>; from J Wunsch on Mon, Sep 15, 1997 at 08:29:59AM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 15, 1997 at 08:29:59AM +0200, J Wunsch wrote: > As Terry Lambert wrote: > >> Actually... 0x42 READ TRACK does not check the sector number stored in >> the ID field. This could be a curse as well as a blessing; I don't >> know how it could deal with interleaved data. > > You apparently don't know much about this command at all. :-) Trust > me, i've been using it once (in CP/M), it's only useful as a debugging > tool, nothing else. I'm not too sure we're talking about the same command. It's been a while, but my recollection of READ TRACK was that it did just that: it started at the index pulse and returned everything that it could sync on until it got another index pulse, including gaps, flags, headers and all. I once used it for reading a floppy which had been written on a strange disk controller. All the gaps were filled with 1 bits instead of 0s (I can't remember exactly, it's been 18 years, but I seem to recall that the 1793 needed at least 6 bytes of 0 bits before a flag in order to be able to recognize it). It worked surprisingly well. Greg