-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jun 29 2004 6:18 pm, Chuck Hallenbeck wrote: > 1. I have the four iso files for SW 10.0 (thanks, Greg) plus the > associated md5 files. How do I verify the intactness of my > downloads? The man page seems to suggest I should have a command > called "md5" unless I am misreading it, but there ain't no such > animal on my system. Related to that, I will then burn a set of The command is md5sum. So you'd do: md5sum -c checksum.md5 Where checksum.md5 is the md5 file to verify. > CD's and will need to verify those burns as well. There is likely an md5 checksum in the root dir of the cd which you can use to verify all the files on it with the same procedure as above. > 2. There should be a way to "open" those iso files, copying or > converting them to the corresponding files and directories, > without first burning the CD's and then mounting and copying the > contents back in again. How would you do that, going directly > from an iso file to a directory structure on the HD? To see what's in an iso file you need to mount it as a loopback device. The command for this is: mount -t iso9660 -o loop filename.iso /mnt/cdrom Then the contents of the cd are available in /mnt/cdrom. They are read only and if you want to you can copy whatever you want whereever you want. If the above mount command gives an error you need to load the loopback module with: modprobe loop To figure out how to actually burn the cd check out the cdrecord man page and if necessary the cd writing howto. HTH - -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan Thomas Stivers e-mail: stivers_t at tomass.dyndns.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA4fpA5JK61UXLur0RAuzrAJ9vzCkf7fOGbpaSmCLN6e3CkoiJoQCfWw0T gxM7Mqb+BJdUzZyYIJr14ig= =A0G6 -----END PGP SIGNATURE-----