LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   converting, burning,mounting a dvd size mdf file on fedora 3 (https://www.linuxquestions.org/questions/linux-software-2/converting-burning-mounting-a-dvd-size-mdf-file-on-fedora-3-a-377258/)

vtecturbo13 10-26-2005 08:40 PM

converting, burning,mounting a dvd size mdf file on fedora 3
 
how can i convert a mdf file,
[root@localhost UT2004dvd]# mdf2iso --cue UT2004_DVD.mdf /root/Desktop/drive/UT2004dvd
File too large

its 3.7gb when i try to convert i get the above mentioned error, ive also tried to mount it

[root@localhost ~]# mount /root/Desktop/drive/UT2004dvd/UT2004_DVD.MDF /mnt/cdrom
mount: special device /root/Desktop/drive/UT2004dvd/UT2004_DVD.MDF does not exist
:Pengy: :Pengy:

pyrael 11-02-2005 06:59 AM

Try this
mount /root/Desktop/drive/UT2004dvd/UT2004_DVD.MDF -o loop /mnt/cdrom

khermans 11-06-2005 09:57 PM

that doesn't work for me...the mdf file format does not correspond to iso9660 it seems...
--
Kristian Hermansen

pyrael 11-09-2005 07:54 AM

I copied This text from freshmeat.net itis the answer to a similar question.

You can read all of the Q/A at This Link

Quote:

I released in 2005-Oct-21 one patch created by Yuri van Oers this is url
http://developer.berlios.de/patch/in...&group_id=2545

very important for every user, mdf IS NOT PROPRIETARY FORMAT.

mdf is : ISO9660, BIN(2352 or 2448),CDDA and other

mdf is a PROPRIETARY FORMAT , but don't use this for conversion file, if you have CD-GAME you council use this option for convert in binary image
"mdf2iso --toc YOURIMAGEGAME.mdf"

for many DVD-IMAGE mdf is a simple file ISO9660, you try this "isoinfo -i YOURIMAGE.MDF"

if you have another problem writing message in official forum

http://developer.berlios.de/forum/fo...?forum_id=7817

Best Regards
Salvatore Santagati
I'd try the patch, Might be what you need


All times are GMT -5. The time now is 12:16 PM.