1. Install uif2iso package
$ sudo apt-get install uif2iso2. Run command to convert .uif to .iso file
$ uif2iso file.uif file.iso3. Mount .iso file
$ mkdir ~/iso_fileThat's it! :)
$ sudo mount file.iso ~/iso_file -t iso9660 -o loop
$ sudo apt-get install uif2iso2. Run command to convert .uif to .iso file
$ uif2iso file.uif file.iso3. Mount .iso file
$ mkdir ~/iso_fileThat's it! :)
$ sudo mount file.iso ~/iso_file -t iso9660 -o loop