From owner-freebsd-questions Mon Feb 17 08:06:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA24062 for questions-outgoing; Mon, 17 Feb 1997 08:06:52 -0800 (PST) Received: from localhost.zilker.net (ivydp17.zilker.net [206.225.46.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24054 for ; Mon, 17 Feb 1997 08:06:45 -0800 (PST) Received: (from marquard@localhost) by localhost.zilker.net (8.8.3/8.7.3) id KAA09123; Mon, 17 Feb 1997 10:06:37 -0600 (CST) To: freebsd-questions@freebsd.org Subject: Re: setting up Zip for FreeBSD References: From: Dave Marquardt Date: 17 Feb 1997 10:06:04 -0600 In-Reply-To: Snob Art Genre's message of Sun, 16 Feb 1997 17:32:41 -0800 (PST) Message-ID: <85d8tzbeoi.fsf@localhost.zilker.net> Lines: 30 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Snob Art Genre writes: > Does anyone have a document on how to set up a SCSI Zip for FreeBSD? Or > can someone who has done it just tell me what they did? I would greatly > appreciate it. Hmm, I don't know of any documents in particular. I took a look in the FreeBSD mailing list archives for information, and then just went for it. I'll try to supply some information here. First, the SCSI adapter that comes with the internal SCSI ZIP drive is AHA-1505 based, I believe, so you can use the aic driver. Works just fine from what I remember. I later upgraded to an AHA-2940AU, and that worked okay on 2.1.5 once I figured out that the 2940AU has a slightly different ID from the 2940U, so I just compared to the 2.1.6 code for the ahc driver and patched my 2.1.5 ahc driver to use the new ID for the 2940AU. Once I had the adapters configured into the kernel and installed the Zip drive, it showed up as sd0. To see what kind of partition is on a particular Zip disk, use the `fdisk' command. To partition the disk, you'll need a disktab entry. I got one from the archives, and have since lost it, since I haven't partitioned disks very often. I hope this helps. Again, I encourage you to search the mailing list archives for more gory details. -Dave