From owner-freebsd-questions Tue Oct 15 12:27:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6822C37B401 for ; Tue, 15 Oct 2002 12:27:08 -0700 (PDT) Received: from web14703.mail.yahoo.com (web14703.mail.yahoo.com [216.136.224.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 2207F43EA3 for ; Tue, 15 Oct 2002 12:27:08 -0700 (PDT) (envelope-from wayneclubin@yahoo.com) Message-ID: <20021015192707.60642.qmail@web14703.mail.yahoo.com> Received: from [64.131.161.101] by web14703.mail.yahoo.com via HTTP; Tue, 15 Oct 2002 12:27:07 PDT Date: Tue, 15 Oct 2002 12:27:07 -0700 (PDT) From: Wayne Lubin Subject: floppy problems To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I used to mount my msdos floppy with the command mount -t msdos /dev/fd0 /mnt/floppy but then after forgetting to umount it before shutting the system down one evening I now get the error message msdos: /dev/fd0: Device not configured dmesg lists only the following device that I think pertains to the floppy fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Furthurmore /dev does contain devices fd0 but does NOT contain fdc0. I even tried the following command mount -t msdos /dev/fd0.1440 /mnt/floppy and got the same error message msdos: /dev/fd0.1440: Device not configured and yes /dev/fd0.1440 does exist. Also I tried mount -t msdos /dev/fdc0 /mnt/floppy and get the error message msdos: /dev/fdc0: No such file or directory Should I just remake the fd0 driver? If so do I just first delete the current fd0 first and then do a MAKEDEV? Or do you think maybe that my floppy hardware is shot because I am no longer getting the fd0 driver listed during a dmesg printout. Thanks for your help. Wayne __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message