UIF to ISO Converter - Windows and Linux
This tutorial will show you how to easily install a free UIF to ISO converter program for Windows or Linux. UIF2ISO features GUI usage for the average windows user, just drag-and-drop your .UIF file, no installation required. Or command line access, for Windows or Linux users. Use this simple tool to convert .UIF files to the .ISO format in Windows or Linux.
Save yourself $30, follow these steps for Windows and Linux.
Windows: How to use UIF2ISO GUI
1. Download the UIF to ISO converter program UIF2ISO 0.1.7c and extract its content. You'll get a folder "uif2iso".
2. Drag-and-drop an UIF file onto the uif2iso.exe. Or just double click on UIF2ISO.exe and the tool will open a DOS-like window.

3. Then press Save, to convert the UIF file.

4. The program will spit out some messages, and then output the .iso file into the current directory.

Linux: How to Install UIF2ISO
1. First install these dependent packages.
sudo apt-get install zlib1g zlib1g-dev libssl-dev build-essential2. Now we can download the uif to iso converter program UIF2ISO with wget from a terminal, or from the author’s site here.
wget http://aluigi.altervista.org/mytoolz/uif2iso.zip3. Once you have the file downloaded, unzip it and cd into the directory.
unzip uif2iso.zip
cd src4. Finally compile the source, and create the executable.
make
sudo make install5. Now you can convert the .uif file to an .iso with the following command:
uif2iso example.uif output.isoMounting an ISO
You don't necessarily need to burn a cd in order to access the files within the ISO. You can mount it with some simple commands.
Here is how to mount the ISO from command line.
sudo mkdir ISO_directory
sudo mount file.iso ISO_directory -t iso9660 -o loopI hope this tutorial helps you install the uif to iso converter program UIF2ISO written by Luigi Auriemma

