clievers Site Admin
Joined: 07 Sep 2005 Posts: 164
|
Posted: Mon Oct 20, 2008 2:52 pm Post subject: Change Nero image to ISO image |
|
|
Change Nero image to ISO image
Often a Nero image needs to be burned. But what happens if you don't have Nero, or you are just trying to burn on Linux?
Well, I came across a site today that shows how to change a Nero image file into an ISO file.
| Code: | | dd bs=1k if=image.nrg of=image.iso skip=300 |
It appears to just skip ahead 300k and keep the rest. So, Nero must just have it's own proprietary information in the first 300k of the file.
Sweet. _________________ Let's all play nice!!
http://www.cory.lievers.ca |
|