Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 19:40:09 -0400 (EDT)
From:      Jaime Kikpole <jaime@malkav.snowmoon.com>
To:        r_owan@one.net.au
Cc:        questions@freebsd.org
Subject:   Re: /dev/rsa0 and 'tar'
Message-ID:  <Pine.BSF.4.10.9910081937470.44177-100000@malkav.snowmoon.com>
In-Reply-To: <19991008232957.6C669151F3@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 9 Oct 1999 r_owan@one.net.au wrote:
> The problem i have is when i try to use the '<FontFamily><param>Courier</param>tar -x<FontFamily><param>Arial</param>' command, it 
> responds with "<FontFamily><param>Courier</param>tar:can't open /dev/rsa0: Device not 
> configured<FontFamily><param>Arial</param>".
> 
> What does /dev/rsa0 represent? How can i fix this so i can run tar?

	The other problem that you have is that you're sending HTML
formatted messages.  You should probably turn that off, as it only limits
the ability for many people to read your messages.

	As to the "tar -x" problem, I have a suggestion.  The tar program
is built for Tape ARchives and likes to use tape drives.  You're probably
trying to use it with a file, though.  If so, try something like "tar xvf
file.tar" or, in the case of compressed archives, "tar zxvf file.tar.gz".

						Good luck,
						Jaime



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910081937470.44177-100000>