Re: Fedora 9 i386 CD images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tod Merley wrote:
On Mon, Sep 8, 2008 at 10:12 AM, Bing <bing77@xxxxxxxxxxxx> wrote:
Hi,



I am new to this and seeking advice.

I downloaded the 6 CD images ok and run the checksum and they all were ok.

I burned the images to CD and only CD 1 and 6 show no errors on the media
check.

I re-burnt CD 2 to see if it was a glitch but the new disk also came up with
errors.

The machines I have do not have DVD drives only CD



Before I try again and spend a fortune on CDs wanted to know if anybody has
successfully downloaded, burnt and installed from these images.



Many thanks in anticipation.



Bing

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines



Hi Bing!

Try running a checksum or shasum on the disks.  If they pass I would
tend to use them.  The media check seems to be sometimes unreliable.

You need to check just the size of the ISO image, reading the CD may return more or less data than written based on how the end of data was padded (or not). So: - get the size of the ISO image on disk in 2k blocks, either with wc or "ls -s" and a little simple arithmetic.
- read just that much from the CD and do the sum, like
  dd if=/dev/cdrom bs=2k count=${size_in_2k_blocks} | sha1sum -
- compare that to the original:
  sha1sum YourImage.iso

That's the reliable way to check, if the sums match the CD is correct.

--
Bill Davidsen <davidsen@xxxxxxx>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux