From owner-freebsd-questions Mon Jul 5 2:42:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from quadspeed.euronet.nl (quadspeed.euronet.nl [194.134.32.59]) by hub.freebsd.org (Postfix) with ESMTP id 6DB0D14E55 for ; Mon, 5 Jul 1999 02:42:25 -0700 (PDT) (envelope-from michel@quadspeed.com) Received: from quadspeed.com (localhost [127.0.0.1]) by quadspeed.euronet.nl (8.9.3/8.9.3) with ESMTP id LAA07511; Mon, 5 Jul 1999 11:41:50 +0200 (CEST) (envelope-from michel@quadspeed.com) Message-ID: <37807DDD.D92A43E6@quadspeed.com> Date: Mon, 05 Jul 1999 11:41:49 +0200 From: Michel Quadflieg X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Norman , freebsd-questions@freebsd.org Subject: Re: mounting the parallel zip drive References: <37806846.FD312472@ruhr-uni-bochum.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Norman wrote: > > hello, > i´ve read int the faq the tip for mounting zip drives > > For mounting my parallel port zip i done this as root : > > mount -t msdos /dev/da0s4 /zip > > ( iám running freebsd 3.1 with the generic kernel and the default shell > and i had made the /zip directory before ) > > the system reported: > > drive is not configured > > please help me to find out where i done the mistake The problem is that you are using the GENERIC kernel you have to make an customized one. Enter these lines in your custom Kernel: # Supported devices: # vpo Iomega Zip Drive # Requires SCSI disk support ('scbus' and 'da'), best # performance is achieved with ports in EPP 1.9 mode. controller ppbus0 controller vpo0 at ppbus? device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device lpbb0 at ppbus? controller scbus0 device da0 Or something like that... Then make your kernel reboot and then it will work..... Greetings Michel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message