Report forwarded
to debian-bugs-dist@lists.debian.org, Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org> (growisofs for {1126713}): Bug#1126713; Package growisofs.
(Sat, 31 Jan 2026 09:39:03 GMT) (full text, mbox, link).
Acknowledgement sent
to techlord8@web.de:
New Bug report received and forwarded. Copy sent to pkg-opt-media-team@lists.alioth.debian.org.
(Sat, 31 Jan 2026 09:39:03 GMT) (full text, mbox, link).
Subject: growisofs -Z doesn't work on BD-R SRM (non-POW).
Date: Sat, 31 Jan 2026 00:09:13 +0000
Package: growisofs
Use case: use remaining space on disc if BD-R burn was interrupted.
How it would work: growisofs -Z would auto-detect the next writable address (NWA), then use genisoimage -C 0,[NWA] to write the new data starting at the next NWA. Without genisoimage -c 0,[NWA], the OS can not find the new superblock.
Information forwarded
to debian-bugs-dist@lists.debian.org, Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org> (growisofs for {1126713}): Bug#1126713; Package growisofs.
(Tue, 03 Feb 2026 07:31:01 GMT) (full text, mbox, link).
Acknowledgement sent
to techlord8@web.de:
Extra info received and forwarded to list. Copy sent to pkg-opt-media-team@lists.alioth.debian.org.
(Tue, 03 Feb 2026 07:31:01 GMT) (full text, mbox, link).
> Without genisoimage -c 0,[NWA], the OS can not find the new superblock.
Of course, I meant:
genisoimage -C 0,[NWA]
(with uppercase "C").
Currently, this has to be done manually:
genisoimage -C 0,[NWA] [other options] -o tmp.iso [files and folders to add]
growisofs -use-the-force-luke=seek:[NWA] [other options] -Z /dev/sr0=tmp.iso
NWA is always in 2K (2048 byte) logical blocks. The NWA can be found using dvd+rw-mediainfo /dev/sr0 (or whichever device name is in use).
Changed Bug title to 'growisofs -Z doesn't work on BD-R SRM (non-POW) with existing sessions.' from 'growisofs -Z doesn't work on BD-R SRM (non-POW).'.
Request was from techlord8@web.de
to control@bugs.debian.org.
(Tue, 03 Feb 2026 07:33:01 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org> (growisofs for {1126713}): Bug#1126713; Package growisofs.
(Tue, 03 Feb 2026 07:39:01 GMT) (full text, mbox, link).
Acknowledgement sent
to techlord8@web.de:
Extra info received and forwarded to list. Copy sent to pkg-opt-media-team@lists.alioth.debian.org.
(Tue, 03 Feb 2026 07:39:01 GMT) (full text, mbox, link).
I haven't yet added the error text. It is:
:-[ WRITE@LBA=0h failed with SK=5h/INVALID ADDRESS FOR WRITE]: Invalid argument
:-( write failed: Invalid argument
"LBA=0h" means it is trying to write at the beginning, which, of course, is impossible on an SRM non-POW formatted BD-R.
Information forwarded
to debian-bugs-dist@lists.debian.org, Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org> (growisofs for {1126713}): Bug#1126713; Package growisofs.
(Tue, 03 Feb 2026 10:13:02 GMT) (full text, mbox, link).
Acknowledgement sent
to techlord8@web.de:
Extra info received and forwarded to list. Copy sent to pkg-opt-media-team@lists.alioth.debian.org.
(Tue, 03 Feb 2026 10:13:02 GMT) (full text, mbox, link).
> impossible on an SRM non-POW formatted BD-R.
By that, I mean it is impossible if a session already exists on the disc. Of course, it <em>is</em> possible on a blank BD-R SRM. Clarified for completeness.
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.