Article 34000 of comp.sys.sun.hardware:
Path: mri.com!peerfeed.ncal.verio.net!nntp2.cerf.net!nntp3.cerf.net!hacgate2.hac.com!news.delcoelect.com!news.ses.cio.eds.com!news.webIT.eds.com!news
From: John Nguyen <jnguyen@inm.eds.com>
Newsgroups: comp.sys.sun.hardware
Subject: Re: Zip drive for Sparc?
Date: Mon, 16 Feb 1998 16:51:37 -0600
Organization: EDS
Lines: 48
Message-ID: <34E8C2F9.831@inm.eds.com>
References: <6bnuvp$fs2@examiner.concentric.net>
NNTP-Posting-Host: 148.94.210.174
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.03C (X11; I; SunOS 5.6 sun4m)
Xref: mri.com comp.sys.sun.hardware:34000

> This may be a newbie question, but I'm just setting up my SS5
> at home, and was thinking about getting a Zip drive or maybe
> a Jaz drive for additional storage.
> I'm assuming this will work, since its just straight SCSI
> but wanted to see if anybody has run into problems or if
> there is special softwre required to do this.

Yes, it will work.  You need to add the following to your
/etc/format.dat file:

# Iomega ZIP 100 drive
disk_type = "Zip 100" \
        : ctlr = SCSI \
        : ncyl = 2406 : acyl = 2 : pcyl = 2408 : nhead = 2 \
        : nsect= 40 : rpm = 3600 : bpt = 20480
partition = "Zip 100" \
        : disk = "Zip 100" : ctlr = SCSI \
        : 2 = 0, 192480 \
        : 2 = 0, 1159168

# Iomega Jaz drive
disk_type = "Jaz 1GB" \
        : ctlr = SCSI \
        : ncyl = 1018 : acyl = 2 : pcyl = 1020 : nhead = 64 \
        : nsect = 32 : rpm = 3600 : bpt = 16384
partition = "Jaz 1GB" \
        : disk= "Jaz 1GB" : ctlr = SCSI \
        : 2 = 0, 2084864

> Also, does it treat the disk as a hard drive or as a removable
> device?

It will treat your ZIP disk as another hard drive.  You need
to do the following:

1. Set your SCSI ID on your ZIP/JAZ drive.
2. Do a `boot -r` at the PROM level.
3. Add your device to the /etc/vfstab.
4. Create your mount point.
5. Run `newfs /dev/rdsk/cxtxdxsx` to create new filesystem.
6. Run `mountall`.

> I'm running 2.6 if it makes a difference...

Not at all.  If you are running SUNOS 4.1.X, the /etc/format.dat
config above is slightly different.

--John


