This one works for me on an MDK7.2 system __BEGIN__ /root/mdk.iso /mnt/mdk iso9660 ro,loop=/dev/loop0 1 1 __END__ Does it work if you mount the image manually? Gary On Wednesday 18 July 2001 1:08 am, James & Cybèle wrote:
Hi A couple of months back I got some good advice from Simon Wood and others about mounting CD-Rom images
[Simon Wood] You can create a binary copy of the contents of a CD >to a file on the disk
with:
dd if=/dev/hdc of=cd_image_1.iso bs=1024K
assuming /dev/hdc (secondary master) is you cdrom >drive, 'bs' just sets
the block size and speeds up the >copy.
Then you can mount this image as if it were a normal >CD with: mount -t iso9660 -o loop >cd_image_1.iso /fake_cdrom1
This works brilliantly but I'm having problems adding these to fstab. Every way I try it doesn't like. If the image is mounted as /cdshare/img1/img.iso can someone suggest the correct instructions to stick in fstab?
Thanks
James Carter
-- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000