Operating System - HP-UX
1837975 Members
2562 Online
110124 Solutions
New Discussion

Re: unzip file include > 2G files

 
j773303
Super Advisor

unzip file include > 2G files

Hello expert,
OS: 11.23
unzip 5.52

problem:
I've got a problem while extracting files which is > 2G in zip. Does anyone knows unzip 5.52 can support over 2G files extracting? And any other extract zip file in HPUX 11.23 ? Thanks in advanced.
Hero
8 REPLIES 8
Jeeshan
Honored Contributor

Re: unzip file include > 2G files

Hi

Exactly what kind of message you have found while extraction?
a warrior never quits
j773303
Super Advisor

Re: unzip file include > 2G files

I've the largfiles support in the file system. While unzip > 2G file, it got the error message "write error ( disk full? )".
Please adivce it and many thanks for the reponse.
Hero
Aashique
Honored Contributor

Re: unzip file include > 2G files

Hi,
this is not your unzip or tar or gzip problem.
Your file system not formatted with the largefiles support. thats why the problem comes.
format it with large file support

#newfs -F vxfs -o largefiles /dev/vgash/rlvdata


Thanks & Regards

Aashique
Dennis Handly
Acclaimed Contributor

Re: unzip file include > 2G files

>Aashique: this is not your unzip or tar or gzip problem.

Are you sure? gzip doesn't support large files. Only Steve's new unzip does.

>format it with large file support
#newfs -F vxfs -o largefiles /dev/vgash/rlvdata

Why would you want to destroy 100s of Gbs of data just to change the type? Just use:
# fsadm -f vxfs -o largefiles device
Steven Schweda
Honored Contributor

Re: unzip file include > 2G files

> gzip doesn't support large files. Only
> Steve's new unzip does.

First, let's leave gzip out of this. It's an
Info-ZIP Zip+UnZip problem. Second, it's not
_my_ new UnZip, I just help a little, here
and there.

Now, who's making these large-file Zip
archives? Info-ZIP Zip 2.x does not support
files (input or output) bigger than 2GB.

Similarly, Info-ZIP UnZip 5.x does not
support files (input or output) bigger than
2GB (no matter who made them).

As previously cited links suggest, you need
Zip 3.x and/or UnZip 6.x to deal with a
large-file Zip archive. The official
releases are not yet available, but the
pre-release ("BETA") source kits (currently
UnZip 6.00d and Zip 3.0g) should be good
enough to do the job.

As usual:

http://www.info-zip.org/
ftp://ftp.info-zip.org/pub/infozip/beta/
http://sourceforge.net/project/showfiles.php?group_id=118012

On the bright side, even the humble (lame)
bundled C compiler on HP-UX should be good
enough to build these programs from the
source kits.

If you have any trouble, be sure to complain.
j773303
Super Advisor

Re: unzip file include > 2G files

Thanks for everyone for the advice and good suggestion.
Hero
Dennis Handly
Acclaimed Contributor

Re: unzip file include > 2G files

If our suggestions were helpful, please read the following about assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33