From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 08:35:28 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC3FB106566C for ; Sat, 2 Oct 2010 08:35:28 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from werkwelt.de (post.werkwelt.de [91.194.85.74]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBDF8FC0C for ; Sat, 2 Oct 2010 08:35:28 +0000 (UTC) Received: from [193.158.169.206] (account kuku@kukulies.org HELO [192.168.2.102]) by werkwelt.de (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 7071434 for freebsd-questions@freebsd.org; Sat, 02 Oct 2010 10:35:26 +0200 Message-ID: <4CA6EECD.2000400@kukulies.org> Date: Sat, 02 Oct 2010 10:35:25 +0200 From: Christoph Kukulies User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4CA5DC68.6040507@kukulies.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 5.25" floppy drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 08:35:29 -0000 Thanks to all. Solved. It was a multiple cause issue: 1st: BIOS Setting was incorrect (had to enable 1.2MB 5.25 rather than 3.5 which was it set to - an oversight in the firts place, that occured to me). 2nd: Cable issue: I had a combined cable (3.5 " connector at the end and edge connector second but last. 3rd: in combination with 2nd: DS0 jumper issue. Anyway, I found a cable that had two edge connectors. In the end it turns out that the floppies that were lying in a drawer for 19 years, are producing read errors. I also learnt about fdcontrol. Floppy interface has changed significantly since Joerg Wunsch and Bruce Evans worked on them in the early FreeBSD days back in 1995 :) -- Christoph Am 01.10.2010 19:18, schrieb Warren Block: > On Fri, 1 Oct 2010, Christoph Kukulies wrote: > >> I'm in the need of reading some data from old 5.25" floppy media >> (1.2MB). >> I lent 2 drives from neighbour institutes at the university and after >> having recalled that the >> floppies have to be enabled in the BIOS I'm now seeing the fd0 device >> in dmesg (FreeBSD 8.0 RELEASE). >> >> I can do a dd if=/dev/fd0 of=/root/fd0.dmp >> >> The select light is lit, the head motor seems to get power but the >> spindle doesn't spin. > > Possibly a drive select issue. Some drives had jumpers or switches, > some cables have flipped-around wires so the connectors are specific > to one drive or another. If your cabling is straight-through with no > funny business at the connectors, set the drive to DS0. If the cable > has split out and flipped-over sections, DS1 should be set in the > jumpers --but then it depends on which connector is used. ...I think, > anyway, it's been a few years since I've had to use a 5.25. > >> I tried that with two TEAC drives to no avail. >> >> Any clues what I may have forgotten? The drive is connected with the >> edge connector and the end is open. >> Does it need to be terminated? > > None that I've seen. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"