![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unzip files in a different folder | agarwalniru | UNIX for Dummies Questions & Answers | 2 | 03-25-2008 12:36 PM |
| unzip particular gzip files among the normal data files | thepurple | Shell Programming and Scripting | 4 | 11-30-2007 08:17 AM |
| Unzip files where modified time>05:00 ? | SunnyK | Shell Programming and Scripting | 3 | 11-06-2007 07:15 AM |
| Copy files from CD and Unzip | AJD | UNIX for Dummies Questions & Answers | 1 | 04-15-2004 04:43 AM |
| unzip .tgz files | Prafulla | UNIX for Dummies Questions & Answers | 5 | 02-09-2002 07:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am zipping and downloading zip files from an AS400 using the unzip utility. The files are being downloaded onto a Solaris box. Some of the content files in the zip are larger than 2GB. When using the unzip utility (version 5.32), it complains of 'disk full'. The disk is not full, I still have 35Gb available and I can create files larger than 2GB on this file system. I just created one at 4GB.
Parameter LARGE_FILES_ENABLED is set for this user. ulimit -f is set to unlimited So my question is: is there a way to instruct unzip to decompress files larger than 2GB? Or is there something else I am missing that I need to change or modify to enable this. There are also multiple files in the ZIP file so I cannot use gunzip or I don't know how to use gunzip to unzip a ZIP file.
__________________
Terry Carlson email: terry.carlson@adc.com |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
It sounds like your unzip utility is compiled in 32 bit mode. You need to get one compiled in 64 bit mode.
|
|
#3
|
|||
|
|||
|
Compiling the unzip and zip utilities as 64 bit solved the problem. Thanks for the response.
__________________
Terry Carlson email: terry.carlson@adc.com |
|||
| Google The UNIX and Linux Forums |