Author Topic: PAR2 SFV MD5 Data Transfer  (Read 825 times)

Offline jaki

  • Member
  • Posts: 4
PAR2 SFV MD5 Data Transfer
« on: February 25, 2010, 01:21:33 AM »
Here's the deal. I've filled up my external hard drive and I'm going to be getting a new one. When I get the new one I'm going to be transfering all the data from my old drive on to the new one. The old drive has a LOOOOT of stuff on it. The reason for the transfer is because its formatted in FAT32 and i'm going to reformat it as NTFS. Anyways the question is, should I par2, or MD5 the entire drive before I transfer all the information, or is it unlikely that the transfer will corrupt the files?

Offline DaggerLite

  • Member
  • Posts: 714
  • Dood!
Re: PAR2 SFV MD5 Data Transfer
« Reply #1 on: February 25, 2010, 01:42:15 AM »
It is very unlikely that you'll corrupt any files, unless you stress the drives more than necessary (e.g. download to the receiving disk while moving). If you really want to be sure, CRC32 (.sfv) should cover corruption of such relatively small files, but I think it'll be a waste of time.

My points:

1) The only times I've (knowingly) encountered corrupt data have been when downloading under a stressed system, recovering previously deleted files or burning a DVD too fast.
2) Original checksums can be nice to have for files that will be stored over a longer period. I personally store checksums per anime, but I've never really used them. "Nice to have" is my mindset.

Offline jaki

  • Member
  • Posts: 4
Re: PAR2 SFV MD5 Data Transfer
« Reply #2 on: February 25, 2010, 02:15:33 AM »
can sfv repair corrupted files, or just verify the integrity or the file?

Offline DaggerLite

  • Member
  • Posts: 714
  • Dood!
Re: PAR2 SFV MD5 Data Transfer
« Reply #3 on: February 25, 2010, 02:17:32 AM »
It just verifies.

Offline kureshii

  • Former Staff
  • Member
  • Posts: 4485
  • May typeset edited light novels if asked nicely.
Re: PAR2 SFV MD5 Data Transfer
« Reply #4 on: February 25, 2010, 07:47:22 AM »
If you're doing the transfer in Windows, just use Teracopy. It does CRC checks before and after the move/copy to ensure data corruption doesn't occur during the transfer process.

Offline blubart

  • Member
  • Posts: 2349
Re: PAR2 SFV MD5 Data Transfer
« Reply #5 on: February 25, 2010, 11:33:19 AM »
just fyi: you can convert a fat drive to ntfs without loosing the data on it.

Offline jaki

  • Member
  • Posts: 4
Re: PAR2 SFV MD5 Data Transfer
« Reply #6 on: February 25, 2010, 12:51:29 PM »
is it safe to change it to NTFS without copying it over? I would probably cry if i lost all that data...

and I'm running linux at the moment, though I do have a windows disc. I might wind up using that because I can't seem to find a way to do it in Linux without it being drawn out and tedious.

Offline blubart

  • Member
  • Posts: 2349
Re: PAR2 SFV MD5 Data Transfer
« Reply #7 on: February 25, 2010, 06:11:42 PM »
i did it in Win7 for both of my 1TB external drives without problems - can't give any guaranties though.

Offline nstgc

  • Member
  • Posts: 7758
    • http://www.justfuckinggoogleit.com
Re: PAR2 SFV MD5 Data Transfer
« Reply #8 on: February 26, 2010, 12:13:09 AM »
I personally wouldn't risk it. I myself make hash tables for just about everything. If I move files from one partition to another, I make sure they can be checked.

I trust nothing.

Also some times there is user error and you may forget a file or two. Thats happened to me several times.

Offline jaki

  • Member
  • Posts: 4
Re: PAR2 SFV MD5 Data Transfer
« Reply #9 on: February 26, 2010, 01:17:30 AM »
is there a program that i can use that will make an sfv or some sort of a hash file for every folder on a drive, or do i have to go through every folder and create an sfv for each one?

Offline nstgc

  • Member
  • Posts: 7758
    • http://www.justfuckinggoogleit.com
Re: PAR2 SFV MD5 Data Transfer
« Reply #10 on: February 26, 2010, 01:20:27 AM »
in windows I used Quick SFV. That will make one large hash table which checks everything in the folder and any folders under it. In linux I use CFV, which I prefer. depending on the switch used you can make a table for only the files in the directory, make a table for each directory in that directory, or one table for everything like in Quick SFV.