Michael Shuey wrote:
>
> > By the way, is there some way to convert the iso image to a regular file
> > system?
>
> Perhaps you mean loopback?
>
> #> losetup /dev/loop0 /hydrogen2-inst.sparc.iso
> #> losetup /dev/loop1 /hydrogen2-ext.sparc.iso
> #> mkdir -p /mnt/loop0
> #> mkdir -p /mnt/loop1
> #> mount -t iso9660 /dev/loop0 /mnt/loop0
> #> mount -t iso9660 /dev/loop1 /mnt/loop1
>
> That'll mount the images (no CD burning required), so just point your web/ftp
> server at that.
Or, even simpler for most people:
mount -t iso9660 -o ro,loop=/dev/loop0 cd_image1 /mnt/cdrom1
mount -t iso9660 -o ro,loop=/dev/loop1 cd_image2 /mnt/cdrom2
--
Regards,
Ron. [AU] - sent by Mandrake Linux.