From owner-freebsd-stable Fri Feb 22 15:22:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from www.pbspro.com (www.pbspro.com [209.128.88.98]) by hub.freebsd.org (Postfix) with ESMTP id 6617637B400 for ; Fri, 22 Feb 2002 15:22:47 -0800 (PST) Received: from www (www [209.128.88.98]) by www.pbspro.com (8.11.3nb1/8.11.3) with ESMTP id g1MNGox17378 for ; Fri, 22 Feb 2002 15:16:50 -0800 (PST) Date: Fri, 22 Feb 2002 15:16:50 -0800 (PST) From: "Thomas M. Proett" X-X-Sender: proett@www To: stable@freebsd.org Subject: ZIP drive Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a IOMEGA ZIP ide drive that I used to be able to access via mtools or mount_msdos just fine. Now, I can't. I have a fairly recently built kernel: FreeBSD 4.4-RC #0: Wed Feb 6 10:49:07 PST 2002 which detects the drive: afd0: 96MB [96/64/32] at ata1-slave using PIO3 This is different from awhile ago: afd0: 0MB [0/64/32] at ata1-slave using PIO3 I don't use the drive very often, so I don't know if the change resulted in not being able to access the drive. The error occurs on open. If I do open("/dev/afd0a", O_RDONLY), I get errno of 22 (EINVAL). The 'open' man page says this only results from an illegal combination flags -- not the case here. No message gets output to the console so I don't think the hardware is bad. The drive spins when I do the open call and windows can see it okay. I checked the web site for bug reports and did not find anything. Does anyone know what is going on? Thanks, Tom Proett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message