From owner-freebsd-newbies@FreeBSD.ORG Thu Aug 21 09:57:13 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D73B16A4C1 for ; Thu, 21 Aug 2003 09:57:13 -0700 (PDT) Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F4743FEA for ; Thu, 21 Aug 2003 09:57:12 -0700 (PDT) (envelope-from kbsquared@cox.net) Received: from smtp.west.cox.net ([172.18.180.54]) by fed1mtao01.cox.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20030821165708.KJDK3983.fed1mtao01.cox.net@smtp.west.cox.net> for ; Thu, 21 Aug 2003 12:57:08 -0400 From: Kelly Brown To: freebsd-newbies@freebsd.org Date: Thu, 21 Aug 2003 12:57:12 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20030821165708.KJDK3983.fed1mtao01.cox.net@smtp.west.cox.net> Subject: Floppy Drive Not working in 5.1 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 16:57:14 -0000 Hello All: I just installed FreeBSD 5.1 as a fresh install and there is something weird going on with my floppy drive. The directory structure that was created looks like this... /dev/df/0 /dev/df/1 /dev/df/2 This is what is showing up in dmesg... fdc0: cmd 3 failed at out byte 1 of 3 fdc0: cannot reserve I/O port range 6 ports However this is not /dev/fdc0 file. If I try to mount /dev/df/0 this is what I get... mount /dev/fd/0 /floppy mount: /dev/fd/0: Block device required I've done searches on the web and can see that other people have had the same problem but I haven't seen a fix. Can anybody help me? Thanks! -kbsquared