From owner-freebsd-questions@FreeBSD.ORG Mon Apr 16 18:50:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09EC416A401 for ; Mon, 16 Apr 2007 18:50:11 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id A2D2513C45B for ; Mon, 16 Apr 2007 18:50:10 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from archangel.daleco.biz ([69.27.149.254]) by ezekiel.daleco.biz (8.13.8/8.13.1) with ESMTP id l3GIo1qL005041; Mon, 16 Apr 2007 13:50:01 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4623C553.70503@daleco.biz> Date: Mon, 16 Apr 2007 13:49:55 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2pre) Gecko/20070221 SeaMonkey/1.1 MIME-Version: 1.0 To: John References: <03ea01c78054$712bc2d0$e003350a@dining2> In-Reply-To: <03ea01c78054$712bc2d0$e003350a@dining2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using dd to dump an image file to a floppy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2007 18:50:11 -0000 John wrote: > Everyone, > > I'm trying to make boot and kern floppies, using dd, as follows: > > Cdrom is mounted, floppy is mounted (and I have test written to it) > > # dd if=floppies/boot.flp of=/dev/fd0 > > dd: /dev/fd0: Operation not permitted "dd" works on raw devices, and can't operate on a raw device if a filesystem is mounted. umount fd0 and try again.... Kevin Kinsey -- Satellite Safety Tip #14: If you see a bright streak in the sky coming at you, duck.