LinuxQuestions.org
Help answer threads with 0 replies.
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
  Search this Thread
Old 07-06-2008, 08:38 PM   #1
misketanis
LQ Newbie
 
Registered: Jun 2008
Posts: 4

Rep: Reputation: 0
Unhappy CAN NOT seem to download a valid iso image, tried direct and torrent...


nearly EVERY single iso image i have downloaded with http, ftp, and torrent always fail the md5 checksum. it seems to happen mostly with fedora core 9 dvd iso images. i've tried it on different computers and everything, and i've used multiple methods of checking.

the following have failed:

CentOS 5.1 DVD i386
CentOS 5.2 DVD i386
Ubuntu 8.04 DVD i386
OpenSuse10.3 DVD i386
OpenSuse 11.0 DVD i386
Fedora Core 9 DVD i386

they also fail media check in a virtual machine after mounting the iso image. any recommendations on how to get this correct??

I have tons of storage, 3g ram, 500GB hd, and a 10mb internet connection, you'd think that i'd be able to get atleast one image that works, but i cant!!

Thanks in advance.

Last edited by misketanis; 07-08-2008 at 06:25 AM.
 
Old 07-06-2008, 09:14 PM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Odds are that you either have a memory problem(ram) or a internet connection problem. The memory issue can be checked with memtest86(just Google it). Since you are seeing this across multiple distros I assume you are getting them from multiple sources. I would run a traceroute to Google and find the address of your last hop of your isp. Then do a ping -c 1000 and look at your packet loss.
 
Old 07-06-2008, 10:36 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
also change the brand of dvd on some dvd drives brand A works but not brand B
on a diff machine it might be brand B that works
some times the VERY cheep disks will work for you
or the VERY Expensive $$$$$$ ones might work
also if the drive is old then it will be VERY fussy about the disks
and what are you using
dvd+r
dvd-r
dvd +rw
dvd +-rw
i prefer DVD+-RW even though the burn speed is x1 or x2
 
Old 07-07-2008, 05:10 AM   #4
misketanis
LQ Newbie
 
Registered: Jun 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the info

but I can download iso images for other apps with no issues. Like I stated before, I've tried on different computers, and have not burned them yet, just mounting the iso file in a virtual machine to do a media check.

thanks for the info!
 
Old 07-07-2008, 06:08 AM   #5
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
Quote:
Originally Posted by misketanis View Post
but I can download iso images for other apps with no issues. Like I stated before, I've tried on different computers, and have not burned them yet, just mounting the iso file in a virtual machine to do a media check.

thanks for the info!

Are your downloads going to (or being transferred to) a FAT filesystem such as external drive?
 
Old 07-07-2008, 07:57 AM   #6
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
(In reply to response received via email):

FAT 32 filesystem has a limit of 4GB for a file, so a typical DVD iso will inevitably be corrupted if you download (or transfer from another local filesystem) the iso to a FAT 32 formatted drive. A lot of external drives come formatted FAT 32 because it is easily readable and writable by all kinds of OS (and FAT 32 doesn't support permissions).

If you need to use the drive with Windows or Mac as well you might prefer to use ntfs because ntfs-3g provides stable read/write capability and can be installed on Mac or any recent distro. If you exclusively use GNU/Linux then ext3 or one of the other native filesystems is a better choice.
 
Old 07-07-2008, 11:32 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I've tried on different computers, and have not burned them yet, just mounting the iso file in a virtual machine to do a media check.
there is one of the problems the .Sometimes the check sum will fail i had fedora 6 and 7 both fail that and fail the check during install . But the install went without a hitch .
Quote:
but I can download iso images for other apps with no issues
Are you on the ( year 1996 ) FAT32 file system in win xp , some who upgraded win 98 to xp stayed in fat32.fat32 has a 4 gig max file size so a 4.2 gig iso WILL BE KILLED
http://support.microsoft.com/kb/314463
also for a new Linux user I would stay away from Fedora 9 and instead install fedora 8 , or Ubuntu . CentOS 5.1 is not bad but it is best suited for the office and for running a server ,where having it work is more important than having it run the NEW software. OpenSuse i have not ran it except for 2 weeks back in '06 so ?
 
Old 07-07-2008, 03:42 PM   #8
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally Posted by misketanis View Post
<snip>just mounting the iso file in a virtual machine to do a media check.</snip>
You can do the checksum test by running the md[n]sum program on the iso image that you downloaded, without mounting the image (except the directory containing the image file, of course). Then compare the checksum produced with the expected value. (Note: the [n] in md[n]sum means "use the checksum program that the distributer used to generate the checksum that was published with the iso file.")

I suspect that the "virtual machine" you're using may be introducing discrepancies, and that actually burning the image file may give you a different check sum.
 
Old 07-07-2008, 06:49 PM   #9
misketanis
LQ Newbie
 
Registered: Jun 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Re: mounting iso images in virtual machine, and md5 checksum

I run the checksums against the iso image alone. When I do a media check, i then mount the iso image into the virtmachine.

thanks for all the feedback.
 
Old 07-07-2008, 08:41 PM   #10
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally Posted by misketanis View Post
I run the checksums against the iso image alone. When I do a media check, i then mount the iso image into the virtmachine.

thanks for all the feedback.
Well, if the check of the ISO file, alone, is correct, the "media check" is not needed, so just skip it.

If I understood you correctly, the "media check" is looking at a mounted ISO image, not a "real" DVD drive, so I wouldn't be surprised that a check made when in "media" is not mounted as expected by the programmer fails.
 
Old 07-08-2008, 05:05 PM   #11
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
The official Fedora ISO image checksums are SHA1 not MD5. You need to run "sha1sum" on them to calculate the checksums. Images downloaded from torrent are checked implicitly by the download client.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
iso image download help ABHISHEK_CHANDRA Linux - Newbie 1 12-28-2006 07:47 AM
Which ISO image shall I download satimis Linux - Distributions 9 08-29-2006 10:17 AM
How to down iso image with torrent satimis Fedora 6 05-22-2006 09:09 AM
which iso image 3.1_r to download harys Debian 4 03-15-2006 09:05 AM
From where can I download an iso image of suse 8.2?? arunshivanandan Linux - Distributions 14 08-29-2003 03:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration