Date: Mon, 25 Nov 2002 03:06:01 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jens Rehsack <rehsack@liwing.de> Cc: questions <questions@FreeBSD.ORG> Subject: Re: cannot access floppy drive Message-ID: <20021125010600.GF15728@gothmog.gr> In-Reply-To: <3DE1757A.9000807@liwing.de> References: <3DE13CA3.7010907@liwing.de> <3DE13F3B.7030108@liwing.de> <20021125005543.GC15728@gothmog.gr> <3DE1757A.9000807@liwing.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-25 01:57, Jens Rehsack <rehsack@liwing.de> wrote: > Giorgos Keramidas wrote: > >Floppy access works mostly fine here in a fairly recent snapshot: > > > ># dd if=/dev/zero of=/dev/fd0 bs=512 count=10 > >10+0 records in > >10+0 records out > >5120 bytes transferred in 1.290642 secs (3967 bytes/sec) > > Mine say: > > -bash-2.05b# dd if=/dev/zero of=/dev/fd0 bs=512 count=10 > dd: /dev/fd0: Device not configured Is this with a GENERIC kernel? If not, do you have 'device fdc' in your kernel config? It seems that your floppy hasn't been recognised by the running kernel. If you are running a kernel that *does* include support for floppy disks, this is probably a bug that we should address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021125010600.GF15728>