Monday, November 18, 2013

How to convert a .nrg file in to .iso and mount it in linux (debian or ubuntu)

 A .nrg file is a proprietary CD image file format used by Nero Burning ROM, a utility suite  made by Nero AG, to create and burn CD images.

                                                               1 step

                                  sudo apt-get install ait                            
                                                                   
                                                                2 step
                                                                   
                                  cd into file location directory   your file.nrg
                                  and use command

                                  sudo iat  file.nrg  fileyouwant.iso                                
                                                                 

                                                                  step 3

                                                                     
                                                                   
                                                                     
                                                              step 4
                                                                     
                                                                 
                                                               step 5

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

No comments:

Post a Comment

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...