Results 1 to 8 of 8

Thread: HOWTO: Convert *.mdf files to *.iso

  1. #1
    Join Date
    Feb 2005
    Location
    Bodø, Norway
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    HOWTO: Convert *.mdf files to *.iso

    I recently found a program called mdf2iso.
    This program lets you convert your Alcohol 120% files to ordinary iso files.
    The program is also in the repositories, but that is a version that do not handle big files that well.
    If you do have an big file (fex. an DVD), you will have to patch mdf2iso.
    The easiest way, if you do want to compile yourself, is to surf to: mdf2iso at berlios and download the source.
    To find the patch, you will have to enter this adress.

    Open a terminal and type in:
    Code:
    gedit large_file.patch
    In this new document, you will have to paste all the text from the patch page, save and close.
    Extract the mdf2iso source with the command:
    Code:
    tar xvfj mdf2iso-0.3.0-src.tar.bz2
    Now it is time to patch the file:
    cd into the mdf2iso directory and:
    Code:
    patch -p1 < /DIR/OF/YOUR/large_file.patch
    This should not give you any output errors.

    Then it is time to compile, as usual:
    Code:
    ./configure
    Code:
    make
    Code:
    sudo make install

    To use mdf2iso, simply use the terminal:
    Code:
    mdf2iso /home/myhome/alcohol-dvd.mdf /home/myhome/alcohol-dvd.iso
    That should be it..

    If you do run into any trouble, I have built a .deb package with the patch already appended.. Send me an message..
    Registered Linux user #334622 @
    Linux Counter

  2. #2
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    33

    Re: HOWTO: Convert *.mdf files to *.iso

    Can't compile it. Could you send me a link when I can download deb file?

  3. #3
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Convert *.mdf files to *.iso

    There is a deb here. It works perfectly for me. From what I have read it is also in some Ubuntu repository.

  4. #4
    Join Date
    Feb 2005
    Location
    Bodø, Norway
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Convert *.mdf files to *.iso

    Quote Originally Posted by Jonathan2007 View Post
    There is a deb here. It works perfectly for me. From what I have read it is also in some Ubuntu repository.
    It used to come without the "largefile patch", which will make it unusable for larger files. Therefore I made this guide, and my own deb file.

    Since I got alot of responses to this posting lately, (PM's) I decided to uploaded the deb here: FileFactory, mdf2iso deb. Hope it will help some of you!
    Registered Linux user #334622 @
    Linux Counter

  5. #5
    Join Date
    Jul 2006
    Beans
    15
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Convert *.mdf files to *.iso

    Quote Originally Posted by hamil View Post
    ...I decided to uploaded the deb here: FileFactory, mdf2iso deb. Hope it will help some of you!
    I'd like to try your deb, but File Factory says "Sorry, this file is no longer available. It may have been deleted by the uploader, or has expired."
    Could you send me the deb as an email attachment? I will PM you with my address.

  6. #6
    Join Date
    Nov 2006
    Location
    Canada
    Beans
    376
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Convert *.mdf files to *.iso

    Better yet, why not post it somewhere permanently? I've got a webserver that I can toss it on if you'd like.

    It'd be a lot better to have it available to everybody all the time than to rely on PMs.

  7. #7
    Join Date
    Jun 2012
    Location
    Kerala, India
    Beans
    132
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Convert *.mdf files to *.iso

    Okay..... I did everything right and converted an mdf file to an iso file but can't open it
    It says CD ROM is not in ISO 9660 format.
    Please help me
    I LOVE UBUNTU!!!!!!!!!

  8. #8
    Join Date
    Apr 2013
    Beans
    1

    Re: HOWTO: Convert *.mdf files to *.iso

    I have the same problem i can't open the converted .iso file as usually. The Converted .iso file is also 13% smaller than the original .mdf file. My operating system is Version 12.04 (precise) (64-Bit) Kernel Linux 3.2.0-39-generic CNOME 3.4.2 Hopefully greets
    Last edited by pixelanimal; April 11th, 2013 at 11:54 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •