![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Untar problems | vinothg | UNIX for Dummies Questions & Answers | 2 | 11-08-2007 10:27 PM |
| untar to a specified file | melanie_pfefer | UNIX for Dummies Questions & Answers | 3 | 11-27-2006 11:32 AM |
| Urgent....untar!!! | rahul26 | UNIX for Advanced & Expert Users | 4 | 06-12-2006 04:41 AM |
| Untar to different location | pradeep_desh | UNIX for Advanced & Expert Users | 1 | 05-26-2006 08:05 AM |
| how to untar *.dpk files | gauri | UNIX for Dummies Questions & Answers | 3 | 03-06-2006 01:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
untar
i have try to untar the file in same location. But it gave the error
# tar -xvf TSMSRVAIX5220.tar x tivoli.tsm.devices.acsls, 757760 bytes, 1480 media blocks. tar: 0511-169 A directory checksum error on media; 4011 not equal to 8222. How can i rectify this prob. Thanks in advance Ramprakash.N |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The error message says that your tar file can't be read by tar. Possible explanations are:
1. you have compressed your archive and try now to untar it before uncompressing it - that can't work 2. you have transferred the file using ftp and did not use *binary* transfer 3. your disk has an error on a sector the archive occupies and other problems similar to these. BTW: entering "0511-169" into google brings an explanation as the first hit - you are required to put in at least a *little* effort in finding the answer yourself before asking here. bakunin |
|
#3
|
|||
|
|||
|
Thanks for your kind information. I will try to find out the problem solution.
Thanks Ramprakash |
|||
| Google The UNIX and Linux Forums |