From owner-freebsd-questions Sat Jan 20 6:17:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (unknown [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 79CAA37B6AA for ; Sat, 20 Jan 2001 06:17:00 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f0KEEP727633; Sat, 20 Jan 2001 09:14:26 -0500 (EST) Message-ID: <3A699D2D.C21A1960@mail.iowna.com> Date: Sat, 20 Jan 2001 09:14:05 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ed Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can't write image to floppy!!!! HELP!!!! References: <3A697621.ADE749CE@post.omnitel.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ed wrote: > > I am using FreeBSD 4.0 RELEASE, I want to do a kernel image on > floppy drive and I can't do this !?? > Many people answering me, but it doesn't works ! My floppy is OK, I > can mount it, etc. But when I'm trying to > access "/dev/fd0" file with "dd if= of=/dev/fd0" I am getting > "dd: stdout: Invalid argument: /dev/fd0", I tryed > another path to floppy device file "/dev/rfd0", /dev/fd0c" in a word > all devices !!!!! It doesn't works !!!!! > I think it locked in kernel!!!! Please Help ME !!!!!!!!!!! Make sure the device exists in the /dev directory. Actually, remake the device even if it does exist: cd /dev;./MAKEDEV fd (do this as root) -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message