From Fedora Project Wiki

(added info about USB flash drives)
(size of KDE live images)
Line 6: Line 6:


* [[User:Robatino|robatino]] According to http://en.wikipedia.org/wiki/Binary_prefixes#Flash_drives, the advertised size of USB flash drives is in SI units.
* [[User:Robatino|robatino]] According to http://en.wikipedia.org/wiki/Binary_prefixes#Flash_drives, the advertised size of USB flash drives is in SI units.
* [[User:Robatino|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
<pre>dd if=/dev/zero of=dummy-file bs=2048 count=358400</pre>
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?

Revision as of 20:05, 2 April 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?