*BSD News Article 78230


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!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!news.mathworks.com!enews.sgi.com!www.nntp.primenet.com!nntp.primenet.com!arclight.uoregon.edu!news.sprintlink.net!news-peer.sprintlink.net!news.magicnet.net!news.cdsnet.net!not-for-mail
From: mrcpu@schizo.cdsnet.net (Jaye Mathisen)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: jazz (JAZ) drive
Date: 13 Sep 1996 08:10:47 GMT
Organization: CDS Internet
Lines: 23
Message-ID: <51b4u7$h0i@news.cdsnet.net>
References: <4r0f1r$nod@nuscc.nus.sg> <31D4E03E.2781@onthenet.com.au> <3238abb8.2757649@news.inetnebr.com>
NNTP-Posting-Host: schizo.cdsnet.net


It's pretty straightforward.  Find the device (sdX -- from the output of dmesg)
then run "scsiformat sdX", which will low level format the disk, and get rid
of the software right protection.


Then after the format is finished, run "disklabel -r -w sdX auto", 
then "newfs /dev/rsdXc", and go crazy.

/stand/sysinstall will also let you manipulate the disk once you've finished 
the scsiformat.

If you need more details, let me know.

|I've been trying to set up a Jazz disk with no success so far. Mostly
|because I don't have any knowledge about configuring raw disk devices.
|Is there a disklabel editor that can be run from the booted system
|similar to that used by the install program? I've looked for one but
|haven't found it if its there. 
|
|Could someone supply specific disklabeling information for setting up
|partitions etc? (I think its disklabel you use for that - haven't
|played with it for a few weeks.)