Q. I have an NRG image file which is created from my nero writing software, how can i convert it to ISO formateso that I can mount it under linux?

Ans : .nrg files can be converted by using nrg2iso command. This is not installed by default in Linux, so you have to install it from repos.

In Ubuntu/Debain

#apt-get install nrg2iso

In Redhat/CentOS/Fedora

#yum install nrg2iso

Once the installation is done execute below command to convert the .nrg files

#nrg2iso /path/to/your/file/Winxp.nrg winxp.iso

Once done you can mount your iso file in linux.

The following two tabs change content below.
Mr Surendra Anne is from Vijayawada, Andhra Pradesh, India. He is a Linux/Open source supporter who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. He works as Devops Engineer with Taggle systems, an IOT automatic water metering company, Sydney . You can contact him at surendra (@) linuxnix dot com.