- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiling GNU cpio for big 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
05-29-2003 05:41 AM
05-29-2003 05:41 AM
The cpio supplied with HP-UX cannot handle files over 2 Gig. My understanding is that, if the proper software switch is set in the source for GNU cpio before compiling, it will be able to handle the larger files. I have the source for Version 2.5 of GNU cpio and cannot find the source line that must be modified. Can anyone tell me which line in which file I must change before compiling the code? We are using both HP-UX 11.00 and 11.11.
I am aware that patches exist that will fix both pax and tar on HP-UX 11.11 to handle files up to 8 Gig. I am also aware that I could use a script to pipe through compress or split before passing the files to cpio. I would really prefer to get cpio working.
I have searched this forum and Google for the answer but always seem to come up empty handed. Can anyone help me get the GNU cpio compiled to handle files larger than 2 Gig
Thank you,
Darrell Tschakert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 05:43 AM
05-29-2003 05:43 AM
Re: Compiling GNU cpio for big files
http://hpux.connect.org.uk/hppd/hpux/Gnu/cpio-2.5/
live free or die
donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:19 AM
05-29-2003 06:19 AM
Re: Compiling GNU cpio for big files
I may be wrong. But I haven't heard any "switch" that can be changed in the source code of GNU cpio to support over 2 GB files. I would expect it to be famous if anything of that kind is there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:22 AM
05-29-2003 06:22 AM
SolutionI have also checked the GNU web site itself ( http://www.gnu.org ) and they don't mention anything about largefile compatibility either.
If you really need to archive files larger than 2GB I would give up on the old unix commands (tar, cpio) and go with something like fbackup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:56 AM
05-29-2003 06:56 AM
Re: Compiling GNU cpio for big files
Prior to my first posting, I had downloaded both the 2.5 GNU Source, which I compiled, and I have downloaded cpio ver 2.5 as a binary. In neither case could the cpio handle large files.
I realize now that I should have included this information in my original posting. I apologize for this.
Given the replies that I have received today, I think that it is reasonable to conclude that the GNU cpio cannot handle files larger than 2 Gig. I also conclude that there is no way to configure the GNU cpio ver 2.5 Source to compile giving a binary that can handle files larger than 2 Gig. Is anyone certain that I am wrong in my conclusions?
Thank you all for your help.
Thanks,
Darrell Tschakert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:47 AM
05-29-2003 07:47 AM
Re: Compiling GNU cpio for big files
supported in Gnu tar. In fact, you have to use the '--disable-largefile' configure option to turn OFF this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 09:27 AM
05-29-2003 09:27 AM
Re: Compiling GNU cpio for big files
Darrell Tschakert