From Fedora Project Wiki
(added Fedora 18) |
(make test case easier to read, update Live image size restriction to 1GB) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=All ISO images (i.e. {{filename|netinst.iso}}, {{filename|DVD.iso}}, {{filename|Live-Desktop.iso}} and {{filename|Live-KDE.iso}}) must be small enough to fit on the corresponding media. | ||
|actions= | |actions= | ||
<ol> | <ol> | ||
<li> | <li>If you have the image downloaded locally, view the size of the file in bytes like this: | ||
<pre>$ du -b Fedora-14-Alpha-x86_64-netinst.iso | <pre>$ du -b Fedora-14-Alpha-x86_64-netinst.iso | ||
230686720 Fedora-14-Alpha-x86_64-netinst.iso</pre></li> | 230686720 Fedora-14-Alpha-x86_64-netinst.iso</pre></li> | ||
<li> | <li>If you don't have the image downloaded locally, query the size using HTTP headers like this: | ||
<pre>$ curl -sI http://server/image.iso | grep Content-Length | |||
Content-Length: 230686720</pre></li> | |||
<pre>$ curl -sI http://server/image.iso | grep Content-Length</pre> | <li>Check all ISO files available for this specific compose.</li> | ||
</ol> | </ol> | ||
|results= | |results= | ||
# The size of '''netinst''' images is less than or equal to ''' | # The size of '''netinst''' images is less than or equal to '''734,003,200 bytes''' <ref name="700MiB">700 MiB = 700 * 1024^2 bytes = 734003200 bytes (for more information, see [http://en.wikipedia.org/wiki/Mebibyte Mebibyte] and [http://en.wikipedia.org/wiki/CD-ROM#Capacity CD-ROM Capacity])</ref> | ||
# The size of '''DVD''' images is less than or equal to '''4,700,000,000 bytes''' <ref name="4.7GB">4.7 GB = 4.7 * 1000^3 | |||
bytes = 4700000000 bytes (for more information, see [http://en.wikipedia.org/wiki/Gigabyte Gigabyte] and [http://en.wikipedia.org/wiki/DVD#Capacity DVD Capacity])</ref> | |||
# The size of '''Live''' images is less than or equal to '''1,000,000,000 bytes''' <ref name="1GB">1 GB = 1000^3 bytes = 1000000000 bytes</ref><ref>see [[Releases/18/Spins]] for ISO sizes for additional spins</ref> | |||
# The size of '''Multi-Desktop''' DVD images is less than or equal to '''8,500,000,000 bytes''' <ref name="8.5GB">8.5 GB = 8.5 * 1000^3 bytes = 8500000000 bytes (for more information, see [http://en.wikipedia.org/wiki/Gigabyte Gigabyte] and [http://en.wikipedia.org/wiki/DVD#Capacity DVD Capacity])</ref> and is intended for DVD-9 Single-Side (SS) Dual-layer (DL) media | |||
# The size of '''DVD''' | # The size of '''Multi-Install''' DVD installation images is less than or equal to '''8,500,000,000 bytes''' <ref name="8.5GB" /> and is intended for DVD-9 Single-Side (SS) Dual-layer (DL) media | ||
bytes = 4700000000 bytes (for more information, see http://en.wikipedia.org/wiki/Gigabyte and http://en.wikipedia.org/wiki/DVD#Capacity</ref> | |||
# The size of '''Multi-Desktop''' DVD images is less than or equal to ''' | |||
# The size of '''Multi-Install''' DVD installation images is less than or equal to ''' | |||
}} | }} | ||
= References = | = References = |
Revision as of 13:46, 18 October 2012
Description
All ISO images (i.e. netinst.iso
, DVD.iso
, Live-Desktop.iso
and Live-KDE.iso
) must be small enough to fit on the corresponding media.
How to test
- If you have the image downloaded locally, view the size of the file in bytes like this:
$ du -b Fedora-14-Alpha-x86_64-netinst.iso 230686720 Fedora-14-Alpha-x86_64-netinst.iso
- If you don't have the image downloaded locally, query the size using HTTP headers like this:
$ curl -sI http://server/image.iso | grep Content-Length Content-Length: 230686720
- Check all ISO files available for this specific compose.
Expected Results
- The size of netinst images is less than or equal to 734,003,200 bytes [1]
- The size of DVD images is less than or equal to 4,700,000,000 bytes [2]
- The size of Live images is less than or equal to 1,000,000,000 bytes [3][4]
- The size of Multi-Desktop DVD images is less than or equal to 8,500,000,000 bytes [5] and is intended for DVD-9 Single-Side (SS) Dual-layer (DL) media
- The size of Multi-Install DVD installation images is less than or equal to 8,500,000,000 bytes [5] and is intended for DVD-9 Single-Side (SS) Dual-layer (DL) media
References
- ↑ 700 MiB = 700 * 1024^2 bytes = 734003200 bytes (for more information, see Mebibyte and CD-ROM Capacity)
- ↑ 4.7 GB = 4.7 * 1000^3 bytes = 4700000000 bytes (for more information, see Gigabyte and DVD Capacity)
- ↑ 1 GB = 1000^3 bytes = 1000000000 bytes
- ↑ see Releases/18/Spins for ISO sizes for additional spins
- ↑ 5.0 5.1 8.5 GB = 8.5 * 1000^3 bytes = 8500000000 bytes (for more information, see Gigabyte and DVD Capacity)