LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cd images (https://www.linuxquestions.org/questions/linux-newbie-8/cd-images-423085/)

pilatus666 03-09-2006 03:49 AM

Cd images
 
Is there any program that mounts and CD images (like Daemon touls) for Linux

Baldrick65 03-09-2006 04:11 AM

You can always mount them manually. Taken from TLDP:
Quote:

Linux has the ability to mount files as if they were disk partitions. This feature is useful to check that the directory layout and file access permissions of the CD image matches your wishes. Although media is very cheap today, the writing process is still time consuming, and you may at least want to save your time by doing a quick test.

To mount the file cd_image created above on the directory /cdrom, give the command

mount -t iso9660 -o ro,loop=/dev/loop0 cd_image /cdrom

HTH

Baldrick

pilatus666 03-09-2006 08:09 AM

I tried it and I only got the mount command help
The file that I want to mount is .mdf made with alcohol120 I tried to write to a cd but k3b doasnt recognize it..
nyway thanks I´m gonna keep trying the mount command but it would be better if there be a program to do that for me...I´m just to novice...

nitinatindore 03-10-2006 03:35 AM

To simplify your task(a nubie) and do away with just this command:
#mount image.iso mountpoint -o loop

Since you seem to be a GUI lover, probably this tool would help you out, I haven't tried it but it Google 0.21 seconds to find out one:
http://kiso.sourceforge.net/

Also if you get stuck up actually trying to get the above tool to work, you can try out this command line utility which will work for sure.
http://developer.berlios.de/project/...elease_id=3870

pilatus666 03-10-2006 08:55 AM

Now with cedega the same problem when I insert the second cd the install stops and it keeps me asking for the cd! And it´s look like he wants to read the floppy drive!!!:newbie:

michaelk 03-10-2006 09:34 AM

Not real familar with MDF. However, they are music files and not a data filesystem so can not be mounted via a loop.

I found some links that might help.
http://www.tech-recipes.com/windows_tips1101.html
http://mdf2iso.berlios.de/

pilatus666 03-12-2006 02:28 AM

They shouldn't be music files cause I made that image from a data disk with alcohol 120 (It's on image from a Cossacks CD) You know I simply hate it when I want to play something and I always have to insert a disk...:) so thats why I always use images under windows and i mounted them with Daemontools witout any problem...
@nitinatindore: I'm not so crazy for the GUI actually I wrealy like the command line the problem is that I don't understand some features (commands etc)yet so good but I'm learning...:)
Thanks guys for the tips I'm gonna chek them out soon as I got enough time and reply after that if they worked or not...:)

pilatus666 03-17-2006 03:02 AM

I tried to install kiso but when I configure it gives me the folowing error:
checking for KDE... configure: error:
in the prefix you´ve chosen, are no KDE headers installed. This will fail. So Check this please and use another prefix!
What thas this mean??? I have and I use Kde 3.3 What did I wrong?

den15 03-17-2006 03:16 AM

maybe this can help:

http://gentoo-wiki.com/HOWTO_Install...image_mounting)

den15 03-17-2006 03:19 AM

')' at the end of the link should be it's part. just add it manually.

pilatus666 03-17-2006 03:34 AM

Thanks I will try that out..

den15 03-17-2006 03:43 AM

It will not work unless you have loop back device support compiled in your kernel. I guess you get it so precompiled with mandrake.

pilatus666 03-17-2006 03:58 AM

how do I check this out?

den15 03-17-2006 04:32 AM

You can check the .config file in /usr/src/linux/ , you can run 'make menuconfig' to see if that options is enabled (look somewhere under device options, don't have time now to check) but the easiest thing to do is to simple run

mount -o loop /path.iso /mnt/cdrom

If /mnt/cdrom is the place where you mount cdrom. i am not sure, but thats somwhere else by mandrake. try to check /etc/fstab ( you can type 'vi /etc/fstab') and see if you can figure it out where is your cd to be mounted.

But :D you don't need to know where is your cd to be mounted. simply create a new folder 'mkdir /mnt/images' or something like that, and mount it there.

if that works you can access your iso image simply by typing 'cd /mnt/cdrom' (or /mnt/images). if you install a game or something like that, you can mount mount other image over the first one. don't forteg to unmount all of them when you are finished.

pilatus666 03-20-2006 07:24 AM

Thanks! Mods can delete this topic...


All times are GMT -5. The time now is 05:39 PM.