Results 1 to 2 of 2
I got a heap of cd images stored on my hard drive. In windows I just used Daemon Tools to mount them and use them. Any programs in Linux that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-16-2004 #1Just Joined!
- Join Date
- Oct 2003
- Location
- Perth, Australia
- Posts
- 10
Mounting cd images in Linux
I got a heap of cd images stored on my hard drive. In windows I just used Daemon Tools to mount them and use them. Any programs in Linux that can do that? or how to do it at the command line. I got a range of them from .iso to .bin and Clone cd images
I'm using SuSE 9.1 Pro.
- 06-16-2004 #2
I very much doubt that mount can handle bin or clonecd images so you have to convert that to iso. But anyways, the proper way to do it is something like this: "mount -t iso9660 -o loop image.iso /mnt/isoimage". Make shure that /mnt/isoimage does exist already as a directory.
Good luck


Reply With Quote
