How to mount ISO image file as a filesystem?

Tuan Hoang (tuan@optimus.mitre.org)
Mon, 3 Jan 2000 18:13:51 -0500 (EST)


Hi,

Not sure if this is off topic but I'm running Red Hat 6.1
with all the latest Red Hat RPM updates (as of 1/3/2000).
I've extracted an ISO image from .bin/.cue files using
bchunker but I can't seem to burn the cd image using X-CDRoast 0.96ex.

I've heard of using mount and losetup to mount it via the loopback driver
but I can't seem to get it to work. I'm not sure if bchunker is
screwing up the ISO image or I'm not setting this up right.
I'm doing the folloing:

losetup /dev/loop0 cdimage.iso
mount -t iso9660 /dev/loop0 /mnt/cdimages

Mount complains that it's not a valid cd image.
Has anyone ever done this before?

Thanks for any pointers,
Tuan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/