![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ldapsearch doesnt work. | shamik | Linux | 0 | 03-31-2008 10:27 PM |
| cp doesnt work - Help | rudi.okelly | UNIX for Dummies Questions & Answers | 26 | 01-04-2007 04:53 AM |
| ls command doesnt work | shawnbishop | HP-UX | 2 | 09-01-2005 06:57 AM |
| cd.. doesnt work | rintingtong | UNIX for Dummies Questions & Answers | 2 | 07-29-2004 11:30 AM |
| why doesnt my script work!!! | Heedunk | Shell Programming and Scripting | 7 | 03-01-2004 01:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
tar -xvf doesnt work
Hello
Im trying to extract this file tar -xvf opt-samba-base.tar.tar tar: 0511-169 A directory checksum error on media; 0 not equal to 75420. but I get that message I tried algo with gunzip and uncompress but nothing happens gunzip -d opt-samba-base.tar.tar gunzip: opt-samba-base.tar.tar: unknown suffix -- ignored uncompress opt-samba-base.tar.tar opt-samba-base.tar.tar.Z: A file or directory in the path name does not exist. Any suggestions Thanks in advance |
| Forum Sponsor | ||
|
|
|
|||
|
tar -xvf doesnt work
Hello everyone
I resolved this issue, all you have to do itīs to change the last .tar to gz opt-samba-base.tar.tar opt-samba-base.tar.gz then gunzip opt-samba-base.tar.gz opt-samba-base.tar and then tar -xvf opt-samba-base.tar And thatīs it You can see your files. I put the example if someone else have the same problem |