From Fedora Project Wiki

mNo edit summary
No edit summary
Line 17: Line 17:


* [[User:Robatino|robatino]] The ISO size should be the same as what the ISO header says it should be - the product of the Logical block size and Volume size listed by "isoinfo -d -i file.iso".  I noticed that in the Nouveau test day, one of the Live ISOs was bigger than what the header indicated.  I've never seen this with install images, though.  This would be easy to test since it doesn't require downloading the full ISO, just the beginning of it.  Should this be added as an additional test?
* [[User:Robatino|robatino]] The ISO size should be the same as what the ISO header says it should be - the product of the Logical block size and Volume size listed by "isoinfo -d -i file.iso".  I noticed that in the Nouveau test day, one of the Live ISOs was bigger than what the header indicated.  I've never seen this with install images, though.  This would be easy to test since it doesn't require downloading the full ISO, just the beginning of it.  Should this be added as an additional test?
* [[User:Robatino|robatino]] I notice that the spins use a target size of 703 MiB instead of 700 MiB for CDs. I'm not sure whether it's worth exceeding the advertised size to gain an extra 3 meg, but http://en.wikipedia.org/wiki/CD-ROM#Capacity suggests it should be okay. If we want, we could switch to 737148928 bytes (703 MiB = 703*2^20 bytes) instead.

Revision as of 23:18, 25 October 2010

  • robatino - I've been told there's no specific minimum size, so it doesn't really matter.
  • jlaska - I think this test has a larger focus on ensuring that the ISO's are not larger than the media for which they are intended (e.g. CD or DVD). However, a minimum size was also added so that we weren't shipping media with no packages. As is sometimes the case during the compose process, a disc6.iso can be produced which contains no packages. This is rare, but also something the disk size check was validating. Hope this helps!
  • robatino For RC4, the exact size of F13-Beta-i686-Live-KDE.iso is 734003200 bytes. A zero-byte file of this size can be created with the command
dd if=/dev/zero of=dummy-file bs=2048 count=358400

Running the prescribed test on it shows a size of 701M, even though its exact size is 700 MiB = 700*1024^2 bytes. Are the KDE live images still supposed to be CD-sized, and if so, does this image pass the test, or not?

In particular, it appears that an exactly 700 MiB image will fit.

  • robatino The ISO size should be the same as what the ISO header says it should be - the product of the Logical block size and Volume size listed by "isoinfo -d -i file.iso". I noticed that in the Nouveau test day, one of the Live ISOs was bigger than what the header indicated. I've never seen this with install images, though. This would be easy to test since it doesn't require downloading the full ISO, just the beginning of it. Should this be added as an additional test?
  • robatino I notice that the spins use a target size of 703 MiB instead of 700 MiB for CDs. I'm not sure whether it's worth exceeding the advertised size to gain an extra 3 meg, but http://en.wikipedia.org/wiki/CD-ROM#Capacity suggests it should be okay. If we want, we could switch to 737148928 bytes (703 MiB = 703*2^20 bytes) instead.