From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 17:44:43 2003 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 7E52916A4CE for ; Tue, 16 Dec 2003 17:44:43 -0800 (PST) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [65.60.36.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3B943D58 for ; Tue, 16 Dec 2003 17:44:35 -0800 (PST) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 697EB1CDA0; Tue, 16 Dec 2003 17:43:48 -0800 (PST) Date: Tue, 16 Dec 2003 17:43:48 -0800 From: Murray Stokely To: "Dr. Lyman Hazelton" Message-ID: <20031217014348.GG22090@freebsdmall.com> References: <200312161312.40701.lrh@alum.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312161312.40701.lrh@alum.mit.edu> User-Agent: Mutt/1.4.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: freebsd-questions@FreeBSD.ORG cc: tech@freebsdmall.com Subject: Re: New name for Floppy disk devices? 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: Wed, 17 Dec 2003 01:44:43 -0000 Have you read the creating and using floppy disks section of the Handbook? The device name is '/dev/fd0'. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/floppies.html Hope that helps. - Murray On Tue, Dec 16, 2003 at 01:12:40PM -0700, Dr. Lyman Hazelton wrote: > OK, so sometimes serial devices that one would expect to have names in > /dev like sio0 or sio1 are now called cuaa0 or cuaa1 (for reasons > beyond my understanding). Now I can see my floppy disk in the dmesg > output, but there doesn't appear to be an fdc0 in /dev. Did floppy > disk devices get renamed, too, or is it hiding somewhere else, or did > it, for some unknown reason, just vanish? I'm trying to create a > floppy disk boot pair, and can't write to a device I can't find. > Help? > > -Lyman