- Previous thread: Re: When installing ubuntu 9.10 karmic koala will grub2 work together with grub legacy
- Next thread: Idea: Dyslexia screen tinter
- Threads sorted by date: ubuntu 200911
On 11/02/2009 07:49 PM, Rashkae wrote:
> NoOp wrote:
...
>> And I've just now proven myself wrong :-( The md5sum of the CD matches
>> that of the iso. So apologies to the list, and to John Graddy. I'll
>> still see if I can find the thread tomorrow, but mea culpa & apologies
>> to all.
>
> You're comparing the md5sum from a file to that of a CD. They will
> sometimes not match because the lead out from writing to a cd appends
> some nulls. It seems to depend on type of drive and exact command used
> to burn cd, but either way, you cannot reliably compare md5sum of an iso
> with the cdrom dev device.
Ah, that's it. I still can't find the thread we this was discussed, but
this article might suffice instead :-)
Rather, use isoinfo command to get the
> exactly number of bytes, and use dd to pipe that from the cd to md5sum
>
> Example: isodinfo -d -i /dev/cdrom will in the output, include a
> 'Volume size' number. For example, say it's 1000
>
> dd if=/dev/dvd bs=2048 count=1000 | md5sum -
>
> That md5sum should always match the iso file that was used to burn the cd.
>
> None of this matters in John's case, however, since all he did was copy
> the file from one hard drive to another, in which case, the md5sum
> should absofuckinglutely not change. Either the thumb drive is
> defective, or one the pc's has bad ram, or is corrupting data in the IO
> path.
Yep. I was thinking about the CD issue (must have been a full moon out
last night).
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> NoOp wrote:
...
>> And I've just now proven myself wrong :-( The md5sum of the CD matches
>> that of the iso. So apologies to the list, and to John Graddy. I'll
>> still see if I can find the thread tomorrow, but mea culpa & apologies
>> to all.
>
> You're comparing the md5sum from a file to that of a CD. They will
> sometimes not match because the lead out from writing to a cd appends
> some nulls. It seems to depend on type of drive and exact command used
> to burn cd, but either way, you cannot reliably compare md5sum of an iso
> with the cdrom dev device.
Ah, that's it. I still can't find the thread we this was discussed, but
this article might suffice instead :-)
Rather, use isoinfo command to get the
> exactly number of bytes, and use dd to pipe that from the cd to md5sum
>
> Example: isodinfo -d -i /dev/cdrom will in the output, include a
> 'Volume size' number. For example, say it's 1000
>
> dd if=/dev/dvd bs=2048 count=1000 | md5sum -
>
> That md5sum should always match the iso file that was used to burn the cd.
>
> None of this matters in John's case, however, since all he did was copy
> the file from one hard drive to another, in which case, the md5sum
> should absofuckinglutely not change. Either the thumb drive is
> defective, or one the pc's has bad ram, or is corrupting data in the IO
> path.
Yep. I was thinking about the CD issue (must have been a full moon out
last night).
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Conversations: Jaunty Jackalope
- Jaunty Jackalope by John Graddy on 2009-11-02T00:35:04+00:00
- Re: Jaunty Jackalope by Mark H. Nichols on 2009-11-02T00:40:29+00:00
- Re: Jaunty Jackalope by born on 2009-11-02T00:41:30+00:00
- Re: Jaunty Jackalope by NoOp on 2009-11-02T00:52:57+00:00
- Re: Jaunty Jackalope by Karl F. Larsen on 2009-11-02T11:50:43+00:00
- Re: Jaunty Jackalope by NoOp on 2009-11-02T15:56:00+00:00
- Re: Jaunty Jackalope by Ian Coetzee on 2009-11-02T16:05:25+00:00
- Re: Jaunty Jackalope (RESOLVED) by John Graddy on 2009-11-02T22:53:33+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-02T23:05:43+00:00
- Re: Jaunty Jackalope (RESOLVED) by John Graddy on 2009-11-03T01:45:18+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-03T01:52:49+00:00
- Re: Jaunty Jackalope (RESOLVED) by Karl Auer on 2009-11-03T01:53:11+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-03T02:10:58+00:00
- Re: Jaunty Jackalope (RESOLVED) by James Michael Fultz on 2009-11-03T02:27:01+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-03T02:35:13+00:00
- Re: Jaunty Jackalope (RESOLVED) by Rashkae on 2009-11-03T02:39:43+00:00
- Re: Jaunty Jackalope (RESOLVED) by Rashkae on 2009-11-03T02:51:26+00:00
- Re: Jaunty Jackalope (RESOLVED) by James Michael Fultz on 2009-11-03T02:57:43+00:00
- Re: Jaunty Jackalope (RESOLVED) by James Michael Fultz on 2009-11-03T03:03:43+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-03T15:52:04+00:00
- Re: Jaunty Jackalope (RESOLVED) by Rashkae on 2009-11-03T17:00:58+00:00
- Re: Jaunty Jackalope (RESOLVED) by NoOp on 2009-11-03T19:13:36+00:00
Related Threads
- [ruby-core:26560] [Feature #2340] Removing YAML/Syck - ruby
- Ways to indicate a string freeze - debian
- python gui builders - python
- [squid-users] Squid 3.1.0.14: ICAP REQMOD - Not returning 403 error page to client - squid
- [PHP] Support for your boning!The Bat! (v3.99.24) Professional - php
- [gentoo-user] debugging SD card - gentoo
- [Samba] home directories ask user for password - samba
- [ruby-core:26899] [Bug #2400] string formating in, e. g. rb_raise, is truncated differently depending on OS/build environment - ruby
- xinput: Do I want xorg.conf? Do I want hal? Do I want udev? - xorg
- linux-next: manual merge of the rr tree with the kbuild tree - kernel
- [jQuery] jquery problems - please help - not a CODER - just an USER - jquery