From owner-freebsd-questions Wed Nov 14 0: 4:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from phear.huffstutler.com (cm623478-b.ftwrth1.tx.home.com [24.8.250.141]) by hub.freebsd.org (Postfix) with ESMTP id E5AAD37B418 for ; Wed, 14 Nov 2001 00:04:39 -0800 (PST) Received: from crack (cm623478-c.ftwrth1.tx.home.com [24.4.14.227]) by phear.huffstutler.com (8.11.6/8.11.1) with SMTP id fAE25Vf01468; Wed, 14 Nov 2001 02:05:31 GMT (envelope-from david@huffstutler.com) Message-ID: <002101c16cf3$e3d62700$e30e0418@huffstutler.com> From: "David" To: "Josh Paetzel" , "Walter Hop" Cc: References: <002401c16c35$154fc3a0$e30e0418@huffstutler.com> <184122402004.20011113135546@binity.com> <20011113080029.B9434@twincat.vladsempire.net> Subject: Re: zip drive Date: Wed, 14 Nov 2001 02:05:28 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > This page may be helpful for an atapi zip drive: > > http://pmade.org/~pjones/1998/software/ide_zip.html > You might take a look at > /usr/share/doc/en/articles/zip-drive/index.html (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/zip-drive/) Below are the steps it took me to install an internal Zip Drive on FreeBSD 4.4-RELEASE. 1. If dmesg shows the zip drive then nothing needs to be done to the kernel. 2. If dmesg does not show the zip drive then refer to the links above. 3. Look in /dev and see if the zip drive is there. IE.../dev/afd0 4. If not then do "sh MAKEDEV /dev/afd0" 5. Learn to mount the drive correctly. IE..."mount_msdos /dev/afd0s4" 6. Make a directory for a mount point. IE..."/zip". 7. Edit fstab with "/dev/afd0s4 /zip msdos rw,noauto 0 0" 8. Reboot Hope this helps someone. These mentioned sites were informative and helped me figure out my dilema. Thanks to both Josh and Walter. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message