LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-27-2002, 08:40 AM   #1
Freakazoyd
LQ Newbie
 
Registered: Apr 2002
Posts: 2

Rep: Reputation: 0
Question *.nrg with cdrecord?


i have files on my computer with the ending NRG


is it possible to make " cdrecord -v -dev=* -speed=* *.nrg "

or do i have to covert the .NRG file into a .ISO file and how can i do it?



* is optional
 
Old 05-27-2002, 09:40 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
use mkisofs to create iso image, refer to man mkisofs for full details of available options and syntax.
 
Old 05-27-2002, 11:01 AM   #3
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I haven't heard of there being anyway to conver .nrg (Nero) images to .iso images under Linux...there possibly is, but I've never come across it. You could try doing it with Easy CD Creator since, I believe, it can read .nrg files, and I know it can write .iso files...not sure if it'd work though. Give it a try.
 
Old 09-05-2003, 12:03 PM   #4
beamer
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
If you try the file command on a .nrg file it says it's an ISO
>file some.nrg
some.nrg: ISO 9660 CD-ROM filesystem data

isoinfo can read the .nrg file:
>isoinfo -d -i som.nrg
CD-ROM is in ISO 9660 format
System id:
Volume id: SOME_SX
Volume set id:
Publisher id:
Data preparer id:
Application id:
Copyright File id:
Abstract File id:
Bibliographic File id:
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 167101
Joliet with UCS level 3 found
NO Rock Ridge present

you can mount it on the loopback device:
> mount -r -o loop some.nrg /mnt/tmp
> ls -la /mnt/tmp
etc...
> umount /mnt/tmp

and yes, no troubles burning it
> cdrecord -v fs=64m -eject -data some.nrg
 
Old 09-05-2003, 01:03 PM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
However, when I tried mounting a *.nrg image, it didn't work.
 
Old 09-06-2003, 11:18 AM   #6
rkwellstead
LQ Newbie
 
Registered: Aug 2003
Location: UK
Distribution: Slackware, Mandrake
Posts: 9

Rep: Reputation: 0
nrg to iso converter

I can't mount nrg files either - they are not iso files!

Get the nrg to iso conerter called nrg2iso from http://gregory.kokanosky.free.fr/v4/...rg2iso.en.html

I just found it whilt googling about...
 
Old 09-06-2003, 01:01 PM   #7
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
try this: copy the image to image-name.iso (don't move or at least make a backup) - try to mount it - use cdrecord

if you can't mount it... forget about cdrecord... I know linux does not care about 'extensions' but if file says it's an iso... perhaps it IS... and maybe the mount and cdrecord can't work without extensions... or with wrong extensions...

When I boot windows I'll create a nero image and try it...
 
Old 09-28-2003, 02:02 PM   #8
icTaZ
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
nrg2iso not needed, "dd' is enough

I looked at the source of nrg2iso a guess what:

it simply skips first 300kB (307200 bytes)! So, nrg = 300kB + iso. That means you don't need the nrg2iso (and C compiler to build it ), enough is dd:

'dd bs=1k if=image.nrg of=image.iso skip=300'

:-))

the nrg2iso program has only the advantage: it first checks, if input file is not already iso format. :-)

but i didn't need C compiler, just dd.

good luck!

icTaZ
 
Old 09-28-2003, 08:40 PM   #9
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Welcome to LQ, icTaZ. Good call on the NRG files! I have actually managed to mount them (manually as root) using just to -o loop option, but that sounds like a sure-fire way to make it work well. Nice one!
 
Old 09-29-2003, 12:12 PM   #10
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Thanks. It's interesting to know that. I always wondered how to convert from NRG to ISO... Without the nrg2iso, of course. Until now I would just record the nrg image with nero in a CD-RW and then dd it to an ISO image on linux. I always hace both OS on the computer with the recorder... it makes it easyer sometimes to do it with windows...


Anyway, good call, thanks.

Oh, BTW: welcome to LQ.org

Have Fun...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening NRG, BIN and ISO files herve2001 Slackware 5 12-03-2005 01:03 AM
question about extracting nrg file bbmak Linux - Software 3 06-23-2005 01:24 AM
Burning NRG images Nazxul Linux - Software 13 06-16-2004 03:06 PM
nrg image file burning bluedarkness Linux - Software 7 05-21-2004 02:53 PM
burning nrg images rajkosto Linux - Software 2 10-13-2003 05:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration