From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 09:08:38 2004 Return-Path: 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 E582116A4CE for ; Tue, 2 Mar 2004 09:08:38 -0800 (PST) Received: from voyager.twobirds.us (c-24-18-222-18.client.comcast.net [24.18.222.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD14243D1F for ; Tue, 2 Mar 2004 09:08:38 -0800 (PST) (envelope-from joshua@twobirds.us) Received: from joshua by voyager.twobirds.us with local (Exim 4.30; FreeBSD) id 1AyWOb-0001vU-CE; Wed, 03 Mar 2004 05:26:45 -0800 Date: Wed, 3 Mar 2004 05:26:45 -0800 From: Joshua Lokken To: Robert Golovniov Message-ID: <20040303132645.GA6612@voyager.swabbies.org> Mail-Followup-To: Robert Golovniov , Free BSD Questions list References: <200403020837.i228b3bS011678@gw.core> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403020837.i228b3bS011678@gw.core> User-Agent: Mutt/1.4.2.1i cc: Free BSD Questions list Subject: Re: Once again floppy mounting problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 17:08:39 -0000 * Robert Golovniov [2004-03-02 12:11]: > Hello, > > I tried to mount my floppy drive, but it turned out that I do not > have the device named "fd0" at all. I do have "fd" though. Did I > miss something? > The fd device represents the kernel floppy driver. There are a couple of things I can think of, right off. It sounds like your floppy drive is not being detected by the kernel. You don't mention what version of FreeBSD you're running. If you're using 4.x, you could do: # cd /dev # sh MAKEDEV fd0 to create the fd0 device, but you shouldn't have to. 5.x takes care of the device management for you. More info would be helpful. -- Joshua "Get back to your stations!" "We're beaming down to the planet, sir." -- Kirk and Mr. Leslie, "This Side of Paradise", stardate 3417.3