On Tue, 13 Jul 2004 11:18:10 -0700 (PDT), Leo Boucher <boucher_leo@xxxxxxxxx> wrote: >Hello. I want to install fedora core 2, I have the >files downloaded, but don't have a way to make a >bootable cdrom or dvd. > >Here is what I have to work with: zip disks, floppy >disks and access to the files from within Linux. Can >fedora core 2 be installed using any of these? It says on http://fedora.redhat.com/download/ Mounting ISO Images If you are already running Linux, you can save an ISO image to a directory on your machine or another machine on the network. You may then mount the ISO image to look at or copy files. To mount an ISO image, use the following command: mount -o loop -t iso9660 <isofilename> <mountpoint> In the above command replace <isofilename> and <mountpoint> with the correct file name and mount point respectively. The directory given as the mount point must exist. -- Steve