Busqueda sobre Linux y software libre

Noticias sobre linux y software libre - Google 

Pasar archivos de imagen de Nero a ISO con Linux

Pregunta

Como pasar archivos de imagen de NERO a ISO con Linux

Respuesta

Un tip que puede ser util cuando te pasan una imagen de un CDROM enformato de Nero. Los .nrg (Nero Image) son archivos .iso con una header de 300k extra, asi que para transformarlos solo basta con:

$ dd if=Image.nrg of=Image.iso bs=1024 skip=300

fuente: http://www.linuxchile.cl/tips.php?op=ver&id=186

Otra respuesta

Sino:

# apt-get install nrg2iso


Otra respuesta más

o sino:
# yum -y install nrg2iso
$ rpm -qi nrg2iso
Name : nrg2iso
Relocations: (notrelocatable)Version : 0.4
Vendor: Fedora ProjectRelease : 2.fc6
Build Date: Sat 10 Mar 200704:37:36 PM BOT
Install Date: Tue 22 May 2007 11:09:44 AM BOT
Build Host:hammer2.fedora.redhat.comGroup : Applications/File
Source RPM:nrg2iso-0.4-2.fc6.src.rpmSize : 23255
License: GPLSignature : DSA/SHA1, Sun 11 Mar 2007 06:30:57 AM BOT, Key ID82ed95041ac70ce6Packager :
Fedora Project <http://bugzilla.redhat.com/bugzilla>
URL : http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
Summary : Convert Nero Burning Rom image files into ISO
Description :Nrg2Iso is a linux utility for converting CD (or DVD) image generated byNero Burning Rom to ISO format.

Ads by CJ - Linux Foundation

Share This