Find the answer to your Linux question:
Results 1 to 5 of 5
Hi Folks, I have Fedora-13-i386-DVD.torrent download on; Fedora Project Bittorrent Tracker Torrent Server for the Fedora Project Finally the package folder downloaded; $ cd Fedora-13-i386-DVD $ ls Code: Fedora-13-i386-CHECKSUM Fedora-13-i386-DVD.iso ...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    About md5sum of F13

    Hi Folks,

    I have Fedora-13-i386-DVD.torrent download on;

    Fedora Project Bittorrent Tracker
    Torrent Server for the Fedora Project

    Finally the package folder downloaded;

    $ cd Fedora-13-i386-DVD
    $ ls
    Code:
    Fedora-13-i386-CHECKSUM  Fedora-13-i386-DVD.iso
    $ sha256sum -c Fedora-13-i386-CHECKSUM
    Code:
     
    Fedora-13-i386-DVD.iso: FAILED
    sha256sum: Fedora-13-i386-disc1.iso: No such file or directory
    Fedora-13-i386-disc1.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc2.iso: No such file or directory
    Fedora-13-i386-disc2.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc3.iso: No such file or directory
    Fedora-13-i386-disc3.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc4.iso: No such file or directory
    Fedora-13-i386-disc4.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc5.iso: No such file or directory
    Fedora-13-i386-disc5.iso: FAILED open or read
    sha256sum: Fedora-13-i386-netinst.iso: No such file or directory
    Fedora-13-i386-netinst.iso: FAILED open or read
    sha256sum: WARNING: 6 of 7 listed files could not be read
    sha256sum: WARNING: 1 of 1 computed checksum did NOT match
    Please advise the correct command to check the ISO image. Where can I find its md5sum file? TIA

    B.R.
    satimis

  2. #2
    Just Joined!
    Join Date
    May 2010
    Posts
    2

    Fedora 13 iso - verify checksum

    Hi

    Download the file "Fedora-13-i386-CHECKSUM" from a fedora mirror and place it in the same directory as the iso image you downloaded.

    Then run the command:
    Code:
    sha256sum -c Fedora-13-i386-CHECKSUM
    If errors are found the checksums would not match. Other the first line of the output will tell you if the iso is OK.

  3. #3
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by Pravindkj View Post
    Hi

    Download the file "Fedora-13-i386-CHECKSUM" from a fedora mirror and place it in the same directory as the iso image you downloaded.

    Then run the command:
    Code:
    sha256sum -c Fedora-13-i386-CHECKSUM
    If errors are found the checksums would not match. Other the first line of the output will tell you if the iso is OK.
    Hi Pravindkj,


    Thanks for your advice.


    Fedora-13-i386-CHECKSUM already download together with the DVD.iso image

    I did it before.

    $ cd /path_to/Fedora-13-i386-DVD/
    $ ls
    Fedora-13-i386-CHECKSUM Fedora-13-i386-DVD.iso

    $ sha256sum -c Fedora-13-i386-CHECKSUM
    Code:
    Fedora-13-i386-DVD.iso: OK
    sha256sum: Fedora-13-i386-disc1.iso: No such file or directory
    Fedora-13-i386-disc1.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc2.iso: No such file or directory
    Fedora-13-i386-disc2.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc3.iso: No such file or directory
    Fedora-13-i386-disc3.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc4.iso: No such file or directory
    Fedora-13-i386-disc4.iso: FAILED open or read
    sha256sum: Fedora-13-i386-disc5.iso: No such file or directory
    Fedora-13-i386-disc5.iso: FAILED open or read
    sha256sum: Fedora-13-i386-netinst.iso: No such file or directory
    Fedora-13-i386-netinst.iso: FAILED open or read
    sha256sum: WARNING: 6 of 7 listed files could not be read
    There were warning and failure. Therefore I checked the DVD.iso image directly.

    B.R.
    satimis

  4. #4
    Just Joined!
    Join Date
    May 2010
    Posts
    2
    Your DVD iso is ok.

    The first line of the output says it.
    Code:
    Fedora-13-i386-DVD.iso: OK
    You simply have not downloaded the other isos mentioned in the error messages. Don't worry about them. In fact you dont need them if you have downloaded the DVD iso.

    You can install Fedora 13 from the DVD without problems.

    Cheers.

  5. #5
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by Pravindkj View Post
    Your DVD iso is ok.

    The first line of the output says it.
    Code:
    Fedora-13-i386-DVD.iso: OK
    You simply have not downloaded the other isos mentioned in the error messages. Don't worry about them. In fact you dont need them if you have downloaded the DVD iso.

    You can install Fedora 13 from the DVD without problems.

    Cheers.
    Noted and thanks


    satimis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...