Return to BSD News archive
#! rnews 993 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!chi-news.cic.net!newsfeed.internetmci.com!howland.reston.ans.net!agate!news.ucdavis.edu!not-for-mail From: obrien@cs.ucdavis.edu (David E. O'Brien) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Configure /dev/rst0 ? Date: 19 Dec 1995 20:59:50 GMT Organization: University of California, Davis Lines: 14 Message-ID: <4b7946$ltm@mark.ucdavis.edu> References: <4avi69$i3p@news.ios.com> NNTP-Posting-Host: toadflax.cs.ucdavis.edu X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] Kent Robotii (joe@soho.ios.com) wrote: : When I try to unzip & untar a tgz file, : I get a /dev/rst0 not configured. : How do you configure /dev/rst0. What options are you using??? Sounds like you aren't using the ``f'' option to specify your tgz file. If you leave this option off, tar looks to /dev/rst0. Try: tar tfvz my_file.tgz and see if you don't get the table of contents. -- David (obrien@cs.ucdavis.edu)