Discs burned as Data DVD with K3B defaults
1st problem: really old version on K3B
Install K3B using directions here: http://k3b.plainblack.com/installation
Make sure requirements are installed.
Great generic howto on K3B burning here:
http://ubuntuforums.org/showthread.php?t=218165&highlight=k3b+blank+dvd+after+burn
Similar problem to mine here, ... solution?
https://answers.launchpad.net/ubuntu/+question/3010
My experiences and solutions when porting over to Linux. Written for intermediate computer users. Hope my own troubleshooting helps you!
Showing posts with label k3b. Show all posts
Showing posts with label k3b. Show all posts
Monday, 17 September 2007
Wednesday, 2 May 2007
Burning .nrg images with K3B
I downloaded a file and it was a .nrg file, which I know is an image file you can use to burn an image of a CD.
What I forgot is that .nrg files are images used in Nero. I don't have Nero, I use K3B.
Thanks to the folks at linuxquestions.org, they gave some insight as to the situation. If you strip the first 300 bytes of data off the .nrg file, the remainder is an ISO file.
So to change a .nrg file to an .iso file so you can burn it, open up a terminal/console/shell (Konsole) window. Change to the directory the .nrg file is in, and type:
Then burn the disc using K3b and the .iso file that you just created.
Uh... don't forget to burn the disc as an image, not as data.
Here's the link I found for the UNIX command dd.
Disclaimer: K3b did a checksum before burning and it was successful. So I guess the checksum is on the actual data and not the extraneous Nero data. I haven't actually installed the CD yet, though, so we'll see...
What I forgot is that .nrg files are images used in Nero. I don't have Nero, I use K3B.
Thanks to the folks at linuxquestions.org, they gave some insight as to the situation. If you strip the first 300 bytes of data off the .nrg file, the remainder is an ISO file.
So to change a .nrg file to an .iso file so you can burn it, open up a terminal/console/shell (Konsole) window. Change to the directory the .nrg file is in, and type:
dd bs=1k if=image.nrg of=image.iso skip=300Replace image.nrg with then name of your .nrg file (something.nrg), replace image.iso with the name you want your outgoing file to be (something.iso)
Then burn the disc using K3b and the .iso file that you just created.
Uh... don't forget to burn the disc as an image, not as data.
Here's the link I found for the UNIX command dd.
Disclaimer: K3b did a checksum before burning and it was successful. So I guess the checksum is on the actual data and not the extraneous Nero data. I haven't actually installed the CD yet, though, so we'll see...
Subscribe to:
Posts (Atom)