View Single Post
  #17  
Old 18-01-2004, 02:11
Eagle's Avatar
Eagle Eagle is offline
Registered User
 
Join Date: May 2001
Location: Crollywood
Posts: 1,016
Thanks: 0
Thanked 0 Times in 0 Posts
Eagle is on a distinguished road
its totally normal that an image is bigger in size than the actual data!

the data is stored in blocks. each block has a size of 2353bytes. but only 2048 bytes are used for data. the other missing bytes are for subchannel data, error correction etc.

when reading an image every block is copied with its full size. when copying the _data_ to your hdd only the 2048 bytes will be read.
__________________
"impossible" only means that you have not tried everything.
Please, [url="http://www.fileforums.com/search.php?s="]SEARCH[/url] the forums before asking!
[color=red]Don't ask for help with WAREZ.[/color]
Reply With Quote