From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 07:15:51 2005 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 0EAA116A4CE for ; Mon, 4 Apr 2005 07:15:51 +0000 (GMT) Received: from mail.infinitebubble.com (pia140-70.pioneernet.net [66.114.140.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24D743D2F for ; Mon, 4 Apr 2005 07:15:50 +0000 (GMT) (envelope-from jason@infinitebubble.com) Received: from localhost (thor.infinitebubble.com [10.10.1.1]) by mail.infinitebubble.com (Postfix) with ESMTP id 74E6834215; Mon, 4 Apr 2005 00:15:49 -0700 (PDT) Received: from mail.infinitebubble.com ([10.10.1.3]) by localhost (thor.infinitebubble.com [10.10.1.1]) (amavisd-new, port 10024) with LMTP id 23112-02; Mon, 4 Apr 2005 00:15:45 -0700 (PDT) Received: from [192.168.1.253] (unknown [192.168.1.253]) by mail.infinitebubble.com (Postfix) with ESMTP id 686703406D; Mon, 4 Apr 2005 00:15:45 -0700 (PDT) Message-ID: <4250EA45.6060803@infinitebubble.com> Date: Mon, 04 Apr 2005 00:18:29 -0700 From: Jason Taylor User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Kevin G. Eliuk" References: <42505AB3.6090602@infinitebubble.com> <42506B78.6050309@dccnet.com> In-Reply-To: <42506B78.6050309@dccnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at infinitebubble.com cc: freebsd-questions@freebsd.org Subject: Re: Formating a 1680k floppy 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: Mon, 04 Apr 2005 07:15:51 -0000 Kevin G. Eliuk wrote: > Jason Taylor wrote: > >> How do I format a 1680k floppy? I tried: >> >> %fdformat -s 21,,,,80 /dev/fd0 >> >> That just produces a line of errors. That is EEEE... instead of >> VVVV.... I'm able to format the same floppy in Windows using WinImage. > > > Are you sure you don't mean 1720k? Look at "/etc/disktab" for stressing > a floppy. > I'm sure. I get the same results trying to create a 1720k. %fdformat -f 1680 /dev/fd0 fdformat: unknown format 1680 KB for drive type 1.44M %fdformat -f 1720 /dev/fd0 fdformat: unknown format 1720 KB for drive type 1.44M %fdformat -s 21,,,,80 /dev/fd0 Format 1680K floppy `/dev/fd0'? (y/n): y Processing E^C-------------------------------------- %fdformat -s 21,,,,82 /dev/fd0 Format 1722K floppy `/dev/fd0'? (y/n): y Processing E^C-------------------------------------- %