-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The Tuesday 2007-01-09 at 00:42 -0500, Digvijoy Chatterjee wrote:

> On 1/2/07, Carlos E. R. <> wrote:

> > Programmers are using the wrong units: prefixes like mega or giga were
> > invented way earlier than programmers were born; they (we) must change and
> > use the new names (mebibyte).
> >

> linux-AMD:~ # growisofs -dry-run -Z /dev/dvd -R
> /home/digz/debian-31r4-amd64-binary-1.iso
> Executing 'mkisofs -R /home/digz/debian-31r4-amd64-binary-1.iso |
> builtin_dd of=/dev/dvd obs=32k seek=0'
> I: -input-charset not specified, using UTF-8 (detected in locale settings)
> mkisofs: Value too large for defined data type. File
> /home/digz/debian-31r4-amd64-binary-1.iso is too large
> 
> X86_64 growisofs does not support files greater than 4.0 G,
> 
> linux-AMD:~ # du -sch /home/digz/debian-31r4-amd64-binary-1.iso
> 4.4G    /home/digz/debian-31r4-amd64-binary-1.iso


And, pray, how is this related to my previous post to which you are 
answering? Please, post your answers correctly.


Ok, the thing is, with your syntax you are NOT burning the 
"/home/digz/debian-31r4-amd64-binary-1.iso" image. You are trying to 
create a new image that _contains_ the debian-31r4-amd64-binary-1.iso as a 
file - and that is impossible as the iso format does not support files 
bigger than 4GiB.

Try this instead:

growisofs -dry-run -dvd-compat -Z 
/dev/dvd=/home/digz/debian-31r4-amd64-binary-1.iso


- -- 
Cheers,
       Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFFo3vutTMYHG2NR9URAp2fAJ91Dm4S+9v/yTYpeQKhBFO0aFFoWACbBPkE
L14/JfWn1P2jXXZWnN2dUWw=
=hUi4
-----END PGP SIGNATURE-----

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to