Page 1 of 2
Can't copy my BD-R discs with K3B

Posted:
Oct 3rd, '17, 18:14
by lloyd
I have Mageia 6 with K3B V 2.10.0. I have burned several 25G Blu-ray (BD-R) discs with it, which seems fine (they are my data files) However, if I try to make a copy of the disc (using K3B's COPY function), all I get is an error saying "unsupported media type". If I can burn them, why can't I copy them?
Thank you.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 4th, '17, 14:28
by wintpe
So you are saying you cant copy disks that you have burned.
if thats correct, that does not seem right.
if you were trying to copy commercial that would be a prob as there are other factors.
did it get anywhere , and was the error after a while.
or was it immediately.
my thinking is has k3b run out of temporary space to copy, or does it just not see the device.
otherwise you may have been the first to try this.
I have a blueray writer at home, i can try this later to see if its also a problem.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 4th, '17, 17:21
by lloyd
That's exactly what I'm saying. The error comes up immediately. I CAN copy a commercial disk (a Blu-ray movie - at least the one I tried) with no problem. I change the temporary directory (for the ISO file) to one that I know has tons of free space. I just tried something out. I have about 12 BD-R discs. 11 out of the 12 (when I click on "USE THE SAME DEVICE FOR BURNING") comes up with the message "APPENDABLE DATA ERROR". The one that actually DOES work (I seem to remember it did crash once (I think it was either mkisofs or genisofs that crashed). That (I think) is the disc that actually works (it IS copyable) Clicking on "USE THE SAME DEVICE FOR BURNING" says "APPENDABLE DATA BD-R". So, I'm thinking it's possibly a bug in one of these files, or possibly K3B itself.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 5th, '17, 11:17
by wintpe
OK if i get a chance ill try and test it. If not if anyone else out there has a chance to verify this as an issue and not lloyd's hardware then please have a go.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 12th, '17, 16:57
by lloyd
Ok, I've determined definitely that it is NOT my hardware. I tried burning the same ISO file using BurnAware and CDburnerXP (both under Windows 10) Both discs worked perfectly, and K3B was able to copy them without any problems. What the two Windows programs said was "incomplete disc." I'm pretty sure that they were not finalized (closed) correctly.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 16th, '17, 11:22
by wintpe
sorry not had time to test, short term, distractions.
ill try to get round to it
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 16th, '17, 13:50
by lloyd
One of the developers (Leslie Zhai) told me that v2.10.0 is not being maintained anymore, and that I should install the newer version. (v16 or 17 or something like that) I have no idea how to do that) And it says I need a certain library, which I have no clue what package it's part of.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 16th, '17, 14:55
by wintpe
there are possible problems linking a late k3b against the versions of plasma we use.
but of course it might not be k3b itself, as k3b will use many CLI tools to get the job done.
so it could be any one of these.
perhaps try an alternative to k3b , and see if the problem is replicated.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 16th, '17, 17:37
by lloyd
As I've said, it DOES work under Windows. So I guess that's my temporary workaround.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 17th, '17, 10:53
by wintpe
thats not what i was suggesting
if we can establish that another linux CD burning app has the same problem, it may indicate that one of the supporting utilities, like makeisofs, or other is at fault, and not k3b
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 17th, '17, 13:49
by lloyd
Sorry, I misunderstood what you meant. What other Linux programs have the capability to burn BD-R discs? I think I tried Brasero, and it wouldn't even detect my BD drive.
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 18th, '17, 17:31
by wintpe
its cdrtools i believe thats behind this.
and i think you can use them as a CLI
not tried this but grabbed from a web site
/bin/mkisofs -J -r -iso-level 3 -allow-multidot -allow-leading-dots -joliet-long -o IMAGE.iso disc/
cdrecord dev=/dev/sr0 -v -pad -data IMAGE.iso
or somethink like that
you will probably see this in the background with ps -ef in a terminal when k3b is burning.
so it might just be a newer version of cdrtools is required.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 25th, '17, 16:55
by lloyd
Ok, now, it's a different, but related problem. I can't burn an ISO file to a Blu-ray disc. K3B detects the Blu-ray disc, but won't go further. (in fact, I re-installed all of Mageia, hoping that something would fix the problem. It didn't) I think this only happens with Blu-ray discs. If I just want to burn data files on a BD-R disc, that seems to work OK. It's just ISO files that are causing the problem. The thing is, it used to work without any problems. Now, it just hangs at "waiting for media" and the only choice is "cancel". Clicking "load" does nothing. I've heard it could possibly be a problem with growisofs. Where could I get a newer copy of CDRTOOLS? I think I have V1.11.1 (or whatever Mageia came with)
Re: Can't copy my BD-R discs with K3B

