From owner-freebsd-hardware Fri Feb 7 10:38:31 2003 Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55CD37B401; Fri, 7 Feb 2003 10:38:29 -0800 (PST) Received: from ntl.com (pc1-glfd2-4-cust59.glfd.cable.ntl.com [81.99.187.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFBD43FCB; Fri, 7 Feb 2003 10:38:22 -0800 (PST) (envelope-from william@palfreman.com) Received: from aqua.lan.palfreman.com (localhost [127.0.0.1]) by ntl.com (8.12.3/8.12.3) with ESMTP id h17Ieam8098528; Fri, 7 Feb 2003 18:40:36 GMT (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by aqua.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id h17IeWMI098525; Fri, 7 Feb 2003 18:40:36 GMT X-Authentication-Warning: aqua.lan.palfreman.com: william owned process doing -bs Date: Fri, 7 Feb 2003 18:40:24 +0000 (GMT) From: William Palfreman To: northern snowfall Cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: 5.25" Floppy In-Reply-To: <3E436DBE.3020200@ameritech.net> Message-ID: <20030207180944.F283@ndhn.yna.cnyserzna.pbz> References: <3E436DBE.3020200@ameritech.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 7 Feb 2003, northern snowfall wrote: > Morning, all; > I'm trying to get a Mitsumi D509V3 1.2MB 5.25" floppy drive > to work on FreeBSD 4.2.6. Cool. My father still has a 5.25" drive in production use - he has large numbers of 5.25 disks containing old work, and maybe once a year needs something off one of them. Works fine on his W2k box. > The operating system reports the drive > is available and definitely makes contact with the drive (visual > confirmation: LED). The issue is during read/write from the > drive. Error message: > fd0c: hard error reading fsbn 0 (No status) > I have the proper drive type set in the BIOS. FreeBSD seems to > agree according to the dmesg: > fd0: <1200-KB 5.25" drive> on fdc0 drive 0 > I've been doing simple read tests using: > dd if=/dev/fd0 count=1 bs=512 | hexdump ; > Any suggestions? Drive might be broken, disk might be broken, disk might not be formated, and finally make sure you know what kind of 5.25 both the drive and the disk are. 8088/86 machines stated off with single sided 8 sector one @160k, then double sided 8 sector (320k), then single sided 9 sector (180k), then double sided 9 sector (360k). That was the standard. AT machines (i.e. 286s and later 386s & 486s) used 1.2Mb 5.25" disks. These AT drives could read 360k PC disks (PC = 8086/88, BTW) but if you wrote to one there was a very good chance it would never be readable by a PC again, because the 1.2Mb AT drive had a read/write head 1/3 of the size of the 360Kb PC drive, and often the mark it left was too small to be read by larger PC heads. For that reason I always treated 360k disks as read-only media on 1.2Mb drives. As other people have said, /dev/fd0.1200 and /dev/fd0.360 look like you friends here. Personally I don't bother compiling fd stuff into the kernel any more. - -- W. Palfreman. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Q/2glEOQDkvPqLYRAnTrAJ9JanG+OL6DXNuUKs9mcAJt/zvaMgCeOgsB W5hprQHP/oeOpwE0U7NKY4I= =QjNO -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message