From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 11:43:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EF16F16A401 for ; Thu, 16 Mar 2006 11:43:40 +0000 (UTC) (envelope-from carpetsmoker@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F6243D48 for ; Thu, 16 Mar 2006 11:43:38 +0000 (GMT) (envelope-from carpetsmoker@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so256584nfe for ; Thu, 16 Mar 2006 03:43:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:references:content-type:mime-version:content-transfer-encoding:message-id:in-reply-to:user-agent:from; b=nbMT0HYAfb6maNMsSXwmvjq5YeU7wefUJ7JKOVFKOVBm2tU1tVZXG1TLUD/XYpwDZDpMZ3jhHC4b+q6ECxAdZrgek3S0AWrMoC0PEgPVY6diFCUjXVoJmKrUM+Uvc4ZWhkk/JswYN+fLLtskqDSV9nqYoJBjw4KkoeCeGYmXQRs= Received: by 10.48.224.18 with SMTP id w18mr774585nfg; Thu, 16 Mar 2006 03:43:36 -0800 (PST) Received: from localhost.ictwerkplaats.org ( [80.126.94.163]) by mx.gmail.com with ESMTP id q28sm7207448nfc.2006.03.16.03.43.32; Thu, 16 Mar 2006 03:43:33 -0800 (PST) Date: Thu, 16 Mar 2006 12:43:16 -0000 To: "Maxim Vetrov" , freebsd-questions@freebsd.org References: <441934FB.2070905@mail.ru> Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <441934FB.2070905@mail.ru> User-Agent: Opera M2/8.50 (FreeBSD, build 1358) From: Martin Tournoy Cc: Subject: Re: Slow floppy operation 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: Thu, 16 Mar 2006 11:43:41 -0000 On Thu, 16 Mar 2006 09:50:51 -0000, Maxim Vetrov wrote: > Hi, > > I've not used floppy in my notebook for a while, then when I did, I > found that it worked veeeeery slowly :-) > Here is the stats: > > > dd if=boot.flp of=/dev/fd0 > 2880+0 records in > 2880+0 records out > 1474560 bytes transferred in 607.571848 secs (2427 bytes/sec) > >... > > Notebook is a Sharp Mebius PC-MJ730P, system is 6.0-RELEASE, compiled > from sources. I don't know where to dig. > Any suggestions are welcome. > > Regards, > Muxas Floppy's & FreeBSD don't go well together, it's slow and kernel panics aren't rare... The emulators/mtools seems to be a nice wrapper for floppy writing...