From Fedora Project Wiki
mNo edit summary |
(amplify distinction between IEC and SI units) |
||
Line 6: | Line 6: | ||
# Finally, inspect the size of the '''DVD''' media. | # Finally, inspect the size of the '''DVD''' media. | ||
|results= | |results= | ||
# The installer '''CD''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''700 MiB'''. An example using the {{command|ls}} command: | # The installer '''CD''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''700 MiB = 734,003,200 bytes''' (IEC units). An example using the {{command|ls}} command (which displays file sizes in IEC units by default): | ||
#: <pre># ls -sh Fedora-13-Beta-x86_64-disc*.iso | #: <pre># ls -sh Fedora-13-Beta-x86_64-disc*.iso | ||
#: 692M Fedora-13-Beta-x86_64-disc1.iso 694M Fedora-13-Beta-x86_64-disc4.iso | #: 692M Fedora-13-Beta-x86_64-disc1.iso 694M Fedora-13-Beta-x86_64-disc4.iso | ||
#: 694M Fedora-13-Beta-x86_64-disc2.iso 693M Fedora-13-Beta-x86_64-disc5.iso | #: 694M Fedora-13-Beta-x86_64-disc2.iso 693M Fedora-13-Beta-x86_64-disc5.iso | ||
#: 681M Fedora-13-Beta-x86_64-disc3.iso 150M Fedora-13-Beta-x86_64-disc6.iso</pre> | #: 681M Fedora-13-Beta-x86_64-disc3.iso 150M Fedora-13-Beta-x86_64-disc6.iso</pre> | ||
# The installer '''Live''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''1 GB''' <ref>As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see [[Features/DesktopLiveImageTarget]].</ref>. An example using the {{command|ls}} command (with the <code>--si</code> option | # The installer '''Live''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''1 GB = 1,000,000,000 bytes''' (SI units)<ref>As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see [[Features/DesktopLiveImageTarget]].</ref>. An example using the {{command|ls}} command (with the <code>--si</code> option to display sizes in SI units): | ||
#: <pre># ls -sh --si F13-Beta-x86_64-Live.iso | #: <pre># ls -sh --si F13-Beta-x86_64-Live.iso | ||
#: 987M F13-Beta-x86_64-Live.iso</pre> | #: 987M F13-Beta-x86_64-Live.iso</pre> | ||
# The installer '''DVD''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''4.7 GB'''. An example using the {{command|ls}} command (with the <code>--si</code> option): | # The installer '''DVD''' images are of a size ''greater than'' '''2 MiB''', and ''less than or equal to'' '''4.7 GB = 4,700,000,000 bytes''' (SI units). An example using the {{command|ls}} command (with the <code>--si</code> option to display sizes in SI units): | ||
#: <pre># ls -sh --si Fedora-13-Beta-x86_64-DVD.iso | #: <pre># ls -sh --si Fedora-13-Beta-x86_64-DVD.iso | ||
#: 3.8G Fedora-13-Beta-x86_64-DVD.iso</pre> | #: 3.8G Fedora-13-Beta-x86_64-DVD.iso</pre> |
Revision as of 15:28, 20 June 2010
Description
This test validates that ISO images (CD, Live, and DVD) are small enough to fit on the corresponding media.
How to test
- Inspect the size of CD install media. The
ls -sh
command can be used to display the size of the image. - Repeat the same inspection, but for the Live media.
- Finally, inspect the size of the DVD media.
Expected Results
- The installer CD images are of a size greater than 2 MiB, and less than or equal to 700 MiB = 734,003,200 bytes (IEC units). An example using the
ls
command (which displays file sizes in IEC units by default):# ls -sh Fedora-13-Beta-x86_64-disc*.iso
- 692M Fedora-13-Beta-x86_64-disc1.iso 694M Fedora-13-Beta-x86_64-disc4.iso
- 694M Fedora-13-Beta-x86_64-disc2.iso 693M Fedora-13-Beta-x86_64-disc5.iso
- 681M Fedora-13-Beta-x86_64-disc3.iso 150M Fedora-13-Beta-x86_64-disc6.iso
- The installer Live images are of a size greater than 2 MiB, and less than or equal to 1 GB = 1,000,000,000 bytes (SI units)[1]. An example using the
ls
command (with the--si
option to display sizes in SI units):# ls -sh --si F13-Beta-x86_64-Live.iso
- 987M F13-Beta-x86_64-Live.iso
- The installer DVD images are of a size greater than 2 MiB, and less than or equal to 4.7 GB = 4,700,000,000 bytes (SI units). An example using the
ls
command (with the--si
option to display sizes in SI units):# ls -sh --si Fedora-13-Beta-x86_64-DVD.iso
- 3.8G Fedora-13-Beta-x86_64-DVD.iso
- ↑ As of Fedora 13, live media is intended for USB media keys and not for CD images. For more details on this change, see Features/DesktopLiveImageTarget.