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

Re: [linux] Graver des cd



Pour vérifier si ton image iso est correcte, tu peux aussi lire en série tous tes fichiers

après le mount -o loop disons en /mnt
find /mnt -exec cat {} > /dev/null \;

attention au backslash ; il termine l'opération du -exec. Un simple ; serait la fin de l'ensemble find...

   Alain  

_______________________________________________
Linux Mailing List
LCP - 11 Mai - http://www.unixtech.be/lcp.php
Archives: http://www.unixtech.be/mailman/listinfo/linux