How to open .uif files in Linux.
The .uif files is created by Magic ISO, which is a windows application to create, edit, and extract CD/DVD image files. For windows there is a freeware tool called MaginDisk that can open UIF images. But in Linux, you have to convert it to an ISO image file to open it.
The fastest method to convert a UIF images to an ISO images is to use UIF2ISO. YUIF2ISO is a tool in Linux to convert a.uif file to .iso file. You can download and install this command line tool from here.
After downloading, unzip the tool and navigate into the src directory.
unzip uif2iso.zip
cd src
Now compile the source by the following command :
make
make install
Once you are over with the installation of the program, follow these steps to open your UIF images.
- To open the file, first convert the .uif file to an .iso with the following command.
uif2iso abcd.uif xyz.iso
- Now burn the ISO image with K3b or any other burning tool, or mount the ISO image with the following command
#mkdir iso_dir
#mount xyz.iso iso_dir/ -t iso9660 -o loop
Isn’t this easy enough
1 Comment to “How to open .uif files in Linux.”
Post comment
12MP administrator bash bashrc calculator camera cd/dvd cfs error change IP cPanel csf csf iptable csf vps DKIM dkim spam eject eject linux execution time exim fake orkut FTP ftp error hacking history IP iptable error Linux linux disc Notepad Tricks open source orkut phishing password private folder in windows pro-ftp pure-ftp recover password Red Hat reset administrator password samsung secret folder Teiid time of command time out error Windows windows tricks
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
- lvreduce and lvextent a Linux partition, a quick “howto”!
- Fix Toshiba battery issue for Linux
- How to enable DKIM in cPanel server.
- Exim: remove mails in queue from a particular sender.E
- OpenVZ network down SIOCADDRT: Network is unreachable
- How to configure NAT with iptables on a VPS.
- How to disable gzip output on lightspeed server accounts
- Find Linux OS is 32 or 64bit.
- songbird! iTunes for Ubuntu
- How to Hide Text in Notepad !!
- How to transfer a cPanel account to DirectAdmin.
- System User Account in Windows XP !!
- Configure Windows XP to Automatically Login!
- How to change Linux root password temporarily.
- How to install winrar for Linux




[...] This post was mentioned on Twitter by techinterplay. techinterplay said: How to open .uif files in Linux. – The .uif files is created by Magic ISO, which is a windows application to… http://is.gd/bg7fv #linux [...]