md5sum: what am i doing wrong!

Asked by JEFF HEMEKE

i don't understand what im doing wrong. i looked it up and tryed both ways and this is what i get---okalotjeff@rokalotjeff-desktop:~$ md5sum {ubuntustudio-10.04-alternate-i386.iso}
md5sum: {ubuntustudio-10.04-alternate-i386.iso}: No such file or directory
rokalotjeff@rokalotjeff-desktop:~$ md5sum/downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso
bash: md5sum/downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso: No such file or directory
rokalotjeff@rokalotjeff-desktop:~$ md5sum/Downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso
bash: md5sum/Downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso: No such file or directory
rokalotjeff@rokalotjeff-desktop:~$ md5sum /Downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso
md5sum: /Downloads/rokalotjeff/ubuntustudio-10.04-alternate-i386.iso: No such file or directory
rokalotjeff@rokalotjeff-desktop:~$
please help!!!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Marc Stewart
Solved:
Last query:
Last reply:
Revision history for this message
Marc Stewart (marc.stewart) said :
#1

Don't put curly brackets around filenames.

Put a space between commands (e.g. md5sum) and arguments (e.g. ~/Downloads/whatever).

Use the correct paths. Paths beginning with a slash use the filesystem root as their root. Relative paths should NOT start with a slash. Use the correct capitalisation.

Learn how to use the command line properly. Try these for starters:
https://help.ubuntu.com/community/UsingTheTerminal
https://help.ubuntu.com/community/CommandlineHowto

Revision history for this message
Marc Stewart (marc.stewart) said :
#2

You might also want to consider using a GUI app for computing the MD5 hash. GtkHash is in the Software Centre.

Revision history for this message
JEFF HEMEKE (rokmonstr9) said :
#3

Marc, that worked. the hashes match up. do you know when i burn it will it change? is there a certain program i should to burn it right? i,ve been using braso, is there a better program? thank you!

Revision history for this message
Best Marc Stewart (marc.stewart) said :
#4

"Will it change?" Yes and no. The .iso file is kind of like a blueprint. It isn't put on the disc itself, so much as used to store all the files that will be put on the disc. But if you were to use the burned disc as a source for a new disc image, it should match up to the original .iso image file.

It's not something for you to worry about though. When it comes to verifying the burned disc, it has its own verifier built in. Use that. Hold down or repeatedly press SHIFT while booting from the installation CD. In the menu that appears, choose "Check disc for defects".

I just right-click the .iso file and choose "Write to Disc...",. That uses Brasero's back end without showing the GUI, so opening Brasero from the menu should work just as well.

Revision history for this message
JEFF HEMEKE (rokmonstr9) said :
#5

thank you so much for your help!! i,ll tell you im glad to know theres such a good support system with this op. sys. getting help for windows is like lifting a elephant with your little finger!!!