From owner-freebsd-newbies Wed Mar 27 11:44:11 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id F14DC37B422 for ; Wed, 27 Mar 2002 11:43:50 -0800 (PST) Received: from mvaexch02.acuson.com ([157.226.230.209]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA3798; Wed, 27 Mar 2002 11:43:46 -0800 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Wed, 27 Mar 2002 11:41:27 -0800 Received: from there (dhcp-46-171.acuson.com [157.226.46.171]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id GKG91N33; Wed, 27 Mar 2002 11:32:20 -0800 From: Johnson David To: manny rosa , freebsd-newbies@freebsd.org Content-Type: text/plain; charset="iso-8859-1" Organization: Acuson Subject: Re: Making boot disks Date: Wed, 27 Mar 2002 11:43:37 -0800 X-Mailer: KMail [version 1.3.2] References: <20020327145723.33101.qmail@web11601.mail.yahoo.com> In-Reply-To: <20020327145723.33101.qmail@web11601.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020327194350.F14DC37B422@hub.freebsd.org> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wednesday 27 March 2002 06:57 am, manny rosa wrote: > > > FreeBSD 4.5-RELEASE i386 > > > > > > su-2.05a# dd if=color.gz of=/dev/fd0 > > > dd: /dev/fd0: Invalid argument > > > > My assumption would be that you don't have write > > permission to /dev/fd0. Have > > you done this as root? > > > > David > > Yes, I've done it as root. It get permission denied > otherwise. It actually begins to copy the image, but > it doesn't copy the last few records. I just happen to have a Slackware CD sitting around. Let me try and see what happens... balderdash# dd if=color.gz of=/dev/fd0 dd: /dev/fd0: Invalid argument 2777+1 records in 2777+0 records out 1421824 bytes transferred in 54.382309 secs (26145 bytes/sec) I do get the Invalid argument message, but I get no warnings when using the text.gz root image. I've tried various options, such as the ofs=18k suggested in the Slackware docs, but to no avail. balderdash# dd if=text.gz of=/dev/fd0 2747+0 records in 2747+0 records out 1406464 bytes transferred in 55.446268 secs (25366 bytes/sec) If all else fails, you can always use the text.gz root image. I would also ask on -questions. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message