[Dvdrtools-users] creating an iso from bz2 file 3.5 GB

2005-05-23 Thread Vijay Kumar
Hi, There is .bz2 file about 3.5 GB and I am trying to create and iso using the same. The basic objective is to write the .bz2 file on the dvd disc. When I try with -J option , I get the following error : # mkisofs -allow-multidot -v -allow-lowercase -J -o /root/bin/sh/backup.iso

[Dvdrtools-users] Re: creating an iso from bz2 file 3.5 GB

2005-05-23 Thread Bryan J. Smith [EMAIL PROTECTED]
From: Vijay Kumar [EMAIL PROTECTED] mkisofs: Value too large for defined data type. File /backup/backup-2005May23.tar.bz2 Not to tell you what to do, but if you have a single byte error at any point in that file, you'll lose the rest of the file. And you won't know it until minutes upon

Re: [Dvdrtools-users] creating an iso from bz2 file 3.5 GB

2005-05-23 Thread Bernhard Rosenkraenzer
On Monday 23 May 2005 16:39, Bryan J. Smith [EMAIL PROTECTED] wrote: How is the UDF support in CDRecord, CDRecord-ProDVD, DVDRecord and/or CDRecord+DVDpatch at this point? Still far from complete (volunteers welcome!), but enough to get the job done. LLaP bero

[Dvdrtools-users] Re: creating an iso from bz2 file 3.5 GB -- cdrecord = { cdrecord, mkisofs, etc... }

2005-05-23 Thread Bryan J. Smith
On Tue, 2005-05-24 at 09:54 +1200, Volker Kuhlmann wrote: Why (how) does the burn program need to be concerned with the filesystem which might be on the data stream it's burning? If this is for mounting optical media read/write, how are these programs involved?? [ Fedora Core 3 system ] $ rpm

[Dvdrtools-users] Re: creating an iso from bz2 file 3.5 GB -- cdrecord = { cdrecord, mkisofs, etc... }

2005-05-23 Thread Bryan J. Smith
On Mon, 2005-05-23 at 22:54 -0500, Bryan J. Smith wrote: In mastery mode, it's like ISO9660, designed as a one-shot, one-size, fixed deal, that way, it only takes up the space actually required (just like any archive format either). In pre-allocated mode, it is like a traditional filesystem --

RE: [Dvdrtools-users] Re: creating an iso from bz2 file 3.5 GB --cdrecord = { cdrecord, mkisofs, etc... }

2005-05-23 Thread Vijay Kumar
Hi , I tried with the udf option and getting this error which states that the data type is too large. # mkisofs -allow-multidot -v -allow-lowercase -udf -o /root/bin/sh/backup.iso /backup/backup.tar.bz2 Warning: creating filesystem that does not conform to ISO-9660. mkisofs 2.0

Re: [Dvdrtools-users] Re: creating an iso from bz2 file 3.5 GB -- cdrecord = { cdrecord, mkisofs, etc... }

2005-05-23 Thread Volker Kuhlmann
Why (how) does the burn program need to be concerned with the filesystem which might be on the data stream it's burning? If this is for mounting optical media read/write, how are these programs involved?? Source RPM: cdrtools-2.01.1-5.src.rpm mkisofs comes from Jorg's cdrecord. No,