mount -o loop /path/to/cdimage.iso /mnt/imageX
that’s it, of course you’ll need a kernel with loop support, but most modern linux’s have this built in.
This lets you save a CDR and get faster access to CD media you’ve downloaded. I use this at work to install Oracle from the hard drive remotely instead of having to be on side swapping CDROM’s.
Also, if you have a CD that you’d rather have an iso, here’s how to rip iso’s easy like..
dd if=/dev/cdroms/cdrom0 of=/path/to/cdimage.iso
you may went to grep cdrom /etc/fstab to see what the device is of your cdrom. Also, I’ve had some problems with this failing with copy protected type cdroms, sometimes if you mount it first it works better, sometimes worse.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.