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.

