*BSD News Article 93780


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!newsfeed.internetmci.com!news.jb.com!republic.erehwon.com!user
From: michelle@eugene.net (Michelle Brownsworth)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Disktab for JAZ / ZIP drive?
Date: Thu, 17 Apr 1997 10:38:56 -0700
Organization: IMS, Inc.
Lines: 42
Message-ID: <michelle-1704971038560001@republic.erehwon.com>
References: <5iolgl$491$1@nntp2.ba.best.com> <3350d8a1.9934504@news.ozemail.com.au>
NNTP-Posting-Host: republic.erehwon.com
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39234


On 12 Apr 1997 18:49:57 GMT, jedi@best.com (Jay Martel) wrote:
 
>I just got my external scsi jaz drive and I cannot use it
>on FreeBSD 2.1.6.
>
>Does anyone have an /etc/disktab entry for the jaz drive?
>
>I tried to use disklabel, but had no luck:
> 
> >Any info would be greatly appreciated.


1.  scsiformat -w sdX (where X is the reported number for your jaz disk)

2.  Make entry for jaz in /etc/disktab: 

jaz:jaz1gb:JAZ Drive with 1GB:\
      :ty=removable:dt=SCSI:rm#3600:\
      :se#512:nt#64:ns#31:nc#1053:sc#1984:su#2089152:\
      :pc#2089152:oc#0:

3.  disklabel -w -r sdX jaz

4.  disklabel -e sdX  (edit disklabel, define partitions)

5.  newfs /dev/rsd1c

Alternative to disklabel, newfs:  /stand/sysinstall.  In the partition
editor, make sure 1021 cyls/64 heads/32 sectors is specified at top.  In
disklabel editor, use defaults.

6.  mkdir /jaz 

7.  mount /dev/sd1 /jaz

You may get some warning messages as the system mounts the drive, but I've
ignored them with no adverse consequences.  Also, the jaz cartridge cannot
be ejected without first unmounting the jaz (which is reasonable).

8. To unmount:  umount /dev/sd1 (umount, not unmount)

.\\ichelle