Re: Adding MD5 to Image...

2004-08-13 Thread Volker Kuhlmann
> Pardon me if I misunderstand you I wonder if it is possible to > add the checksum of a file to the file itself. Because mkisofs > creates iso image file, appending the md5 sum to the image > defeats the purpose of having a checksum (unless you want to > strip out the md5sum info from the image be

Re: Adding MD5 to Image...

2004-08-13 Thread Ashish Rangole
Pardon me if I misunderstand you I wonder if it is possible to add the checksum of a file to the file itself. Because mkisofs creates iso image file, appending the md5 sum to the image defeats the purpose of having a checksum (unless you want to strip out the md5sum info from the image before calcu

Re: Adding MD5 to Image...

2004-08-13 Thread Volker Kuhlmann
> Download http://scdbackup.webframe.org/scdbackup-0.8.tar.gz > unpack and compile just > cc -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ > -o cd_backup_planer cd_backup_planer.c > (or, of course, you may install the package as described in README) > > The filter is to be run like this :

Re: Adding MD5 to Image...

2004-08-13 Thread Volker Kuhlmann
> How about using tee(1)? You could have mkisofs write the image to > stdout, then use tee to put it into a file as well as pipe it into > md5sum. I've been thinking this myself, but where it falls flat is that it requires to write the image to disk, instead of piping it straight to the burner.

Re: Adding MD5 to Image...

2004-08-13 Thread Mike 'Fox' Morrey
Mmm.. That's closer to what I need, but due to client restraints, I can't have it IN the file (like I had pointed out earlier), since the 'file' is the ISO, and it'll be going straight to disk after it's made. (Or, written STRAIGHT to disk if MKISOFS can print out the MD5SUM itself.. Tha

Re: Adding MD5 to Image...

2004-08-13 Thread scdbackup
Urm, as usual, a little correction. In last minute i replaced "hallo" by "hello" and did not replace the MD5. Of, course the records are compatible to md5sum : $ echo hello | cd_backup_planer -filter_md5 /tmp/md5test x hello $ tail -1 /tmp/md5test x A40813.225103 6 b1946ac92492d2347c6235b4d2

Re: Adding MD5 to Image...

2004-08-13 Thread Mike 'Fox' Morrey
I had looked at that, and it works fine for CD-R's (and will probably implement it for CD-Rs.. However, for DVD's, I still can't have files bigger than 2.1Gb, so will need it split up, and AFAICT, tee does not split up the outputs.. (Unfortunately..) Mike. On vinyl, Lourens Veen was hear

Re: Adding MD5 to Image...

2004-08-13 Thread scdbackup
Mike 'Fox' Morrey >> >> to have mkisofs report the MD5 sum for that image >>? ISO Chksum: a69def10...190F5 Lourens > > How about using tee(1) ? Ashish Rangole > > Having said that it, may be feasible to add it to cdrecord etc. This is an interesting coincidence. I'm currently pondering about enha

Re: Adding MD5 to Image...

2004-08-13 Thread Lourens Veen
On Fri 13 August 2004 21:21, Mike 'Fox' Morrey wrote: > Sorry, my bad. Misunderstood. > I don't mean *ADD* it to an image, but simply REPORT it when the > image is finished... > > And example of what I do daily..: > mkisofs -J -R -V toolbox#0327 -v -split-output -o > /usr/image/ar

Re: Adding MD5 to Image...

2004-08-13 Thread Mike 'Fox' Morrey
Sorry, my bad. Misunderstood. I don't mean *ADD* it to an image, but simply REPORT it when the image is finished... And example of what I do daily..: mkisofs -J -R -V toolbox#0327 -v -split-output -o /usr/image/archive.iso -iso-level 3 -path-list /usr/image/filelis

additional data cant read dvd after write]

2004-08-13 Thread Randolph Jones
Original Message Subject: cant read dvd after write Date: Fri, 13 Aug 2004 01:45:26 -0700 From: Randolph Jones <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] I sent an earlier mail re unable to write to dvd After modifying fstab to remove /dev/cdrom and writing a cdrom using /dev/dvd,

Adding MD5 to Image...

2004-08-13 Thread Mike 'Fox' Morrey
Hey guys.. How hard would it be to have MKISOFS add a line after creating an image that had the MD5 sum for that image? i.e. Something like: Total translation table size: 0 Total rockridge attributes bytes: 268578 Total directory bytes: 0 Path table size(bytes): 10 Max brk space us

cant read dvd after write

2004-08-13 Thread Randolph Jones
I sent an earlier mail re unable to write to dvd After modifying fstab to remove /dev/cdrom and writing a cdrom using /dev/dvd, I was able to apparently write a dvd, but cant read it. The updating rma and flushing cache took longer than writing the 20mb disc below is the command and output from my