Support #791
Convert .nrg Files to an .iso File on Arch Linux
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¶
Updated by Daniel Curtis over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100