Re: dd in cygwin vs dd in linux - number of records is always different

2009-02-09 Thread Corinna Vinschen
On Feb 8 16:30, Morph Ex wrote: I'm trying to use dd to create a md5 checksum of a dvd. The problem is that the number of records read by dd is always different depending on the OS used. For example, using the same command below in both cygwin and linux displays the following results. dd

Re: dd in cygwin vs dd in linux - number of records is always different

2009-02-09 Thread Chris January
On Mon, Feb 9, 2009 at 5:18 PM, Corinna Vinschen wrote: I guess I'll ask on one of the Microsoft newsgroups if this is a known effect and especially what I'm doing wrong or what I have to do to get the desired behaviour. Btw., if anybody has an idea what's going wrong, please speak up :}

Re: dd in cygwin vs dd in linux - number of records is always different

2009-02-09 Thread Corinna Vinschen
On Feb 9 17:27, Chris January wrote: On Mon, Feb 9, 2009 at 5:18 PM, Corinna Vinschen wrote: I guess I'll ask on one of the Microsoft newsgroups if this is a known effect and especially what I'm doing wrong or what I have to do to get the desired behaviour. Btw., if anybody has an idea

dd in cygwin vs dd in linux - number of records is always different

2009-02-08 Thread Morph Ex
I'm trying to use dd to create a md5 checksum of a dvd. The problem is that the number of records read by dd is always different depending on the OS used. For example, using the same command below in both cygwin and linux displays the following results. dd if=/dev/scd0 bs=2048 iflag=direct