LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 05-09-2007, 03:59 PM   #1
nbcohen
Member
 
Registered: Mar 2003
Location: Northern Virginia
Distribution: RH Enterprise, Fedora
Posts: 96

Rep: Reputation: 17
Where are CD .iso files for Fedora 7?


I don't have a DVD drive in my machine but I'd like to try Fedora 7. I can't find a link to the .iso files - can someone point me at them?

thanks,

nbc
 
Old 05-09-2007, 04:04 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,822

Rep: Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116
they don't exist yet as fc7 hasn't been released. should be out 1st of june now by all accounts.
 
Old 05-09-2007, 04:15 PM   #3
slick8o8
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1, Mandrake 10.0
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by nbcohen
I don't have a DVD drive in my machine but I'd like to try Fedora 7. I can't find a link to the .iso files - can someone point me at them?

thanks,

nbc
Final Fedora 7 release candidate available. Fedora mirrors and BitTorrent are available as well as a LiveCD. It's a release candidate and labeled as 6.93.
 
Old 05-09-2007, 08:10 PM   #4
nbcohen
Member
 
Registered: Mar 2003
Location: Northern Virginia
Distribution: RH Enterprise, Fedora
Posts: 96

Original Poster
Rep: Reputation: 17
Fedora 7 .iso

That explains why I can't find them Thanks very much,

nbc
 
Old 06-02-2007, 10:55 AM   #5
kgoess
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Rep: Reputation: 0
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.

See this thread, though their mount command is missing 'loop'
http://forums.fedoraforum.org/showpo...8&postcount=22
 
Old 06-02-2007, 12:06 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,822

Rep: Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116
useful, but that's nothing to do with the original question...
 
Old 06-03-2007, 05:29 PM   #7
nbcohen
Member
 
Registered: Mar 2003
Location: Northern Virginia
Distribution: RH Enterprise, Fedora
Posts: 96

Original Poster
Rep: Reputation: 17
Installing with the dvd .iso

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!

nbc
 
Old 06-04-2007, 11:06 AM   #8
kgoess
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by acid_kewpie
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.
 
Old 06-04-2007, 04:11 PM   #9
nbcohen
Member
 
Registered: Mar 2003
Location: Northern Virginia
Distribution: RH Enterprise, Fedora
Posts: 96

Original Poster
Rep: Reputation: 17
Accessing the DVD .iso

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.

I put the following line in /etc/exports:

/mnt/dvd *(ro,insecure,all_squash)

and ran

exportfs -a

Now:
>> exportfs

/mnt/dvd <world>

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

Thanks very much

nbc
 
Old 06-04-2007, 04:16 PM   #10
DCOH
Member
 
Registered: Oct 2006
Location: Ohio
Distribution: Fedora 13/14/15KDE/PclinuxOS
Posts: 95

Rep: Reputation: 16
Download a Live-cd from Fedora and use the install program than add what you want or need with yum or package manager.
 
Old 06-04-2007, 05:21 PM   #11
nbcohen
Member
 
Registered: Mar 2003
Location: Northern Virginia
Distribution: RH Enterprise, Fedora
Posts: 96

Original Poster
Rep: Reputation: 17
Can't find the live CD

I know there were live CD's during the test phase, but I can't seem to find a link to a live CD for the release - can you point me at one??

If this keeps up, I'm going to have to consider switching to something I can install...

thanks,

nbc
 
Old 06-04-2007, 11:26 PM   #12
DCOH
Member
 
Registered: Oct 2006
Location: Ohio
Distribution: Fedora 13/14/15KDE/PclinuxOS
Posts: 95

Rep: Reputation: 16
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
 
Old 06-05-2007, 11:06 AM   #13
kgoess
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by nbcohen
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.
 
Old 06-05-2007, 10:58 PM   #14
hhegab
Member
 
Registered: Apr 2002
Location: IL, USA
Distribution: Fedora 13, Ubuntu 10.04 LTS
Posts: 161

Rep: Reputation: 30
How come there are no CD isos anymore?

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.

H

Last edited by hhegab; 06-05-2007 at 10:59 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
install fedora core 5 from .iso files horizonti_2004 Linux - Software 2 01-24-2007 04:35 AM
Fedora ISO Files Naperian Linux - Software 6 07-16-2006 02:47 PM
How to create CD ISO from Fedora DVD ISO amjadakmal Fedora 2 05-24-2006 01:19 AM
.rar files versus .iso files the difference? dolphans1 Mandriva 14 01-31-2005 09:33 AM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM


All times are GMT -5. The time now is 02:34 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration