Page 1 of 1

Getting a good copy?

PostPosted: Jun 3rd, '12, 17:00
by dwhite
Finally I got good copy, well I hope it is, ( I was checking the m5 checksum you shouldn't install any copy that the Checksum is wrong )and I thought why haven't I got a utility that does it. It's really important for a Mageia-like organisation, never sending out CD's and DVD's. Anyway I got a duel CD the 2 days then the UUID was wrong and I couldn't keep my home partition, clean install was the only option. There is always something you haven't backed up.

Re: Getting a good copy?

PostPosted: Jun 3rd, '12, 17:39
by dyfi
I have used and copied this script from another forum to enable md5sum with nautilus - it works in Mageia 2

#/bin/sh

IFS='
'
for i in ${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}; do
md5sum "$i"
done | zenity --text-info --title="md5sums" --width=800 --height=40

Save it in $HOME/.gnome2/nautilus-scripts/ (create that directory if it doesn't exist) and make it executable. If you right click on a file you should find it in the "Scripts" submenu.

Hope it helps someone.

Re: Getting a good copy?

PostPosted: Jun 3rd, '12, 20:38
by doktor5000
dwhite wrote:Finally I got good copy, well I hope it is, ( I was checking the m5 checksum you shouldn't install any copy that the Checksum is wrong )and I thought why haven't I got a utility that does it. It's really important for a Mageia-like organisation, never sending out CD's and DVD's. Anyway I got a duel CD the 2 days then the UUID was wrong and I couldn't keep my home partition, clean install was the only option. There is always something you haven't backed up.


Sorry but, your posts are most often rather hard to understand clearly.

If you want to know about the md5sum issue, k3b f.ex. offers a really easy method to compare the md5sum of the image to one which has been copied to the clipboard.

But otherwise i don't know why you mention UUID, was that just a mistake and you meant md5sum/checksum? Also, you can always keep your /home partition, i don't understand that part. Please try to be more clear about your posts.

Re: Getting a good copy?

PostPosted: Jun 4th, '12, 00:22
by dwhite
So there is one, a checksum utility I mean. The Checksum number base 16 is so long its easy to get out of sink, In my case I'm still not sure :?: .


The UIDD thing wasn't a mistake the install went flawlessly until a pop up window says wait. I waited then 2 or 3 minutes I installed an old disk Mandriva 2010 to back-up, install again and format clean install everything works

now Its now use bleating I'm using 2' what's lost is lost.

Re: Getting a good copy?

PostPosted: Jun 4th, '12, 00:39
by Ken-Bergen
dwhite wrote:So there is one, a checksum utility I mean. The Checksum number base 16 is so long its easy to get out of sink, In my case I'm still not sure :?: .
That's why I use torrents as checksums are done on each chunk and there's seldom an issue.
I also do a manual check myself by opening a terminal in the download folder and doing
Code: Select all
md5sum -c *.md5
It will either return "OK" or "checksums differ".