Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

acearchie

macrumors 68040
Original poster
Jan 15, 2006
3,264
104
I was downloading a linux file for a friend via torrents and whilst it was downloading I moved the downloading file into a different file...

Now I have gone back to the computer I have two files one in the folder I had moved it too and one in the original place before I moved it!

Which is the real one that I can open because I dont want to corrupt the system by trying to install the wrong one...

In "get info" they are both the same size?

Any way to check that on is 'fuller' than the other???

Thanks!
 
If the file you downloaded had a MD5 or other checksum you could use to verify its integrity, now's the time to do that. If not, there really isn't a way I can think of to tell - and generally, it's a bad idea to attempt to move a file that is in the process of downloading.
 
If the file you downloaded had a MD5 or other checksum you could use to verify its integrity, now's the time to do that. If not, there really isn't a way I can think of to tell - and generally, it's a bad idea to attempt to move a file that is in the process of downloading.

Ok, can you tell me how to do this? I am familiar with the term MD5 but am unaware as how to check it?

Do you reckon either of the files will work?

Thanks!
 
Ok, can you tell me how to do this? I am familiar with the term MD5 but am unaware as how to check it?

Do you reckon either of the files will work?

Thanks!
Typically, you retrieve the MD5 checksum for the file from the download site (if one exists), run the md5 command in the Terminal on the file in question, and compare the two checksums. If they are equal, you've found a good file.

Type the following command, and press Return to execute it:
Code:
md5 (drag the file to the Terminal window)
Where it says (drag the file to the Terminal window), do exactly that. Make sure there's a space between the md5 and the filename.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.