Comments
works like a charm ...very clear and concise howto.
Thanks
Thanks saved my day. No need for windows ;-)
The program compiles and runs fine, producing a 4G iso file. When I loop mount the iso file, there are no files in the mounted directory. `file` shows that the iso is OK.
# ls -alF 680_Math_Books_Collection.iso
-rw-r--r-- 1 root root 4980295680 Apr 2 02:20 680_Math_Books_Collection.iso
# file 680_Math_Books_Collection.iso
680_Math_Books_Collection.iso: ISO 9660 CD-ROM filesystem data '20080424_0403'
# mount 680_Math_Books_Collection.iso /mnt -t iso9660 -o loop
# df
Filesystem 1k-blocks Used Available Use% Mounted on
.
.
680_Math_Books_Collection.iso
4863570 4863570 0 100% /mnt
# ls -alF /mnt
total 0
Any suggestions on why I don't see any files?
Thanks Joe
jasonk@jasonk-laptop:~/src$ uif2iso windows7.uif output
UIF2ISO 0.1.7c
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open windows7.uif
Error: No such file or directory
jasonk@jasonk-laptop:~/src$
What am I doing wrong, the file is located on my desktop should it be somewhere else?
it's perfect. thanxs a lot!!
Works perfectly under Ubuntu 9.10 - Thanks a lot mate!
Can MagicISO open the file? If MagicISO can't open the file, then I think it is corrupt.
I have converted uif images 3GB+ so I don't think that size is the issue. Even if the file size is correct, the original source might be corrupt, or the file might have been corrupted during transfer.
Does the site that provided the file, list the MD5sum? If yes, then verify the md5sums match.
Hello
Thank you Dradmin for your help.
Are there any other possible reasons why the UIF will not convert to ISO or are there any other ways of opening it? I've tried all the software advice. In MagicISO i tried converting it but it came up with 'the source file is not invalidate UIF image'. Im sure it is a complete download. The size of the file is correct (1.75 gb). Is it possibly too large to open?
thanks for your help
"Error: WRONG BBIS SIGNATURE"
Is usually caused by an incomplete downloads. You probably have a partial uif image.
PLEASE HELP!
I cant seem to convert my uif file to iso. Whenever i follow your instructions it comes up with:
Error: WRONG BBIS SIGNATURE
How do i get around this? please help someone
thankz
casda
It looks like a permissions issue. "/usr/bin/ld: cannot open output
file uif2iso: Permission denied"
You can try one of the following:
1. Run the make command as root(sudo make), not the safest thing in
the world, but it will prove that the problem is the permissions.
2. Move the src directory to your home folder, i.e mv src
/home/username/src, and then try running the make command again,
without the sudo.
I'm guessing that src is located in a part of the filesystem that a
regular use doesn't have rights too, i.e /usr/bin/
Let me know if that helps, or if it gives you a different error message.
tc0560@TommyBoy-desktop:~$ sudo apt-get install zlib1g zlib1g-dev libssl-dev build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
zlib1g is already the newest version.
zlib1g-dev is already the newest version.
libssl-dev is already the newest version.
build-essential is already the newest version.
The following packages were automatically installed and are no longer required:
linux-headers-2.6.28-11-generic linux-headers-2.6.28-11
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tc0560@TommyBoy-desktop:~$ wget http://aluigi.altervista.org/mytoolz/uif2iso.zip--2009-10-20 19:53:36-- http://aluigi.altervista.org/mytoolz/uif2iso.zip
Resolving aluigi.altervista.org... 78.129.205.74
Connecting to aluigi.altervista.org|78.129.205.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 113727 (111K) [application/zip]
Saving to: `uif2iso.zip.2'
100%[======================================>] 113,727 149K/s in 0.7s
2009-10-20 19:53:37 (149 KB/s) - `uif2iso.zip.2' saved [113727/113727]
tc0560@TommyBoy-desktop:~$ unzip uif2iso.zip -d uif2iso
Archive: uif2iso.zip
inflating: uif2iso/INSTALL
inflating: uif2iso/README
creating: uif2iso/src/
inflating: uif2iso/src/3way.c
inflating: uif2iso/src/bf_tab.h
inflating: uif2iso/src/blowfish.c
inflating: uif2iso/src/blowfish.h
inflating: uif2iso/src/Bra.h
inflating: uif2iso/src/Bra86.c
inflating: uif2iso/src/des.c
inflating: uif2iso/src/des.h
inflating: uif2iso/src/dunno.c
inflating: uif2iso/src/gost.c
inflating: uif2iso/src/idea.c
inflating: uif2iso/src/loki.h
inflating: uif2iso/src/loki.i
inflating: uif2iso/src/loki91.c
inflating: uif2iso/src/LzmaDec.c
inflating: uif2iso/src/LzmaDec.h
inflating: uif2iso/src/magiciso_is_shit.h
inflating: uif2iso/src/Makefile
inflating: uif2iso/src/rc5.c
inflating: uif2iso/src/seal.c
inflating: uif2iso/src/Types.h
inflating: uif2iso/src/uif2iso.c
inflating: uif2iso/uif2iso.exe
inflating: uif2iso/uif2iso.txt
tc0560@TommyBoy-desktop:~$ sudo mkdir ISO_directory
tc0560@TommyBoy-desktop:~$ sudo mount/media.file.iso/media/ISOPoint -t iso9660 -o loop
sudo: mount/media.file.iso/media/ISOPoint: command not found
tc0560@TommyBoy-desktop:~$ sudo mount /media/file.iso/media/ISOPoint -t iso9660 -o loop
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
tc0560@TommyBoy-desktop:~$ cd src
tc0560@TommyBoy-desktop:~/src$ make
cc uif2iso.c -O2 -s -o uif2iso -lz des.c LzmaDec.c Bra86.c 3way.c blowfish.c dunno.c gost.c idea.c loki91.c rc5.c seal.c -DMAGICISO_IS_SHIT
uif2iso.c: In function ‘nrg_truncate’:
uif2iso.c:932: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
/usr/bin/ld: cannot open output file uif2iso: Permission denied
collect2: ld returned 1 exit status
make: *** [all] Error 1
tc0560@TommyBoy-desktop:~/src$
Any ideas??
Im using ubuntu 9.04 and codes work well until the "make" command.
after ....../src# make
I Get...
cc uif2iso.c -O2 -s -o uif2iso -lz des.c LzmaDec.c Bra86.c 3way.c blowfish.c dunno.c gost.c idea.c loki91.c rc5.c seal.c -DMAGICISO_IS_SHIT
uif2iso.c: In function ‘nrg_truncate’:
uif2iso.c:932: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
Any ideas??
Great piece of code and very usefull indeed. Thanks a ton .. as a user of the open source community
Sorry, I'm running Ubuntu so I'm not sure how to fix this. However lots of people read this post, so someone may respond with a helpful answer.
Works great in Ubuntu 9.94
Thanks for the tip
Great job! I am all for getting this in the debian and ubuntu repositories.
I just wanted to say thanks for making available such a useful program. I'd come across some UIF files and had no way to burn them on my Ubuntu 9.04 box until I found your website. It worked flawlessly!
Try skipping that step, it is not necessary in 9.04
When mounting I get this error:
developer@ubuntu:~$ sudo modprobe loop
[sudo] password for developer:
WARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it will be ignored in a future release.
FATAL: Module loop not found.
I am using Ubuntu 9.04.
Robert
excellent program, works flawlessly. thank you for putting this out there.
Thanks bro! this worked perfectly!
perfect! huge time savor! thanks!
works under CentOS 5.3
yum install uif2iso
uif2iso example.uif output.iso
Thank you a lot, another boot to Windows has been skipped :D
David
Use:
unzip uif2iso.zip -d uif2iso
if you do not want to clutter your directories because the stupid zip does not embed any subdirectory.
And the two lines:
sudo mkdir ISO_directory
sudo mount /media/file.iso /media/ISOPoint/ -t iso9660 -o loop
are supposed to mention the same directory and it does not have to be owned by root or be in /media
Great information, concise simple and it is converting a file 2 minutes after reading your article.
Thanx for the howto!
gr33tz
h3nk
Worked great on openSUSE 11. Thanks a ton.
Excellent!
- enable magiciso_is_shit encryption
thx dude..
To have this program in your database, I suggest to use checkinstall:
$ unzip uif2iso.zip
$ cd src
$ make
$ sudo checkinstall -D --install=no
then you can use whatever program you like to install it
example:
$ sudo dpkg -i
To uninstall it you can use a Synaptic package manager.
I'm wondering how to disable encryption, as requested. Any ideas on what might be the problem?
***********
UIF2ISO 0.1.7b
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open rld-aoe-cd1.uif
file size 000000002434fcae
version 1
image type 8
padding 0
sectors 307364
sectors size 2048
blhr offset 000000002434c179
blhr size 15157
hash 4b787d5f999f18bae66e3184bbdd3181
others 00000040 00000000 00 00 00 00 00000000
- disable any encryption
Error: the compressed LZMA input is wrong or incomplete (0)
Hi! Thank you for this tip. I got through all of it without a hitch on Ubuntu 8.10, until I mounted the ISO and found that only the first third of the files were there (out of a 2.5 GB uif, I can only see the first 800 MB). Any suggestions? Thanks!
thank you. i'm new to linux and following your instructions was a breeze.
Lol nice.
In the command prompt, Luigi (creator of the converter) says "enable magiciso_is_shit encryption"
loved that one :)
Thank you!!!!!!!!!!!!!!!
MANY Thanx!
You have freed us from the UIF scam!
I AM aloses and LINUX rules!
P.S. minor error did not prevent install.
uif2iso.c: In function ‘nrg_truncate’:
uif2iso.c:933: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
Anonymous
What error message does it give you when you execute the
makesudo make install
Also what Linux flavour do you have installed, Ubuntu 8.10, Slackware, Redhat?
Wes
Hi,
I am stuck on this command:
make
sudo make install
I do have to fill in something, the source, the uif file name??? I cant find the solution :-(
I hope somebody likes newbies and fill in the gaps :-)
alex
worked perfectly... thanks for makin it so ez
Thnx man,
works like a charm :D
superb!!!!its workn like a chrm...u re amzn man...i hav tried to unzip ths sht uif in windows and nothng wrkd there..ths thng rockzz...expctng more frm u...
Worked like a charm. Thanks for the simple HOW TO
install zlib and openssl ( devel packages) and try compiling again.
You cannot do make install if make failed.
Make suere that you have NO errors and the uif2iso program is created in the src directory
Bogdan
Thanks a lot ....
@alex
Make sure you install openssl-dev package.
@Blogger
Thank you!!! works perfectly. Ubuntu 8.04 - Hardy Heron
Hi,
if you dont feel like compiling, when unzipping the uif2iso.zip file, an uif2iso.exe is generated. If you have wine installed, copy the uif2iso.exe to the same folder as the uif file and type
wine uif2iso.exe yourfile.uif yournewfile
and a yournewfile.iso will hopefully be generated!
Error: wrong bbis signature <00000000>
Press RETURN to quit
I used the .UIF file and try to convert..
i got this too... help??
Thanks, works like a charm!!!
Whats going wrong here??
root@XELA:~# unzip uif2iso.zip
Archive: uif2iso.zip
creating: src/
inflating: src/3way.c
inflating: src/bf_tab.h
inflating: src/blowfish.c
inflating: src/blowfish.h
inflating: src/compa.bat
inflating: src/dunno.c
inflating: src/gost.c
inflating: src/idea.c
inflating: src/loki.h
inflating: src/loki.i
inflating: src/loki91.c
inflating: src/LzmaDec.c
inflating: src/LzmaDec.h
inflating: src/magiciso_is_shit.h
inflating: src/Makefile
inflating: src/rc5.c
inflating: src/seal.c
inflating: src/Types.h
inflating: src/uif2iso.c
inflating: uif2iso.exe
inflating: uif2iso.txt
root@XELA:~# cd src
root@XELA:~/src# make
cc uif2iso.c -O2 -s -o uif2iso -lz -lssl -lcrypto LzmaDec.c
uif2iso.c:32:18: error: zlib.h: No such file or directory
uif2iso.c:33:25: error: openssl/des.h: No such file or directory
uif2iso.c:135: error: expected declaration specifiers or ‘...’ before ‘z_stream’
uif2iso.c:135: error: expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c:139: error: expected ‘)’ before ‘*’ token
uif2iso.c:140: error: expected ‘)’ before ‘*’ token
uif2iso.c:146: error: expected ‘)’ before ‘*’ token
uif2iso.c: In function ‘main’:
uif2iso.c:182: error: ‘DES_key_schedule’ undeclared (first use in this function)
uif2iso.c:182: error: (Each undeclared identifier is reported only once
uif2iso.c:182: error: for each function it appears in.)
uif2iso.c:182: error: ‘des_ctx’ undeclared (first use in this function)
uif2iso.c:184: error: ‘z_stream’ undeclared (first use in this function)
uif2iso.c:184: error: ‘z’ undeclared (first use in this function)
uif2iso.c:309: error: ‘DES_cblock’ undeclared (first use in this function)
uif2iso.c:309: error: expected expression before ‘)’ token
uif2iso.c:322: error: expected expression before ‘)’ token
uif2iso.c:342: error: ‘alloc_func’ undeclared (first use in this function)
uif2iso.c:342: error: expected ‘;’ before numeric constant
uif2iso.c:343: error: ‘free_func’ undeclared (first use in this function)
uif2iso.c:343: error: expected ‘;’ before numeric constant
uif2iso.c:344: error: ‘voidpf’ undeclared (first use in this function)
uif2iso.c:344: error: expected ‘;’ before numeric constant
uif2iso.c:354: warning: passing argument 3 of ‘blhr_unzip’ makes integer from pointer without a cast
uif2iso.c:354: error: too many arguments to function ‘blhr_unzip’
uif2iso.c:366: warning: passing argument 3 of ‘blhr_unzip’ makes integer from pointer without a cast
uif2iso.c:366: error: too many arguments to function ‘blhr_unzip’
uif2iso.c:376: warning: passing argument 3 of ‘blhr_unzip’ makes integer from pointer without a cast
uif2iso.c:376: error: too many arguments to function ‘blhr_unzip’
uif2iso.c: At top level:
uif2iso.c:872: error: expected declaration specifiers or ‘...’ before ‘z_stream’
uif2iso.c:872: error: expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c: In function ‘blhr_unzip’:
uif2iso.c:881: error: ‘des_ctx’ undeclared (first use in this function)
uif2iso.c:885: error: ‘z’ undeclared (first use in this function)
uif2iso.c: At top level:
uif2iso.c:1001: error: expected ‘)’ before ‘*’ token
uif2iso.c:1038: error: expected ‘)’ before ‘*’ token
uif2iso.c:1122: error: expected ‘)’ before ‘*’ token
make: *** [all] Error 1
root@XELA:~/src# make install
install -m 755 -d /usr/local/bin
install -m 755 uif2iso /usr/local/bin/uif2iso
install: cannot stat `uif2iso': No such file or directory
make: *** [install] Error 1
root@XELA:~/src# uif2iso
bash: uif2iso: command not found
install zlib and openssl ( devel packages) and try compiling again.
You cannot do make install if make failed.
Make sure that you have NO errors and the uif2iso program is created in the src directory.
Bogdan
Thank you Wesley for the howto and thank you Luigi for the program.
Though I wish people would completely avoid proprietary formats.
Interestingly the author, Luigi, claims magiciso contains GPL violations.
Patricio i think you have a problem with libssl-dev; on mandriva i had to install libopenssl-dev
maymore@maymore-desktop:~/src$ uif2iso /home/maymore/123.uif /home/maymore/123.iso
UIF2ISO 0.1.6
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open /home/maymore/123.uif
file size 000000008efe50f7
version 4
image type 8
padding 0
sectors 1302321
sectors size 2048
blhr offset 000000008efda0e5
blhr size 45074
hash 003d551aab2b5a19c0d4fa9616206464
others 00000040 00000000 01 02 02 00 00000000
- enable magiciso_is_**** encryption
- ISO output image format
- create /home/maymore/123.iso
- start unpacking:
000%
Error: the compressed LZMA input is wrong or incomplete (0)
why????????
Fantastic! Thank you so much for this! I hate MagicISO so much!
Hello,
thanks for the prog but when I ran it I get this
UIF2ISO 0.1.5a
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open 10000_Nature_Photos_&_Wallpapers.uif
file size 0000000015ac3e46
version 4
image type 8
padding 0
sectors 192781
sectors size 2048
blhr offset 0000000015ac175d
blhr size 9961
hash 9f087d3aaa999798d4da476d1c3a0aa6
others 00000040 00000000 00020201 00000000
- set DES encryption key: FAngS)snOt32
- DES password: 95 b5 a1 99 53 29 73 6e
Error: the compressed input is wrong or incomplete
Is there any solution to this?
Thanks!
ok
thank you!
This is what I get
gawain@Cradle:~$ sudo apt-get install zliblg zliblg-dev libssl-dev build-essentialReading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package zliblg
I'm very new to linux, but I guess that the package is removed?
It's zlib1g not zliblg. number 1 not letter L
i know this cause i was trying to do the same thing...
Brilliant. Took about two minutes to do. Thank you so much!
thank you, thank you, thank you!
Very helpful tutorial, you saved me a lot of time struggling with Wine and Magiciso. Thank you.
HI ,thanks for the nice tool....
it works like a charm...
Thanks for the program worked great on Kubuntu. As an aside you don't have to download the gmountiso program. iso files can be mounted already with the command:
mount -o loop example.iso /media/temp
Thanks a lot, worked like it should on DreamLinux
sudo apt-get install gmountiso does not work, it cant find a package by that name.
nvm, mounted using the other method.
Thank you very much for this. You deserve a medal.
Many thanx ;D works perfectly fine for me
Thanks mate. This rocks! :)
Thanks! your utility has done the job.
:-)
There was a typo(build-essential) should not have an “s”.
Thanks Patricio for pointing out the typo, and providing a pure command line procedure, for mounting ISOs.
Wes, Conversion works great! For mounting I didn’t test gmountiso
but this works too:
sudo modprobe loop
sudo mkdir ISOPoint
sudo mount /media/file.iso /media/ISOPoint/ -t iso9660 -o loop
Patricio
ok, I think I needed for Ubuntu we need to use:
build-essential without the “s”
Thanks,
Patricio
What am I doing wrong?
Thanks!
patricio@patricio-desktop:~$ sudo apt-get install zlib1g zlib1g-dev libssl-dev build-essentialsReading package lists... Done
Building dependency tree
Reading state information... Done
zlib1g is already the newest version.
zlib1g-dev is already the newest version.
zlib1g-dev set to manually installed.
E: Couldn't find package build-essentials
patricio@patricio-desktop:~/src$ make
cc uif2iso.c -O2 -s -o uif2iso -lz -lssl -lcrypto
uif2iso.c:33:25: error: openssl/des.h: No such file or directory
uif2iso.c:126: error: expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c:131: error: expected ‘)’ before ‘*’ token
uif2iso.c: In function ‘main’:
uif2iso.c:159: error: ‘DES_key_schedule’ undeclared (first use in this function)
uif2iso.c:159: error: (Each undeclared identifier is reported only once
uif2iso.c:159: error: for each function it appears in.)
uif2iso.c:159: error: ‘ctx’ undeclared (first use in this function)
uif2iso.c:311: error: too many arguments to function ‘blhr_unzip’
uif2iso.c:323: error: too many arguments to function ‘blhr_unzip’
uif2iso.c:333: error: too many arguments to function ‘blhr_unzip’
uif2iso.c: At top level:
uif2iso.c:806: error: expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c: In function ‘blhr_unzip’:
uif2iso.c:813: error: ‘ctx’ undeclared (first use in this function)
uif2iso.c: At top level:
uif2iso.c:952: error: expected ‘)’ before ‘*’ token
make: *** [all] Error 1
This is the relevant error message:
uif2iso.c:33:25: error: openssl/des.h: No such file or directory
Now go to packages.ubuntu.com (or equivalent for your distro) and search for the package containing that file.
After some digging, the license is inside the source file(src/uif2iso.c).
/*
Copyright 2007,2008 Luigi Auriemma
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
http://www.gnu.org/licenses/gpl.txt
*/
Thanks a lot for this perfect utility.
I didn't see any type of license file included. You may want to apply a suitable license so that it can find its way into various distributions, and ultimately into other file system tools.
Much appreciated.
This is the best way to convert uif to iso on my Ubuntu Linux!! Thank you!
I’m glad I could help, and thank you Doug, for your comment.
I have developed a thick skin, working as a help desk technician over the years. So please hit me with your feedback, as it will help the next person who reads this article.
Thanks for the help bro, worked like a charm.
I'm not going to nitpick your steps, as you provided the pertinent info.
Thank you Cassidy, for the correction.
Apparently the source code is located inside a folder titled "src". So your step that says:
"unzip uif2iso.zip
cd uif2iso"
...should read:
"unzip uif2iso.zip
cd src"
Other than that, all was well. Thanks!
Many thanks, your utility has done the job.
Andy
Very good post, thanks a lot.
Post new comment