Jump to content

Mounting a CD Image

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
mop

mop

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Is there any tool in Linux that will allow me to mount a CD Image on a local drive/partition/fake CD?

Is there a tool that will do the above and also supports .DAA files?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I don't know what a .DAA file is but you can mount an ISO with this command:

# mount -o loop disk1.iso /mnt/dir[FONT=monospace]
[/FONT]

You have to bee root for this to work.

#3
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
You have to have a certain module installed in your Kernel to do this though. I think it comes standard now.

#4
Hektor

Hektor

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
What kernel module is it?