Re: How to mount ISO image file as a filesystem?

Jean-Miel Lee (jean-miel@yeah.net)
Tue, 4 Jan 2000 09:17:46 +0800


First to do:

file cdimage.iso

if system said that the file is an iso image, you could just mount it using
loop.

mount -o loop,ro cdimage.iso /mnt

hope it useful.

Jean

-
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/