- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tar Filesize Limitation
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-26-2006 03:20 AM
04-26-2006 03:20 AM
Tar Filesize Limitation
I am running HP-UX 11.11 and I wanted to know if the version of tar that comes with the OS can create or read tar files that are larger than two (2) gigabytes in size. The version that comes with 11.00 cannot, and I wanted to see if that has been resolved with the 11i version. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 03:23 AM
04-26-2006 03:23 AM
Re: Tar Filesize Limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 03:31 AM
04-26-2006 03:31 AM
Re: Tar Filesize Limitation
I'd also install PHCO_32438 for the 'tar' cousin 'pax' which enables 'pax' to handle up to 8GB files. Remember, you can use 'pax' to extract 'tar' archives with greater flexability.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 03:33 AM
04-26-2006 03:33 AM
Re: Tar Filesize Limitation
For the 1st question -- see Clay's response above.
For the 2nd question -- Yes, tar can create a tar-ball (tar file) greater than 2GB in size IF your filesystem supports large files.
# tar -cvf localfile.tar somedir somedir1 somedir2
In the above command the localfile.tar can grow to more than 2GB (again if your filesystem supports largefiles) BUT it can only back up files of up to 2GB (or 8GB if patched) within the somedir* directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 03:49 AM
04-26-2006 03:49 AM
Re: Tar Filesize Limitation
Bill Hassell, sysadmin