On Tuesday 03 February 2015 08:29:46 am dep wrote:
said Gerhard Zintel: | > i prefer k3b-trinity. but i have no idea what i can do to make it | > find cdrecord. additionally, i'd guess that because cdrecord | > overwrote whatever was there before, i can't use k3b-trinity for | > anything anymore. | | Is wodim installed at your system? Can you restart the search again? | Does this change anything?
to burn blu-ray, one apparently needs genuine cdrecord and not wodim. i added a fully qualified path to crrecord in the programs tab and now it sees it. i have not tried to burn a blu-ray disc with it yet, though -- made the one i needed with the kde4 k3b, and the discs cost nearly $10 each, so i'm disinclined to devote any of them to experimentation unless the result is something i need . . .
I use the following for media, the price is in the affordable range for me. http://www.supermediastore.com/category/u/blank-recordable-blu-ray-bd-r-re-d...
k3b in Trinity, v1.05, does not support bluray.....even with cdrecord from jorg schilling.
I installed k3b from Debian, v 2.02, it works fine..to many depends but o'well.
I started out with the following procedure, like the way I can loop mount a udf file and mange the contents, I like the independance of the cli.
#create udf file system truncate --size=25GB /pub/bluray.udf mkudffs /pub/bluray.udf
#mount udf filsystem, copy files sudo mount -oloop,rw /pub/mybr.udf /mnt/bluray sudo chown <owner.user> /mnt/bluray
#burn image growisofs -speed=6 -Z /dev/dvd=/pub/bluray.udf
'truncate' is part of the 'coreutils' package, also libudf0 , udftools.