- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Will gnu tar work with file greater than 8GB?
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
12-26-2007 05:52 PM
12-26-2007 05:52 PM
My dba used the tar command for their backup jobs. Recently they got an error message "tar: Size of abc.DBF.Z greater than 8GB, Not dumped." Will gnu tar work with file greater than 8GB? Thank you.
Regards,
Jan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 06:43 PM
12-26-2007 06:43 PM
Re: Will gnu tar work with file greater than 8GB?
Up to 8 GB only
11.0:
PHCO_29229 s700_800 11.00 Cumulative tar(1) patch
( SR: 8606309652 DTS:JAGae72527 )
Enhancement Request:tar has been enhanced to support backup of files up to 8GB
from the earlier 2GB
11.11:
PHCO_26423:
( SR:8606196471 CR:JAGad65674 )
Enhancement Request: enhance tar(1) to support the archival of files up to 8GB
from the current 2GB.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 07:01 PM
12-26-2007 07:01 PM
SolutionAnyway, i've check GNU tar website and find the following (taken from http://www.gnu.org/software/tar/manual/tar.html.gz#SEC4)
format UID File Size File Name Devn
gnu 1.8e19 Unlimited Unlimited 63
oldgnu 1.8e19 Unlimited Unlimited 63
v7 2097151 8GB 99 n/a
ustar 2097151 8GB 256 21
posix Unlimited Unlimited Unlimited Unlimited
You can check which version you're using. If you're using v7, maybe that answer why it happen. Sometimes i use tar to backup small files (but it was never my favourite) and fbackup for big files where multiple tapes are needed. But its up to yr dba.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 09:08 PM
12-26-2007 09:08 PM
Re: Will gnu tar work with file greater than 8GB?
gnu tar 8gb
would have led directly to:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1176422
which includes a demonstration of exactly
this (with, I'll admit, a lot of additional
noise).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2007 06:13 AM
12-27-2007 06:13 AM
Re: Will gnu tar work with file greater than 8GB?
I will download the latest gnu tar and try it and hopefully it will work for my dba :-)
Thank you very much. Wish you a Happy New Year.
Regards,
Jan