Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Fri, 04 Jul 2008 03:01:01 -0500, Dale wrote: > > > I put the debug "stuff" in the reply to Sebastian's email. From the > > way I understood the error, it could not handle a file larger than > > 2Gbs. May be reading it wrong tho. > > That's right, why do you think the files on video DVDs come in 1GB > chunks. You need to split the tarball to put it on a DVD. I use dar for > backing up to DVDs, it handles these details for you.
The maximum size of a single file on a video DVD is "1 GB - one sector". This is to allow historical (e.g. Mac OS 9) OS that is not large file aware. The "largefile awareness" starts with the ability to correctly handle files that are > "2 GB - 2 bytes". Mkisofs is "largefile hot" since 10 years (Solaris) and supports large files on Linux since Linux started to introduce this feature. As ISO-9660 level 1..2 limits files to 4 GB - 2 kB, we are not talking about "large file" support but about something different. If you are using "cdrkit", you use a "fork" that has been created in September 2006, but that is based on code published in September 2004. As the cdrkit project does not do own development, all new features and bug fixes done in the official software are missing in the fork. If you need features implemented during the past 3 years, you cannot use the fork, _need_ to use the official software. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily -- gentoo-user@lists.gentoo.org mailing list