- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cpio and Tar file sizes
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
09-11-2000 04:26 AM
09-11-2000 04:26 AM
Cpio and Tar file sizes
Is true what the manual states that both cpio and tar on HP-UX 11 have a 2GB file size limit.
If so is there any way round this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 04:37 AM
09-11-2000 04:37 AM
Re: Cpio and Tar file sizes
Standards-conforming backup commands such as tar, cpio, ftio, and pax do not
support archiving files greater than 2GB. These commands have limitations
associated with standards and interoperability that prevents their support of large files. The manpages contain complete details.
Getting around the problem depends on what you are trying to do. There are other facilities for backup that do support large files. What do you want to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 04:46 AM
09-11-2000 04:46 AM
Re: Cpio and Tar file sizes
Tar and cpio are old utilities and do not support files larger than 2GB. I would you something like fbackup.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 04:49 AM
09-11-2000 04:49 AM
Re: Cpio and Tar file sizes
using gnu tar will get around the 2GB limit. Havent heard of a gnu cpio command, possibly there is one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 05:14 AM
09-11-2000 05:14 AM
Re: Cpio and Tar file sizes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 06:29 AM
09-11-2000 06:29 AM
Re: Cpio and Tar file sizes
Another comment. As noted, neither tar (or its cousin, pax) nor cpio support files larger than 2GB. IN ADDITION, neither of these utilities support the archival of files that have user/group IDs greater than 60K. Files with user/group IDs that exceed this value are restored under the user/group ID of the current process. This may or may not be another issue to you.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 06:30 AM
09-11-2000 06:30 AM
Re: Cpio and Tar file sizes
Another comment. As noted, neither tar (or its cousin, pax) nor cpio support files larger than 2GB. IN ADDITION, neither of these utilities support the archival of files that have user/group IDs greater than 60K. Files with user/group IDs that exceed this value are restored under the user/group ID of the current process. This may or may not be another issue to you.
...JRF...