From owner-freebsd-questions Fri Dec 3 6:41:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 7B063151AB; Fri, 3 Dec 1999 06:41:12 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11tttC-000KVP-00; Fri, 3 Dec 1999 14:40:50 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id OAA99543; Fri, 3 Dec 1999 14:40:50 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 3 Dec 1999 14:40:50 +0000 (GMT) From: Jonathon McKitrick To: Heiko Recktenwald Cc: John Baldwin , Jeroen Ruigrok van der Werven , freebsd-questions@FreeBSD.ORG Subject: Re: zip drive kernel config In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 3 Dec 1999, Heiko Recktenwald wrote: >Hi, what do I do (with a paralel zip) if I have allready a da0 thing, my >SCSI drive ? da1 ? Remember, that the machine wanted to boot from the zip >with a similar layout, if I remember right. > >> >>ppbus0 >> >>ppc0 >> >>ppi0 >> >>vpo0 >> >>scbus0 >> >>da0 > You need to enable all of the above options (as far as i know.. someone correct me if i am wrong), make sure the drive is turned on when you boot. Look for dmesgs that the IOmega drive was detected, and then try these: For a DOS Zip: mount -t msdos /dev/da0s4 /mnt/zip If it was already a BSD filesystem (see FAQ for instructions on setting this up.. it's beyond the scope of this answer): mount /dev/da0 /mnt/zip At least this is what worked for me. You results may differ ;^) -jm ------------------ Bayliss: "And that's another thing... you never say 'please' and 'thank you.'" Pendleton: "Please stop being an idiot. Thank you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message