https://bugs.kde.org/show_bug.cgi?id=379268
--- Comment #22 from Thomas Schmitt <scdbac...@gmx.net> --- Hi, this search in the K3B code https://github.com/KDE/k3b/search?utf8=%E2%9C%93&q=udf&type= does not yield any suspect for special treatment of UDF add-on sessions in K3B. So it becomes more probable that K3B lets mkisofs or genisoimage load the old session and add the files, but that subsequent readers get pointed to the first UDF session rather than the last session (as is sual with ISO 9660 on most operating systems). Tests for this theory: - Does dvd+rw-mediainfo report more than one session on your DVD+R ? (I.e. did K3B write a new session at all.) - Do you see the files of both sessions if you force Linux mount to use the ISO 9660 aspect of the medium ? mkdir /mnt/iso (To be later unmounted by umount /dev/sr0 ) Have a nice day :) Thomas -- You are receiving this mail because: You are watching all bug changes.