am cautat un pic pe google dupa chestia asta si uite ce am gasit: "Anyone needing to extract a raw disk image from a Nero .nrg might succeed by removing the first 307200 bytes (300KB) from the front of the file. It worked for me on an ISO image. The Linux command I used was:
dd if=Image.nrg of=Image.iso bs=2048 skip=150 (other UNIX varieties may need "iseek" instead of "skip") Toby" iar altii ziceau ca , pur si simplu ai putea sa o scrii pe cd cu cdrecord ca si cum ar fi iso. dar, inainte de asta, ai putea face cel mai simplu test: mount -t iso9660 -o ro,loop=/dev/loop0 imagine.nrg /mnt/iso daca mere .. bingo :) Piratu wrote: > Scuzati intrebarea dar ... > Deci .. cum ard o imagine de film .. imaginea facuta cu nero (film.nrg) > sub linux? Slack 9.1 si cdr tools instalate dar .. k3b nu cunoaste .nrg! > Multumesc --- Detalii despre listele noastre de mail: http://www.lug.ro/
