Package: genisoimage
Version: 9:1.1.1-1
Severity: normal

Using the -stream-media-size option with genisoimage will silently break
when used with files of 4Gb or larger.  The following command
illustrates this:

dd if=/dev/zero bs=1024M count=4 2>/dev/null | genisoimage\
    -stream-media-size $((512*1024*4+201)) > broken.iso

The media size is specified as 2097152 sectors (4Gb) plus the 200 sectors
genisoimage needs to store metadata plus one sector (because genisoimage
seems to need more than it claims).  If the ISO-9660 filesystem is then
mounted, it shows one file ("stream.img") which appears to contain zero
bytes.  genisoimage does not fail, nor does it complain or warn of this
problem.

Cheers!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'stable'), (400, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages genisoimage depends on:
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries
ii  libmagic1                    4.17-3      File type determination library us
ii  zlib1g                       1:1.2.3-13  compression library - runtime

genisoimage recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to