From rb@gid.co.uk  Sun Oct 19 10:12:31 1997
Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA18996
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Oct 1997 10:08:13 -0700 (PDT)
          (envelope-from rb@gid.co.uk)
Received: from gid.co.uk (uucp@localhost)
          by isbalham.ist.co.uk (8.8.4/8.8.4) with UUCP
	  id RAA16071 for freebsd.org!FreeBSD-gnats-submit; Sun, 19 Oct 1997 17:33:55 +0100 (BST)
Message-Id: <2586.199710191621@seagoon.gid.co.uk>
Date: Sun, 19 Oct 1997 17:21:10 +0100
From: Bob Bishop <rb@gid.co.uk>
Reply-To: rb@gid.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: 360k floppy support is broken
X-Send-Pr-Version: 3.2

>Number:         4806
>Category:       kern
>Synopsis:       360k floppy support is broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 19 10:20:00 PDT 1997
>Closed-Date:    Sun Oct 19 19:53:37 MEST 1997
>Last-Modified:  Sun Oct 19 19:55:46 MEST 1997
>Originator:     Bob Bishop
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
GID ltd
>Environment:

	any

>Description:

	Device nodes for 360k floppy are installed, but
	attempts to use get eg:

	dd: /dev/rfd0.360: Device not configured

>How-To-Repeat:

	Try anything on /dev/rfd0.360

>Fix:
	
	Arguably just don't bother installing the device
	nodes; on the other hand, I have a desperate need to
	read a pile of 360k disks...

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Oct 19 19:53:37 MEST 1997 
State-Changed-Why:  

It seems to me like you're trying to use a 1.44 MB drive for 360 KB 
media?  Sorry, this has never been supported, and yields the error 
message you're quoting: 

uriah # mount -t msdos /dev/fd0.360 /mnt 
msdos: /dev/fd0.360: Device not configured 

360 KB on 1.2 MB drives works: 

uriah # mount -t msdos /dev/fd1.360 /mnt 
uriah # ls /mnt 
command.com*    ibmbio.com*     ibmdos.com*     sys/ 
uriah # umount /mnt 
>Unformatted:
