From Fedora Project Wiki
(update image names for Products) |
(we don't have ARM ISOs at present) |
||
Line 2: | Line 2: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=All ISO images (i.e. {{filename|Server-netinst.iso}}, {{filename|Server-DVD.iso}}, {{filename|Live-Workstation.iso}} and {{filename|Live-KDE.iso}}) must be small enough to fit on the corresponding media. This test does not apply to disk image files: their compressed size is not relevant to their deployment, and restrictions on their uncompressed size are applied during the compose process. | |description=All ISO images (i.e. {{filename|Server-netinst.iso}}, {{filename|Server-DVD.iso}}, {{filename|Live-Workstation.iso}} and {{filename|Live-KDE.iso}}) must be small enough to fit on the corresponding media. This test does not apply to disk image files (e.g. ARM and Cloud disk images): their compressed size is not relevant to their deployment, and restrictions on their uncompressed size are applied during the compose process. | ||
|actions= | |actions= | ||
<ol> | <ol> | ||
Line 14: | Line 14: | ||
</ol> | </ol> | ||
|results= | |results= | ||
# The size of '''netinst''' | # The size of '''netinst''' and '''Cloud ISO''' 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''' / '''offline install''' images is less than or equal to '''4,700,000,000 bytes''' <ref name="4.7GB">4.7 GB = 4.7 * 1000^3 | # The size of '''DVD''' / '''offline install''' 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> | 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 '''Workstation Live | # The size of '''Workstation Live''' images is less than or equal to '''2,000,000,000 bytes''' <ref name="2GB">2 GB = 2000^3 bytes = 2000000000 bytes (for more information, see [http://en.wikipedia.org/wiki/Binary_prefixes#Flash_drives Binary prefixes for Flash drives])</ref><ref>see [[Releases/21/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 '''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 '''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 | # 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 |
Revision as of 19:12, 2 October 2014
Description
All ISO images (i.e. Server-netinst.iso
, Server-DVD.iso
, Live-Workstation.iso
and Live-KDE.iso
) must be small enough to fit on the corresponding media. This test does not apply to disk image files (e.g. ARM and Cloud disk images): their compressed size is not relevant to their deployment, and restrictions on their uncompressed size are applied during the compose process.
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 and Cloud ISO images is less than or equal to 734,003,200 bytes [1]
- The size of DVD / offline install images is less than or equal to 4,700,000,000 bytes [2]
- The size of Workstation Live images is less than or equal to 2,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)
- ↑ 2 GB = 2000^3 bytes = 2000000000 bytes (for more information, see Binary prefixes for Flash drives)
- ↑ see Releases/21/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)