Re: trying to tar 4GB size files
From: Luke MacNeil (nospamlukemacneil_at_comcast.net)
Date: 11/17/04
- Previous message: Michał Dyszyński: "Re: How to install Knoppix into hard disk and/or into USB memory stick?"
- In reply to: Geof Gibson: "trying to tar 4GB size files"
- Next in thread: 7: "Re: trying to tar 4GB size files"
- Reply: 7: "Re: trying to tar 4GB size files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Nov 2004 11:20:13 -0500
Geof Gibson wrote:
> Hi,
> I'm trying to tar folders down to 4 GB sized tarballs so I can burn them
> to DVDs.
> This is the command I've used:
> tar -cvML 4000000 -f tarball1.tar -f tarball2.tar source_dir/
>
> When I do this, it only tars a 372K file for traball1.tar then exits
> with an 'Error is not recoverable: exiting now.'
>
> I'm not sure what I'm doing wrong. Any suggestions?
>
> geofgibson@cox.net
>
I had a similar problem writing a backup script. My problem was with the
stat() function and was a limitation of glibc.. It couldn't handle file
sizes larger that 4GB. Could be related to your problem somehow. I never
found a solution.
- Luke
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
- Previous message: Michał Dyszyński: "Re: How to install Knoppix into hard disk and/or into USB memory stick?"
- In reply to: Geof Gibson: "trying to tar 4GB size files"
- Next in thread: 7: "Re: trying to tar 4GB size files"
- Reply: 7: "Re: trying to tar 4GB size files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|