- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- tar File size limit exceeded
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-08-2010 12:02 PM
тАО11-08-2010 12:02 PM
I was backing up a dir using tar.But tar will terminate after backing up 101M data saying "File size limit exceeded"
[root@uaedxbpdcrmdsp03 reuters]# uname -a
uname -a
Linux uaedxbpdcrmdsp03 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@uaedxbpdcrmdsp03 reuters]#
Please suggest on this.
Regards
Pavan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2010 02:48 PM
тАО11-08-2010 02:48 PM
Re: tar File size limit exceeded
Was there any other information with the error? A file name perhaps? What 'tar' syntax were you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2010 04:43 PM
тАО11-08-2010 04:43 PM
SolutionNot a very detailed description of anything.
As usual, showing an actual command can be
more helpful than a vague description.
> [...] tar will terminate after backing up
> 101M data saying "File size limit exceeded"
"tar" is unlikely to have a file size limit
anywhere near 100MB, so I'd guess that you
are hitting a limit imposed elsewhere.
ulimit -a
With no useful information about what you're
doing, it's hard to know what might help, but
if you're storing the "tar" archive on a
disk, then compression (gzip, bzip2, ...)
might help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2010 05:09 PM
тАО11-08-2010 05:09 PM
Re: tar File size limit exceeded
Thanks for your response.
Issue has been solved.Filesize limit was 100MB.I changed to 2 GB.
Regards
Pavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2010 05:30 PM
тАО11-08-2010 05:30 PM
Re: tar File size limit exceeded
That was a "ulimit" limit?
> As usual, showing an actual command can be
> more helpful than a vague description.
Still true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2010 05:31 PM
тАО11-08-2010 05:31 PM
Re: tar File size limit exceeded
The command i had fired was
<
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2010 06:37 AM
тАО11-09-2010 06:37 AM
Re: tar File size limit exceeded
> [...]
I suppose that it would be a waste of time to
note that "ulimit" is also a command which
you used, with some particular option, I'd
guess.