From owner-freebsd-questions Fri Feb 14 18:34:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA21660 for questions-outgoing; Fri, 14 Feb 1997 18:34:27 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA21655 for ; Fri, 14 Feb 1997 18:34:24 -0800 (PST) Received: (from ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) id SAA05662; Fri, 14 Feb 1997 18:34:21 -0800 (PST) Date: Fri, 14 Feb 1997 18:34:20 -0800 (PST) From: Snob Art Genre To: questions@freebsd.org Subject: Re: SCSI ZIP drive woes In-Reply-To: <19970125213930.UI18083@ct.picker.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to set up a Zip drive. I consulted the following bit of mail that I received a while ago and saved for such an occasion: On Sat, 25 Jan 1997, Randall Hopper wrote: > Richard Levenberg: So I grabbed a disktab entry from below: > |zip100|Iomega Zip 100: \ > | :ty=winchester:dt=SCSI:se#512:nt#64:ns#32:nc#96:rm#3600:\ > | :pa#196576:oa#0:ba#4096:fa#512:ta=4.2BSD: \ > | :pc#196576:oc#0: > And then I tried the following procedure: > > | disklabel -w -r /dev/sd0s4 zip100 > | ^^<-- this is from fdisk But I got this result: /home/ben# disklabel -w -r /dev/sd1s4 zip100 disklabel: /dev/sd1s4: Device not configured Undaunted (ok, maybe a little daunted), I tried the following: > If you want to get a little more space for your UFS, you can dedicate the > disk to the UFS (i.e. not work within within compatibility slices). Here's > the procedure posted by Bruce Evens, expanded for use with sd0: > > dd if=/dev/zero of=/dev/rsd0 count=2 > disklabel /dev/rsd0 | disklabel -B -R -r sd0 /dev/stdin > newfs /dev/rsd0c > mount /dev/sd0c /mnt But: /home/ben# dd if=/dev/zero of=/dev/rsd1 count=2 dd: /dev/rsd1: Device not configured Clearly I'm missing something pretty basic. I tried cd'ing to /dev and running "./MAKEDEV sd1", to no avail. If some kind soul could tell me what step I've neglected, I'd be most grateful. Ben "You have your mind on computers, it seems."