Date: Fri, 11 Feb 2000 17:25:07 +0100 From: "Gregor Bittel" <Gregor.Bittel@GMX.de> To: "Ernst de Haan" <ernst@jollem.com> Cc: "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: Mounting Zip disks Message-ID: <007801bf74cc$b9d33400$0400a8c0@1xp133>
next in thread | raw e-mail | index | archive | help
>Hiya, > >When I try the same, this is what I get: > >bash-2.03# mount -t msdos /dev/wfd0s4 /mnt/zip >msdos: /dev/wfd0s4: Device not configured >bash-2.03# ls -l /dev/wfd0s4 >brw-r----- 1 root operator 1, 0x00050002 Feb 10 12:49 /dev/wfd0s4 >bash-2.03# > >I have configured my kernel for ATAPI floppies. This is in my kernel >config file: > >options ATAPI #Enable ATAPI support for IDE bus >options ATAPI_STATIC #Don't do it as an LKM >device acd0 #IDE CD-ROM >device wfd0 #IDE Floppy (e.g. LS-120) > >Any idea? > >Ernst > > > Hi, what says your dmesg.boot? It should look like: >wdc1: unit 1 (atapi): <IOMEGA ZIP 100 ATAPI/23.D>, removable, intr, iordis >wfd0: medium type unknown (no disk) >wfd0: buggy Zip drive, 64-block transfer limit set Does your kernel-config-file also contain the lines "#IDE controller and disks" with the entries for wd0-wd3?" Gregor. 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?007801bf74cc$b9d33400$0400a8c0>