![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Untar problems | vinothg | UNIX for Dummies Questions & Answers | 2 | 11-09-2007 01:27 AM |
| untar to a specified file | melanie_pfefer | UNIX for Dummies Questions & Answers | 3 | 11-27-2006 02:32 PM |
| Urgent....untar!!! | rahul26 | UNIX for Advanced & Expert Users | 4 | 06-12-2006 08:41 AM |
| Untar to different location | pradeep_desh | UNIX for Advanced & Expert Users | 1 | 05-26-2006 12:05 PM |
| how to untar *.dpk files | gauri | UNIX for Dummies Questions & Answers | 3 | 03-06-2006 04:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|