in reply to Checksumming dynamically created media (code)
As you are burning and checking complete DVDs, you might want to consider simply reading and checking the device instead of the mounted volume. If you have a SCSI DVD (likely considering your Sun hardware), this could be under /dev/sdc or maybe /dev/dvd. Simply opening that one as a file and reading from it could work, at least it works that way under Linux with harddisks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (2): Checksumming dynamically created media (code)
by deprecated (Priest) on Jul 16, 2001 at 21:15 UTC | |
by bikeNomad (Priest) on Jul 16, 2001 at 21:30 UTC |