Posted:
Oct 26th, '17, 11:53
by wintpe
well one way is prove it has nothing to do with K3B by running the command in a terminal that k3b runs.
you should be able to get this by running ps -ef|grep "string"
where string is k3b, growiso, mkisofs, or just looking at processes owned by you.
then run the command as a command line.
same result, raise it as a bug to the mageia bug team.
maybe the maintainer will get a newer version and push it through testing and you can add the testing repo and validate the fix for him/her.
this is the best aproach as it helps everyone.
but you could also download the cdrtools tar.gz package from wherever its hosted.
then xtract it ; cd into its extracted path, and then run
./configure --prefix=/home/youuserid/cdrtools
make
make install.
then try running the same command using the explicit paths of /home/youruserid/cdrtools/bin/xxxx1234
for each binary used in the command.
once you have proved a solution, again raise a bug report with your findings.
this is what contributing to a freeware project is all about, you get the whole OS for free, but all you have to do is help the maintainers
by showing them whats wrong, and what fixes it.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 10th, '17, 15:02
by lloyd
So now I have a different problem. Whenever I try to burn an ISO file to Blu-ray, everything starts out fine. K3B says it found a blank BD-R. But it refuses to load it. I click on "load" and nothing happens. So I cancel it (that works) But then, I can't close K3B because it won't close. It just totally locks up. (I can minimize it) Sometimes I use Ctrl-Alt-BackSpace (which doesn't always work) or Konsole to manually kill it (that always works). The thing is, it actually DID work at one time. I re-installed the whole distro and that didn't fix it. Is it possible to upgrade to the newer version of K3B or downgrade to the earlier version (2.03a)?
Thanks.
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 10th, '17, 18:34
by wintpe
is it possible to burn another distro or mga5 to a usb and boot from that and try that.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 11th, '17, 13:35
by lloyd
is it possible to burn another distro or mga5 to a usb and boot from that and try that.
regards pete
Yes, it's possible. I tried it. Loaded Linux Mint 18.2 onto a USB stick and ran K3B from that (it was K3B v2.03a) Exactly the same results, as in, it still did exactly the same thing. Is there any way to run the latest version from Cauldron on Mageia 6?
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 12th, '17, 23:58
by wintpe
before you do that try fedora 26 live
thats probably not to diff from Cauldron
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 13th, '17, 01:12
by lloyd
Ok, I'm going to try that.
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 17th, '17, 17:24
by lloyd
Ok, so I've tried that using a different distro. First I tried KDE Neon running under Virtualbox. It installed K3B all right, but cdrtools is missing and I couldn't figure out where to get it or how to install it. I've also tried FC 26 and OpenSUSE. A lot of them just don't find the drive. Not sure why, but I'm sure it has to do with Virtualbox. As a temporary workaround, I have Windows 10 installed under Virtualbox and the BurnAware Free installed on Windows 10. That works perfectly, so I can live with it, even if I prefer using K3B.
I've also just d/l the SRPM of K3B 17.08. Is it possible to compile it (and get it to work) under Mageia 6?
Thank you!
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 17th, '17, 19:41
by doktor5000
lloyd wrote:I've also just d/l the SRPM of K3B 17.08. Is it possible to compile it (and get it to work) under Mageia 6?
Please put that in a separate thread, and at least provide some more details from where you downloaded. And why shouldn't it be possible to compile that under mga6?
Re: Can't copy my BD-R discs with K3B

Posted:
Nov 17th, '17, 23:15
by wintpe
yes k3b 2.10 does have this problem fails to see enough size on the blueray, at least thats the issue i see.
keeps saying insert medium, which i have, but fails to see that its a 25 gig blueray, my iso was only 10G
but im not sure if its my iso image that i created thats at fault, i created it with growisofs
i think 17 requires qt 5.9 but basically if you want to persist
"rpmbuild --rebuild k3b-17.08.0-1.mga7.src.rpm"
and install all the dependencies that it says are not installed, and there are lots, and im not sure if versions will not be satisfied at this point
it could still not be k3b at fault as im having the same issue with this command.
try this as a command line first as i suggested a few threads back.
wodim -v dev=/dev/sr0 -dao /home/user/file.iso
womin should also be able to burn an iso
i have the PIONEER BD-RW BDR-206 1.05 PQ: 0 ANSI: 0
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
May 4th, '18, 15:39
by wintpe
waking this one up again as i think this is still a problem.
this is with k3b 17.12.2
- Code: Select all
Burned media
-----------------------
BD-R Sequential (SRM)
Devices
-----------------------
PIONEER BD-RW BDR-206 1.05 (/dev/sr1, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, BD-ROM, BD-R, BD-RE, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW, BD-ROM, BD-R Sequential (SRM), BD-R Random (RRM), BD-RE] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite, Layer Jump, Random Recording, Sequential Recording, Sequential Recording + POW] [%7]
PLEXTOR DVDR PX-891SAW 1.03 (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite, Layer Jump] [%7]
K3b::IsoImager
-----------------------
mkisofs print size result: 23670733 (48477661184 bytes)
System
-----------------------
K3b Version: 17.12.2
KDE Version: 5.42.0
Qt Version: 5.9.4
Kernel: 4.14.38-desktop-1.mga6
Used versions
-----------------------
mkisofs: 1.1.11
growisofs: 7.1
growisofs
-----------------------
Executing 'builtin_dd if=/dev/fd/0 of=/dev/sr1 obs=32k seek=0'
/dev/sr1: pre-formatting blank BD-R for 49.8GB...
/dev/sr1: "Current Write Speed" is 8.2x4390KBps.
14876672/48477661184 ( 0.0%) @0.9x, remaining 162:52 RBU 100.0% UBU 1.9%
15925248/48477661184 ( 0.0%) @0.1x, remaining 355:01 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 507:10 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 659:19 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 862:12 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1014:21 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1166:30 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1369:23 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1521:32 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1673:41 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 1876:33 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2028:43 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2180:52 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2383:44 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2535:53 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2688:03 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 2890:55 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3043:04 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3195:13 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3398:06 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3550:15 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3702:24 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 3905:16 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4057:26 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4209:35 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4412:27 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4564:36 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4716:46 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 4919:38 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5071:47 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5223:56 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5426:49 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5578:58 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5731:07 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 5933:59 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 6086:09 RBU 100.0% UBU 100.0%
15925248/48477661184 ( 0.0%) @0.0x, remaining 6238:18 RBU 100.0% UBU 100.0%
:-[ WRITE@LBA=1e60h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument

write failed: Invalid argument
/dev/sr1: flushing cache

unable to FLUSH CACHE: Input/output error

unable to SYNCHRONOUS FLUSH CACHE: Input/output error
- Code: Select all
growisofs command:
-----------------------
/bin/growisofs -Z /dev/sr1=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=4gms -use-the-force-luke=tracksize:23670733 -dvd-compat -speed=7 -use-the-force-luke=bufsize:32m
mkisofs
-----------------------
23670733
I: -input-charset not specified, using utf-8 (detected in locale settings)
Using GIT_TUTORIAL_FOR_BEGINNE000.MP4;1 for git/Git Tutorial for Beginners 5 How to Make Changes to Files--ocjexgLVZc.mp4 (Git Tutorial for Beginners 4 Git Concepts and Architecture-ihKRRWBVn5k.mp4)
Using GIT_TUTORIAL_FOR_BEGINNE001.MP4;1 for git/Git Tutorial for Beginners 4 Git Concepts and Architecture-ihKRRWBVn5k.mp4 (Git Tutorial for Beginners 3 Getting Started-xH27nr7iaZM.mp4)
Using JENKINS_BEGINNER_TUTORIA000.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 16 - What is BLUE OCEAN (How to get started)-Di1DjW8Qxb0.mkv (Jenkins Beginner Tutorial 15 - How to setup BUILD PIPELINE in Jenkins (Step by Step)-zf6ogW0HKLY.mkv)
Using JENKINS_BEGINNER_TUTORIA001.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 15 - How to setup BUILD PIPELINE in Jenkins (Step by Step)-zf6ogW0HKLY.mkv (Jenkins Beginner Tutorial 14 - How to setup DELIVERY PIPELINE in Jenkins (Step by Step)-ndLbn24OwQg.mkv)
Using JENKINS_BEGINNER_TUTORIA002.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 14 - How to setup DELIVERY PIPELINE in Jenkins (Step by Step)-ndLbn24OwQg.mkv (Jenkins Beginner Tutorial 13 - What is Pipeline in Jenkins (DevOps)-DTRfG_gMLeU.mkv)
Using JENKINS_BEGINNER_TUTORIA003.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 13 - What is Pipeline in Jenkins (DevOps)-DTRfG_gMLeU.mkv (Jenkins Beginner Tutorial 12 - Notifications - How to send Email from Jenkins-DULs4Wq4xMg.mkv)
Using JENKINS_BEGINNER_TUTORIA004.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 12 - Notifications - How to send Email from Jenkins-DULs4Wq4xMg.mkv (Jenkins Beginner Tutorial 10 - What is Automated Deployment (Step by Step)-HkLXbFDlMtU.mkv)
Using JENKINS_BEGINNER_TUTORIA005.MKV;1 for jenkins-devops/Jenkins Beginner Tutorial 10 - What is Automated Deployment (Step by Step)-HkLXbFDlMtU.mkv (Jenkins Beginner Tutorial 1 - Introduction and Getting Started-89yWXXIOisk.mkv)
0.04% done, estimate finish Fri May 4 14:26:42 2018
=== last message repeated 2 times. ===
0.05% done, estimate finish Fri May 4 14:26:42 2018
=== last message repeated 5 times. ===
0.06% done, estimate finish Fri May 4 14:26:42 2018
=== last message repeated 4 times. ===
0.07% done, estimate finish Fri May 4 14:26:42 2018
=== last message repeated 2 times. ===
0.07% done, estimate finish Fri May 4 21:13:02 2018
0.07% done, estimate finish Fri May 4 21:01:11 2018
0.07% done, estimate finish Fri May 4 21:12:10 2018
0.08% done, estimate finish Fri May 4 21:01:00 2018
0.08% done, estimate finish Fri May 4 21:11:45 2018
0.08% done, estimate finish Fri May 4 21:01:11 2018
0.08% done, estimate finish Fri May 4 20:50:50 2018
0.08% done, estimate finish Fri May 4 20:41:19 2018
0.09% done, estimate finish Fri May 4 20:32:17 2018
0.09% done, estimate finish Fri May 4 20:23:23 2018
0.09% done, estimate finish Fri May 4 20:33:30 2018
0.09% done, estimate finish Fri May 4 20:25:14 2018
0.10% done, estimate finish Fri May 4 20:17:19 2018
0.10% done, estimate finish Fri May 4 20:09:31 2018
0.10% done, estimate finish Fri May 4 20:02:17 2018
0.10% done, estimate finish Fri May 4 20:11:47 2018
mkisofs calculate size command:
-----------------------
/bin/genisoimage -gui -graft-points -print-size -quiet -volid learning 1 -volset -appid K3B THE CD KREATOR (C) 1998-2017 SEBASTIAN TRUEG, MICHAL MALEK AND LESLIE ZHAI -publisher -preparer -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/k3b.U44439 -rational-rock -hide-list /tmp/k3b.J44439 -joliet -joliet-long -hide-joliet-list /tmp/k3b.T44439 -no-cache-inodes -allow-limited-size -udf -full-iso9660-filenames -disable-deep-relocation -iso-level 3 -path-list /tmp/k3b.q44439
mkisofs command:
-----------------------
/bin/genisoimage -gui -graft-points -volid learning 1 -volset -appid K3B THE CD KREATOR (C) 1998-2017 SEBASTIAN TRUEG, MICHAL MALEK AND LESLIE ZHAI -publisher -preparer -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/k3b.s44439 -rational-rock -hide-list /tmp/k3b.j44439 -joliet -joliet-long -hide-joliet-list /tmp/k3b.x44439 -no-cache-inodes -allow-limited-size -udf -full-iso9660-filenames -disable-deep-relocation -iso-level 3 -path-list /tmp/k3b.J44439
this resulted in unable to flush the cache
input output error
mkisofs crashed
50 gigabyte BD-R coaster created
Re: Can't copy my BD-R discs with K3B

Posted:
May 4th, '18, 17:32
by wintpe
managed to solve it myself as the afternoon went on, as i thought this was more of the same.
its not related or if it is its a lucky find.
my external BDR does not like being connected over e-sata but is fine with usb3
same thing happened with nero
so working fine so far, upto 13 gig as i write this.
regards peter
Re: Can't copy my BD-R discs with K3B

Posted:
May 4th, '18, 18:21
by wintpe
oh well you can all but hope.
mkisofs crashed again, has anyone successfully written a blueray
regards peter