|
Home > Archive > Unix Programming > May 2006 > tar error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| charlotte 2006-05-17, 7:17 am |
| On trying to tar the files in my directory ( tar -cvf a.tar * ) ,I
get the following error :
"Wrote only 8192 of 10240 bytes
tar: Error is not recoverable: exiting now"
Please suggest the cause of the error
| |
| sudip05@mailcity.com 2006-05-17, 1:16 pm |
| no space left i guess...
| |
| Chuck Dillon 2006-05-17, 1:16 pm |
| charlotte wrote:
> On trying to tar the files in my directory ( tar -cvf a.tar * ) ,I
> get the following error :
> "Wrote only 8192 of 10240 bytes
> tar: Error is not recoverable: exiting now"
> Please suggest the cause of the error
>
Was there an a.tar in the directory before you issued this command?
-- ced
--
Chuck Dillon
Manager of Software Development, Bioinformatics
NimbleGen Systems Inc.
|
|
|
|
|