From owner-freebsd-questions Sat Jan 20 5:29:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.home.nl (mail2.home.nl [213.51.129.163]) by hub.freebsd.org (Postfix) with ESMTP id F3F0D37B400 for ; Sat, 20 Jan 2001 05:28:55 -0800 (PST) Received: from ricin.localnet ([212.120.85.64]) by mail2.home.nl (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010120132735.JZU16251.mail2.home.nl@ricin.localnet> for ; Sat, 20 Jan 2001 14:27:35 +0100 From: Danny Pansters To: freebsd-questions@freebsd.org Subject: Re: can't write image to floppy!!!! HELP!!!! Date: Sat, 20 Jan 2001 14:30:18 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Message-Id: <0101201430180A.07052@ricin.localnet> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday 20 January 2001 12:27, you 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 !!!!!!!!!!! > > Many thanks in advance - Ed > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Your floppy shouldn't be mounted when using dd as this is writing a raw image, not writing a file to floppy. This might be the problem you have? Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message