From owner-freebsd-questions Sun Sep 27 19:24:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06788 for freebsd-questions-outgoing; Sun, 27 Sep 1998 19:24:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06707 for ; Sun, 27 Sep 1998 19:23:31 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id TAA21815; Sun, 27 Sep 1998 19:23:18 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id TAA13888; Sun, 27 Sep 1998 19:23:06 -0700 (PDT) From: Gary Kline Message-Id: <199809280223.TAA13888@tao.thought.org> Subject: Re: FreeBSD 2.2.5 Q&A floppies In-Reply-To: <19980927.7062500@tsoft.com> from "cgrimes@tsoft.com" at "Sep 27, 98 07:06:25 am" To: cgrimes@tsoft.com Date: Sun, 27 Sep 1998 19:23:06 -0700 (PDT) Cc: questions@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to cgrimes@tsoft.com: > > Hey Kline@Tao, > > This may sound extremely stupid, but I can not get my floppy drive > recognized, read, accessed, or mounted in 2.2.5. It doesn't show up on > the boot device list (fd0 ?). When I try to manually mount it by > typing "mount /dev/fd0 /A /mnt" I get the message, "fd0 device > not configured" I tried MAKEDEV fd0, fd0a, fd1.1440, and so forth, and > get other error messages. > > What I want to do is have a working 3.5" drive so I can pull in old > DOS, Win95 text files. > > So, what's up? Does this mean I have to add fd0 to the kernel and > re-compile the kernel? If this is the case, then guys, I gotta say, I > hope you put a fd0 (3.5" 1440) into the default kernel in whatever is > the current version of FreeBSD. BTW, I've been over the 2.2.5 manual > many times on this issue and still don't understand what's wrong. > > Any help would be appreciated--like a check list to figure out where > the problem is. > I'm cc'ing the -questions list, where this kind of query properly belongs. The people on -questions have prob'ly seen this one myriad times before. Also where you are likely to get help much more quickly than through me. There is no such thing as a stupid question, as far as I'm concerned; the stupid thing is not to ask help if you are stumped. That said, the following questions come to mind: Have you checked the device directory to see if fd0... exist? Type: % cd /dev % ls -l fd0* to see. The floppy devices should be there; and yes, of course they are in the kernel. Type % dmesg | more to check your system configuration. Assuming the /dev/fd0 and others are missing, you can make the with the MAKEDEV script. You've got to be root and specify MAKEDEV specifically since /dev isn't in root's exec $path. So try : # cd /dev # ./MAKEDEV fd0 And let us know what happens... enjoy! gary > -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message