From owner-freebsd-questions Tue Apr 25 6:17:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from skygod.cns.ksu.edu (skygod.cns.ksu.edu [129.130.61.25]) by hub.freebsd.org (Postfix) with ESMTP id 9A93237B5B7 for ; Tue, 25 Apr 2000 06:17:30 -0700 (PDT) (envelope-from jonathan@skygod.cns.ksu.edu) Received: from skygod.cns.ksu.edu (localhost.cns.ksu.edu [127.0.0.1]) by skygod.cns.ksu.edu (8.9.3/8.9.3) with ESMTP id HAA24760 for ; Tue, 25 Apr 2000 07:37:35 GMT (envelope-from jonathan@skygod.cns.ksu.edu) Message-ID: <39054B3F.68EF5F48@skygod.cns.ksu.edu> Date: Tue, 25 Apr 2000 07:37:35 +0000 From: Jonathan Feldkamp X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: IDE Zip Drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to mount an IDE Zip 100 drive, I am running FreeBSD 4.0-RELEASE SMP, with 2 P-133s, but it will not work. I have been using /dev/afd0 for the device and a directory /zip for the mount point. I have also tried about all of the combinations /dev/afd0a - /dev/afd0s4 for the device. A couple of other things, I tried to do a dd, and newfs_msdos, and everything seemed to go fine, it is just the mount that causes problems. the relevent dmesg output... afd0: 96MB [32/64/96] at ata0-slave using BIOSPIO so I try... # mount -t msdos /dev/afd0 /zip and I get the error... msdos: /dev/afd0: Invalid argument this is probably my biggest problem, what does this error message mean? Thanks for any help Jonathan Feldkamp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message