Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7585408
By: kbroadey

I have an ISO file that I've burned to a CD.  I know its md5 checksum.  On my
Ubuntu 9.04 system I can do

dd if=/dev/cdrom | md5sum

and I get the same checksum as for the original ISO file.  However, on my 
Windows
XP machine with CoreUtils 5.3.0, when I do

dd if=\\.\D: 2>nul: | md5sum

I get a different checksum (D: is the drive letter for the CDROM).  I get the
same result if I drop the "2>nul:", but the stderr text gets from dd gets mixed
with stdout from md5sum so it's more tricky to read the checksum.

Can anyone see what I'm doing wrong?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to