From owner-freebsd-current@FreeBSD.ORG Thu Oct 14 18:09:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9BE916A4CE for ; Thu, 14 Oct 2004 18:09:49 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6887443D53 for ; Thu, 14 Oct 2004 18:09:49 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6B6F265410; Thu, 14 Oct 2004 19:09:47 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46428-05-24; Thu, 14 Oct 2004 19:09:47 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-95-134.dsl.snfc21.pacbell.net [67.121.95.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 66DE2653AD; Thu, 14 Oct 2004 19:09:46 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C3DC46465; Thu, 14 Oct 2004 11:09:35 -0700 (PDT) Date: Thu, 14 Oct 2004 11:09:35 -0700 From: Bruce M Simpson To: Brian Reichert Message-ID: <20041014180935.GA665@empiric.icir.org> Mail-Followup-To: Brian Reichert , Maxim Sobolev , freebsd-current@freebsd.org References: <20041006092156.GA690@empiric.icir.org> <20041006112834.GC1794@empiric.icir.org> <20041006120031.GD1794@empiric.icir.org> <416E9271.6050700@portaone.com> <20041014152137.GL278@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041014152137.GL278@numachi.com> cc: Maxim Sobolev cc: freebsd-current@freebsd.org Subject: Re: Formatting a USB floppy in FreeBSD [SOLVED] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 18:09:49 -0000 Hello, On Thu, Oct 14, 2004 at 11:21:37AM -0400, Brian Reichert wrote: > I generally avoid the problem by maintaining, on my hard drive, an > image of a formatted floppy, and using 'dd' to write it to whatever > destination.... 'dd' does not perform low level format of USB floppy devices, so you are talking about a completely different problem. BMS