FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
It would have been nice if Fedora could have mentioned all this on the download page. After some poking around I came up with this:
If the dvd iso image is downloaded to your local machine, on a separate partition, you can install using that by burning the boot.iso image to a cd, booting from that, type 'linux askmethod' at the prompt and select to install from a hardrive, then point to the dvd iso image.
mount -o loop -t iso9660 [dvd iso image] /mnt/dvd
Or you can serve that mounted directory tree from another server and do it that way.
True - it didn't answer my original question, but my next question would be how do I get it installed, and this fits the bill (I hope). I was out of town for the weekend, but I'll give this a try. Thanks for the help!
useful, but that's nothing to do with the original question...
I was addressing the "I don't have a DVD drive in my machine but I'd like to try Fedora 7." part. To do that you need to know a) that there are no CD iso's provided any more, and b) you can still use the DVD iso by mounting it as a loopback device.
Since google returned this thread high on the list of results from my search, which was something like "fedora 7 cd iso images", I was just trying to help out the next guy who had the same problem by putting the answer where it was likely to be easily found.
I found the Live-CD's at Fedora Project Portal under torrents they are listed as Fedora7-live-i686 and Fedora7-KDE-live-i686. Once you boot up you can use the install to hard drive on the desktop. Hope this helps
Can I ask a followup question? I downloaded the dvd .iso, and mounted it in /mnt/dvd/
I can cd /mnt/dvd and the files are there.
...
But on my f7 machine, It asks for the server name and NFS directory - I give it
a.b.c.d
/mnt/dvd
and it tells me it can't mount from that directory
I could use some suggestions on what to look for here...
NFS is a rare and confusing beast. I used http, it's much simpler, then you can do something like this, if you already have a web server running (if you don't, just start thttpd in your /mnt/dvd directory)
Code:
cd /var/www/html
ln -s /mnt/dvd fc7
If you can browse that directory from your other machine, like "lynx a.b.c.d/fc7/", then you should be good to go.
People in some countries, who have no high speed internet, and who do not have, of course, dvd burners would find it difficult to try F7. I think the normal ISO files should be back. They are cheap and they are very handy and helpful to distribute, and costs nothing compared to DVDs in those countries.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.