Re: cdrecord tsize confusion



Bit Twister wrote:
On Thu, 29 Nov 2007 20:36:51 GMT, ToddAndMargo wrote:
Yes. you are now asking the system to create and iso containing the iso you
just created. Why you would want to do that I do not know, but that iso
WILL contain additional information not the original directory system.

Anyway, who are you doing all this?
I am trying to get the following two commands to match:

md5sum foo.iso
md5sum /dev/scd0

Maybe this script could help
http://groups.google.com/group/comp.os.linux.misc/msg/c46ac9054fd463a1


Thank you!

Question:

command="dd if=$device bs=$blocksize count=$blockcount conv=notrunc,noerror"
command="readcd -v dev=$device f=- sectors=0-$blockcount"

Does not the second "command=" overwrite the first? Shouldn't
the second one be something like

command=$command" readcd -v dev=$device f=- sectors=0-$blockcount"

What am I missing?

-T
.



Relevant Pages

  • Re: Where to get linux
    ... On Sat, 13 Dec 2003 21:28:23 GMT, Bit Twister wrote: ... > Hmmm, looking on ... What am I missing with the *sum*? ...
    (alt.linux)
  • Re: cdrecord tsize confusion
    ... ToddAndMargo writes: ... Why you would want to do that I do not know, but that iso ... WILL contain additional information not the original directory system. ...
    (comp.os.linux.misc)