| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| $ whereis isoinfo |
| CODE |
| $ isoinfo -d -i /dev/cdrom |
| QUOTE (Text @ Screen) |
| CD-ROM
is in ISO 9660 format System id: LINUX Volume id: Slack9d1 Volume set id: Publisher id: Slackware Linux, Inc. <info@slackware.com> Data preparer id: Slackware Linux, Inc. <info@slackware.com> Application id: Slackware Linux 9.0 disc 1 Copyright File id: Abstract File id: Bibliographic File id: Volume set size is: 1 Volume set sequence number is: 1 Logical block size is: 2048 Volume size is: 339344 Joliet with UCS level 3 found Rock Ridge signatures version 1 found |
| CODE |
| $ dd if=/dev/cdrom bs=2048 count=339344 conv=notrunc,noerror | md5sum |
| QUOTE (Text @ Screen) |
| 339344+0
records in 339344+0 records out 563c1bfff307a16d45f5da04011f07b6 <===( This is the checksum number ! ) |
| QUOTE (Text @ Screen) |
| 563c1bfff307a16d45f5da04011f07b6 slackware-9.0-install.iso |
Bruno
| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |