From owner-freebsd-stable@FreeBSD.ORG Sat Jun 18 16:34:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B4016A41C for ; Sat, 18 Jun 2005 16:34:47 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D15A43D4C for ; Sat, 18 Jun 2005 16:34:46 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84115-209.ip.peterstar.net ([84.204.115.209] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1DjgH7-000OPE-As for freebsd-stable@freebsd.org; Sat, 18 Jun 2005 18:34:30 +0200 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.3/8.13.3) with ESMTP id j5IGXxeY000765; Sat, 18 Jun 2005 20:34:02 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.3/8.13.3/Submit) id j5I8vWHD000403; Sat, 18 Jun 2005 12:57:32 +0400 (MSD) (envelope-from igor) Date: Sat, 18 Jun 2005 12:57:32 +0400 From: Igor Pokrovsky To: =?koi8-r?B?58/S09TLyc4g6czY0Q==?= Message-ID: <20050618085732.GA375@doom.homeunix.org> Mail-Followup-To: =?koi8-r?B?58/S09TLyc4g6czY0Q==?= , freebsd-stable@freebsd.org References: <1119011678.4045.7.camel@admin.tbnbykovo.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1119011678.4045.7.camel@admin.tbnbykovo.ru> User-Agent: Mutt/1.4.2.1i Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by doom.homeunix.org id j5IGXxeY000765 Cc: freebsd-stable@freebsd.org Subject: Re: mount floppy - Input/output error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2005 16:34:47 -0000 On Fri, Jun 17, 2005 at 04:34:38PM +0400, =E7=CF=D2=D3=D4=CB=C9=CE =E9=CC= =D8=D1 wrote: > Hi! >=20 > Such problem! >=20 > # uname -rs > FreeBSD 5.4-RELEASE-p1 >=20 > # mount -t msdosfs /dev/fd0 /mnt/flp=20 > msdosfs: /dev/fd0: Input/output error=20 >=20 > # fdformat -f 1440 /dev/fd0=20 > Format 1440K floppy `/dev/fd0'? (y/n): y=20 > Processing fdformat: ioctl(FD_FORM): Input/output error=20 >=20 > # fdcontrol -v /dev/fd0 > /dev/fd0: 1.44M drive (3.5" high-density) >=20 > #cat /etc/fstab |grep fd=20 > /dev/fd0 /mnt/flp msdos rw,noauto 0 0= =20 >=20 > # ls /dev |grep fd=20 > fd=20 > fd0=20 >=20 > # cat /var/run/dmesg.boot |grep fd=20 > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 on > acpi0=20 > fdc0: cannot reserve DMA request line=20 > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >=20 > Help to solve a problem! > thanks I have nearly the same problem. In my case it could be resolved by using non-ACPI kernel. -ip --=20 Never test for an error condition you don't know how to handle.