LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-12-2004, 09:05 AM   #1
nnsg
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1/10.1, Mandrake 9.1/10.1
Posts: 75

Rep: Reputation: 15
CD image with .mds/.mdf extention


Hi there

I had created some CD image with a software called Alcohol 120% under Windows. Those image have a .mds/.mdf extention.

Now I'm migrating to linux and would like to mount them. I had google for it and search some linux forums but haven't find a answer yet.

Anyone know how can I mount .mds file under linux? I don't want to convert them back to ISO as there're many of them.

Thanks!
 
Old 05-11-2004, 01:54 PM   #2
ShadowEE
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
http://mark.foster.cc/kb/tips.html
 
Old 05-12-2004, 03:05 PM   #3
Hano
Member
 
Registered: Sep 2001
Location: Venezuela, Caracas
Distribution: RedHat 9.0
Posts: 196

Rep: Reputation: 30
sorry, do you see some reference in that url link to something related to .mdf/.mds?? because i dont
 
Old 06-05-2004, 07:45 AM   #4
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
im having trouble with this too. did you find a solution?

im prepared to convert them to iso though. what program could do that?
 
Old 06-13-2004, 04:20 AM   #5
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
Yeah, i need to know how to do that too...

How far did you get?
 
Old 06-13-2004, 04:41 AM   #6
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
nowhere - luckily i was doing it on a windows box so i could download magiciso i think, which i used to convert it to an iso.
 
Old 06-13-2004, 04:44 AM   #7
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
hmm, looks like im gonna have to find a box to install win onto =\

Cheers
 
Old 06-13-2004, 04:48 AM   #8
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
you could do it with vmware (or bochs if you a) can be bothered and b) will need to do it outside a 30 day period) and save trouble probably.
 
Old 06-13-2004, 05:26 AM   #9
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
Yeah, i'm installing vmware on my box now. I'm running slack 9.1 with 2.6.6 kernel and I get an error when building the module. (I see you run slack9.1 so i'm guessing you might have installed vmware on there?)

Anyway, i get this output -

Thanks for any help

Stopping VMware services:
Virtual machine monitor done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.6/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Building for VMware Workstation 4.0.x.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config1/vmmon-only'
make -C /lib/modules/2.6.6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.6'
CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o
/tmp/vmware-config1/vmmon-only/linux/driver.c:144: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c:148: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c: In function `Panic':
/tmp/vmware-config1/vmmon-only/linux/driver.c:2994: warning: implicit declaration of function `_exit'
CC [M] /tmp/vmware-config1/vmmon-only/linux/hostif.o
CC [M] /tmp/vmware-config1/vmmon-only/common/vmx86.o
CC [M] /tmp/vmware-config1/vmmon-only/common/memtrack.o
CC [M] /tmp/vmware-config1/vmmon-only/common/phystrack.o
CC [M] /tmp/vmware-config1/vmmon-only/common/cpuid.o
gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default -O2 -fomit-frame-pointer -DMODULE -Wall -Wstrict-prototypes -DVMWARE__FIX_IO_APIC_BASE=FIX_IO_APIC_BASE_0 -DVMW_HAVE_EPOLL -DVME_DEFAULT=VME_V4 -DVMW_USING_KBUILD -I/tmp/vmware-config1/vmmon-only/./include -I/tmp/vmware-config1/vmmon-only/./common -I/tmp/vmware-config1/vmmon-only/./linux -fno-exceptions -c -o /tmp/vmware-config1/vmmon-only/common/task.o /tmp/vmware-config1/vmmon-only/common/task.C
LD [M] /tmp/vmware-config1/vmmon-only/vmmon.o
Building modules, stage 2.
MODPOST
*** Warning: "_exit" [/tmp/vmware-config1/vmmon-only/vmmon.ko] undefined!
CC /tmp/vmware-config1/vmmon-only/vmmon.mod.o
LD [M] /tmp/vmware-config1/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-2.6.6'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to make a vmmon module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config1/vmmon.o': -1 Unknown symbol in module
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
 
Old 06-13-2004, 05:28 AM   #10
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
im using hte same stuff as you and it worked fine. if you can be bothered, just try recompiling the kernel and making sure the /usr/src/linux symlink is pointing in the right place. it should work after that.

yay my 200th post
 
Old 06-13-2004, 05:50 AM   #11
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
hmm, i tried that... it should point to /usr/src/linux-2.6.6 right?
 
Old 06-13-2004, 06:06 AM   #12
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
yeh, and also make sure that /lib/modules/`uname -r`/build points to /usr/src/linux-`uname -r`
 
Old 06-13-2004, 12:22 PM   #13
Jestrik
Member
 
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206

Rep: Reputation: 30
yeah, i just checked that and that seesm fine.
however, my /lib/modules/2.6.6/kernel/drivers/net is completley empty... could this be why it is not building the modules, and if so why is it empty?

Cheers
 
Old 06-13-2004, 05:00 PM   #14
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
id just go with the kernel recompile if i was you - it only takes about 10 mins to configure and then waiting for about 1/2 an hours on 1ghz - less if you have a faster comp.
 
Old 08-07-2004, 09:49 PM   #15
liquidfuzion
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
Question MDF/MDS Mount?

Did anyone ever find a reasonable way to mount MDF/MDS files created with alcohol? I would really appreciate a reply.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting MDF/MDS image files to iso? minm Linux - Newbie 6 10-17-2009 10:02 AM
converting, burning,mounting a dvd size mdf file on fedora 3 vtecturbo13 Linux - Software 3 11-09-2005 07:54 AM
mdf to iso9660 weepenguin Linux - Newbie 1 04-04-2005 01:10 PM
.mds and .mdf to iso xIEatxChildrenx Linux - Software 2 03-11-2005 01:01 PM
shadow passwords and mdf njnear Linux - Security 5 08-06-2003 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration