- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cpio for files over 2GB - patch available?
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-10-2003 02:09 PM
04-10-2003 02:09 PM
cpio for files over 2GB - patch available?
Is anyone aware of a patch for cpio so it can copy files over 2GB in size?
Running on HPUX 11.0
Thanks,
Houston
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 02:19 PM
04-10-2003 02:19 PM
Re: cpio for files over 2GB - patch available?
"Because of industry standards and interoperability goals, cpio does not support the archival of files larger than 2GB or files that have user/group IDs greater than 60K. Files with user/group IDs greater than 60K are archived and restored under the user/group ID of the current process."
Suggest you look at GNU tar for portability or utilise other tools like fbackup/dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 04:51 PM
04-10-2003 04:51 PM
Re: cpio for files over 2GB - patch available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:08 AM - last edited on 02-15-2021 08:40 AM by Parvez_Admin
04-11-2003 12:08 AM - last edited on 02-15-2021 08:40 AM by Parvez_Admin
Re: cpio for files over 2GB - patch available?
GNU tar and GNU cpio. Both available on my ITRC pages:https://www.beepz.com/personal/merijn/ or <>http://www.cmve.net/~merijn/
[ADMIN: The above links are no longer valid]
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:11 AM
04-11-2003 12:11 AM
Re: cpio for files over 2GB - patch available?
You have to use the GNU version of those.
you can also pick them from here
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:11 AM
08-01-2003 07:11 AM
Re: cpio for files over 2GB - patch available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:20 AM
08-01-2003 07:20 AM
Re: cpio for files over 2GB - patch available?
There is a tar patch released for 11.x to allow for files up to 8gb.
PHCO_29229 (11.0)
PHCO_28992 (11.11)
Enhancement Request:tar has been enhanced to support
backup of files upto 8GB from the earlier 2GB
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:25 AM - last edited on 02-15-2021 08:41 AM by Parvez_Admin
08-01-2003 07:25 AM - last edited on 02-15-2021 08:41 AM by Parvez_Admin
Re: cpio for files over 2GB - patch available?
Try GNU cpio.
* cpio, tar and pax now support >2 GB file access. Please do not use
the GNU command gtar on > 2 GB files since they still have the
32-Bit limit:http://hpux.cict.fr/hppd/hpux/Gnu/cpio-2.5/
[ADMIN: The above link is no longer valid]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:25 AM
08-01-2003 07:25 AM
Re: cpio for files over 2GB - patch available?
if you need a very fast tool, you can think of using "dd", which supports over 2G files
Massimo