- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unzip file include > 2G files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 12:35 AM
04-16-2008 12:35 AM
unzip file include > 2G files
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 12:58 AM
04-16-2008 12:58 AM
Re: unzip file include > 2G files
Exactly what kind of message you have found while extraction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 01:26 AM
04-16-2008 01:26 AM
Re: unzip file include > 2G files
Please adivce it and many thanks for the reponse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 01:28 AM
04-16-2008 01:28 AM
Re: unzip file include > 2G files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 01:30 AM
04-16-2008 01:30 AM
Re: unzip file include > 2G files
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 01:37 AM
04-16-2008 01:37 AM
Re: unzip file include > 2G files
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 06:44 AM
04-16-2008 06:44 AM
Re: unzip file include > 2G files
> 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 06:31 PM
04-16-2008 06:31 PM
Re: unzip file include > 2G files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 08:18 PM
04-16-2008 08:18 PM
Re: unzip file include > 2G files
http://forums.itrc.hp.com/service/forums/helptips.do?#33