Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2005 12:57:32 +0400
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        =?koi8-r?B?58/S09TLyc4g6czY0Q==?= <cadavo@mail.ru>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: mount floppy - Input/output error
Message-ID:  <20050618085732.GA375@doom.homeunix.org>
In-Reply-To: <1119011678.4045.7.camel@admin.tbnbykovo.ru>

index | next in thread | previous in thread | raw e-mail

On Fri, Jun 17, 2005 at 04:34:38PM +0400, Горсткин Илья wrote:
> Hi!
> 
> Such problem!
> 
> # uname -rs
> FreeBSD 5.4-RELEASE-p1
> 
> # mount -t msdosfs /dev/fd0 /mnt/flp 
> msdosfs: /dev/fd0: Input/output error 
> 
> # fdformat -f 1440 /dev/fd0 
> Format 1440K floppy `/dev/fd0'? (y/n): y 
> Processing fdformat: ioctl(FD_FORM): Input/output error 
> 
> # fdcontrol -v /dev/fd0
> /dev/fd0: 1.44M drive (3.5" high-density)
> 
> #cat /etc/fstab |grep fd 
> /dev/fd0                /mnt/flp        msdos   rw,noauto     0       0 
> 
> # ls /dev |grep fd 
> fd 
> fd0 
> 
> # cat /var/run/dmesg.boot |grep fd 
> fdc0: <floppy drive controller (FDE)> port 0x3f7,0x3f0-0x3f5 irq 6 on
> acpi0 
> fdc0: cannot reserve DMA request line 
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> 
> 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

-- 
Never test for an error condition you don't know
how to handle.


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050618085732.GA375>