Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 1996 11:12:05 -0500 (EST)
From:      Chuck Robey <chuckr@Glue.umd.edu>
To:        Le-Chin Eugene Liu <lliu@twolf7.EE.WASHINGTON.EDU>
Cc:        questions@freebsd.org
Subject:   Re: How do I create a ufs on a ZIP drive disk?
Message-ID:  <Pine.OSF.3.91.960321111016.14148E-100000@skipper.eng.umd.edu>
In-Reply-To: <Pine.ULT.3.91.960321000245.28121A-100000@twolf7.ee.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Mar 1996, Le-Chin Eugene Liu wrote:

> Hi there,
> 
>    I have a SCSI ZIP drive. I'd like to create a ufs on a disk. Can someone
> help me about the disktab entry? Thanks.

Here's my disktab entry:

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:

Here's the script I use to set up a disk (my zip drive is sd1):

#!/bin/sh
scsiformat -w /dev/sd1 && \
  disklabel -w -r /dev/sd1c zip100 && \
    newfs -Tzip100 /dev/rsd1a


> 
> Eugene
> 

==========================================================================
Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2
 
Three Accounts for the Super-users in the sky,
  Seven for the Operators in their halls of fame,
Nine for Ordinary Users doomed to crie,
  One for the Illegal Cracker with his evil game
In the Domains of Internet where the data lie.
  One Account to rule them all, One Account to watch them,
  One Account to make them all and in the network bind them.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.91.960321111016.14148E-100000>