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!news.ececs.uc.edu!cloudbreak.rs.itd.umich.edu!newsxfer3.itd.umich.edu!howland.erols.net!news.sprintlink.net!news-peer.sprintlink.net!news-hub.interserv.net!news.sprynet.com!news From: dave blizzard <dblizzar@sprynet.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: ZIP drives? Date: Mon, 10 Feb 1997 00:17:18 -0500 Organization: Sprynet News Service Lines: 32 Message-ID: <32FEAF5E.59E2B600@sprynet.com> References: <32F7A06D.79D4@iphase.com> <5ddai0$jrb@hpax.cup.hp.com> NNTP-Posting-Host: dd35-184.compuserve.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) To: "Josef C. Grosch" <jgrosch@xsvr2.cup.hp.com> Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35261 > >Dave > > Yes, a number of people including myself have used ZIP drives under > FreeBSD. I have am internal SCSI drive and it works like a champ. > I am running the 1 Aug snapshot > > Josef > Since this response was not very informative, here's how I got it to work (from another post. Put the following in /etc/disktab zip|zip 100:\ :ty=removable:se#512:nc#96:nt#64:ns#32:\ :pa#196608:oa#0:ba#4096:fa#512:\ :pb#196608:ob#0:bb#4096:fb#512:\ :pc#196608:oc#0:bc#4096:fc#512: then unixfy the disk % disklabel -r -w -B sd1 zip % newfs /dev/rsd1a changing sd1 to whatever you need. The problem is that while the zip drive works great as sd1, TAR can't properly write multi volume backups to it. It writes the backup (using tar -M etc) but can't retrieve more than one volume at a time. Small details I guess. Dave B