Fedora Linux Support Community & Resources Center
  #1  
Old 22nd May 2004, 02:16 AM
raveolution Offline
Registered User
 
Join Date: May 2004
Posts: 10
DVD ISO is only 75,673,600 bytes long

I thought the DVD ISO was 4 gigs ... I got this file size from every mirror site I've tried, including this one

ftp://ultra.linux.cz/pub/fedora/2/i3...2-i386-DVD.iso

What's going on?
Reply With Quote
  #2  
Old 22nd May 2004, 03:04 AM
mictubis Offline
Registered User
 
Join Date: May 2004
Posts: 10
The size of the file is too large to be held within an integer value so the number is just wrapping around. (An 8 bit signed integer can only represent the values -2147483648 to 2147483647.) File sizes are getting so large so fast the coders of the server software haven't gotten to update the code yet.

The whole file is actually there... try downloading it with an ftp client and you will get it.

I don't recommend trying to download a large file like that with a web browser... they have the same integer value problem and in the end it will end up thinking you have a negative file size, so the final save will fail. Use an ftp program.
Reply With Quote
  #3  
Old 22nd May 2004, 03:18 AM
raveolution Offline
Registered User
 
Join Date: May 2004
Posts: 10
Oh I'm downloading the file with the wget client. I wonder if the integer limit thing for files this big will be fixed on a 64bit system?

(Thank Goodness that I have a nice 3mbps connection!)
Reply With Quote
  #4  
Old 22nd May 2004, 03:48 AM
mictubis Offline
Registered User
 
Join Date: May 2004
Posts: 10
It will automagically fix itself on 64 bit systems, although it can be fixed now if the developers just make those integers unsigned. (Why they were signed in the first place is beyond me since file sizes never go negative -- just one of those 'bah, the numbers will never get that big' oversights.) That will put those integers into the range 0 - 4294967296 (2^32) which should just cover the size of a dvd iso.

On a 64-bit system we'll be looking at 0 - 2^64 -- which is significantly bigger.
Reply With Quote
  #5  
Old 22nd May 2004, 04:07 AM
raveolution Offline
Registered User
 
Join Date: May 2004
Posts: 10
Then on 64-bit systems they'll try to host the Microsoft Longhorn EULA text and it'll bust their signed integer limits too
Reply With Quote
Reply

Tags
600, 673, bytes, dvd, iso, long

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
exe (pid 2505) , 0 bytes cybernoid Using Fedora 2 26th November 2007 11:37 PM
Filesize in bytes OnegaiNL Using Fedora 5 12th August 2005 09:16 PM
MRTG max bytes? Jeffa Servers & Networking 2 10th November 2004 01:42 AM
can't surf on bytes per second cindym003 Servers & Networking 1 13th August 2004 08:09 PM


Current GMT-time: 01:51 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat