Unzipping problems in Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unzipping problems in Unix
# 1  
Old 02-22-2005
Unzipping problems in Unix

Hi,

I have a zip file in a unix file system that contains approximately 1000000 files. I would like to unzip this file.

When I use unzip, the unzip command starts extracting the files , but after extracting 65535 files, I am getting the following error.


"note: didn't find end-of-central-dir signature at end of central dir.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly) "

Does anybody know if there is a version of unzip that can help me overcome this problem ?
Can some kernel or other parameters be tweaked to overcome this problem ?

Please let me know.

Thanks
# 2  
Old 02-22-2005
You might try this product. If you have trouble with it, you can contact support.
We use it, but never with one million files.... Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Open Source

Old UNIX Problems

So the almighty goog has not povided any help to this question, so I need some expert advice. i'm on a AIX 5.2 ML_09 box (yeah... I know) and I need to know if there is a utility like nc or socat that will do the same thing for my operating system. The current ask is to be able to pass packets... (2 Replies)
Discussion started by: kopfgeldjagar1
2 Replies

2. Shell Programming and Scripting

Unzipping .Z file in UNIX

Hi , How can I unzip a .Z file in Unix? Thanks and regards, Anupam (3 Replies)
Discussion started by: Anupam_Halder
3 Replies

3. Shell Programming and Scripting

Error while Unzipping

Hi, I have transfered a Zip file from Windows to Unix and tried to Unzip it in Unix using ksh. But it throws an error: error : missing 24 bytes in zipfile (attempting to process anyway) error : attempt to seek before beginning of zipfile (please check that you have transferred or... (2 Replies)
Discussion started by: angie1234
2 Replies

4. Shell Programming and Scripting

Unix scripting problems

Hi, In my unix server, i received a file in /usr/data/xmit location. i want to write a unix script after file reached. So how can i write a one line code which chceks the presence of the file? and second line line should take the status of the prevous line. like below. Line 1: checks for the... (16 Replies)
Discussion started by: JSKOBS
16 Replies

5. Shell Programming and Scripting

Unzipping the file

I have my folder structure like a file a.zip is placed in one folder. Inside a.zip is two other zip files x.zip and y.zip If i unzip x.zip i have folder a folder z and inside folder z there are different folders with event time appended to it. Inside the every event folder ,I have a sub folder... (1 Reply)
Discussion started by: weknowd
1 Replies

6. HP-UX

Error while UNZIPPING

Hi, I have file.zip in windows machine, i moved that .zip to unix throught ftp. when i tried to unzip the .zip file getting the error. please see the below information for the same. I am using the below command to UNZIP : unzip /users/test/file.zip /users/test/test111 Below are the... (1 Reply)
Discussion started by: srujana
1 Replies

7. HP-UX

UNIX memory problems

I don't know if this is better suited for the application section, but here goes. We are currently running HP-UX 11 as our database server. The database is Progress version 9.1C. As of late, some of our batch processes that run on the UNIX db server are erroring out because of what appear to... (3 Replies)
Discussion started by: eddiej
3 Replies

8. Shell Programming and Scripting

unzipping problem

Hi, I have downloaded the oracle 9i software from oracle website. The file is in the following format. "lnx_920_disk1.cpio.gz" I need to unzip this file for installing oracle9i in my system. I tried with the following command to unzip the file "$gunzip lnx_920_disk1.cpio.gz" but i am... (2 Replies)
Discussion started by: ravi raj kumar
2 Replies

9. UNIX for Dummies Questions & Answers

Unix 5.0.7 problems Booting

Hello there guys , I have a unix box that i just install on a HP VL400 , installation went all the way no problem. I get the BOOT: Hit enter and it goes to the point that you can see the all the hardware info. the problem is that freeses when gets to this point H oeminit Note: I put... (1 Reply)
Discussion started by: josramon
1 Replies

10. UNIX for Dummies Questions & Answers

Unzipping

Ok, im a lame newb, i know, but what are all the options for the tar command, and how do i use it properly...? (3 Replies)
Discussion started by: FalconX2
3 Replies
Login or Register to Ask a Question