<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged md5 iso cdrom</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/md5+iso+cdrom/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/md5+iso+cdrom/order_by/date</id>
  <updated>2007-02-17T12:13:33Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Vérifier l'empreinte md5 d'une image ISO</title>
  <link href="http://snippets.prendreuncafe.com/snippet/58"></link>
  <updated>2007-02-17T12:13:33Z</updated>
  <id>58</id>
  <summary type="html">Avec md5sum :

[code]
$ md5sum feisty-desktop-i386.iso
[/code]

Comparer l'empreinte de l'image ISO avec celle du CD gravé :

Trouver le périphérique à vérifier :

[code]
$ cat /etc/fstab | grep cdrom
[/code]

Vérification :

[code]
$ md5sum /dev/hdb
[/code]</summary>
</entry>
</feed>