Subject: Re: Oddities
To: Ed D. Wright <ewright@spice.jpl.nasa.gov>
From: Dr. Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 08/31/1998 12:29:31
On Mon, 31 Aug 1998, Ed D. Wright wrote:

> tar - I tried "tar -t filname" and was informed that device
> /dev/rst0 was not configured.  Anyone know why, and how I
> get it configured properly?

I know others have touched on this, but I'll add my 0.02USD. :-)

You need to tell tar where to look for the file. I think what you watned
was "tar -tf filename" where the "-tf filename" is shorthand for "-t -f
filename".

Take care,

Bill