Does K3b convert .uif to .iso?

Asked by gnux071

Does K3b convert .uif to .iso?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu k3b Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Someone (s4910321931-deactivatedaccount) said :
#1

The short answer is no.

Revision history for this message
Paul Bartell (paul-bartell) said :
#2

There is a windows program that will do this that runs in wine quite well. See http://ubuntuforums.org/showthread.php?t=482960 for how to install it. Heres the post copied into here:

The only way i know to convert that format to iso is to use magiciso with wine on linux.

Basically the dummy steps are:
Code:

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list
sudo aptitude update
sudo aptitude install wine

winecfg
wine "path to magiciso installer"
wine "path to magiciso.exe"

Do note that wine is quite a big software altogether and you might want to read more about it before trying my instructions.

Revision history for this message
crazzy (crazzy-1337) said :
#3

but magiciso cant convert bigger than 300mb without a serial

Revision history for this message
Someone (s4910321931-deactivatedaccount) said :
#4

At least you can extract the files from .uif with magiciso without any serial

Revision history for this message
koesti75 (spam1-biro) said :
#5

I found the solution to convert the uif file into iso.

http://wiki.linuxquestions.org/wiki/CD_Image_Conversion#uif2iso

Simply download the tool, extract and change into the folder. There you type to install:
$ sudo make install

And from now on you can use the commandline to convert .uif files as follows:
$ uif2iso input_file.uif output_file.iso

Done!
:-)

Revision history for this message
Mark Viner (thedark-rodp) said :
#6

You can check <a href=http://www.teseter.com>Ubuntu .uif converter</a> for some info and links regarding .uif images

Can you help with this problem?

Provide an answer of your own, or ask gnux071 for more information if necessary.

To post a message you must log in.