Project

General

Profile

Support #791

Convert .nrg Files to an .iso File on Arch Linux

Added by Daniel Curtis about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
04/07/2016
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

An ISO image is an archive file (a.k.a. disk image) of an optical disc using a conventional ISO format that is supported by many software vendors. ISO image files typically have a file extension of .iso; occasionally, you might come across a disc image in the .nrg(Nero) format.

nrg2iso

  • Install nrg2iso:
    sudo pacman -S nrg2iso
    
  • Convert the .nrg disc image to .iso:
    nrg2iso disc_image.nrg disc_image.iso
    

Mount .iso

  • make a cdrom directory:
    mkdir /media/cdrom
    
  • Mount the .iso disc image:
    sudo mount -o loop disc_image.iso /media/cdrom
    

Resources

#1

Updated by Daniel Curtis about 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis about 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF