|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
|
Thread Tools |
#1
|
|||
|
|||
PAR2 File Creation Options
Hey everyone,
For those of you that are creating par2 files in order to add some redundancy to your dvd backups, what block size/block count are you using? I'm currently trying to create par2 files on a dvd sized image - 20% with 20% par2 redundancy and the process is slow (Were talking a few hours). Anyway, just wondering if anybody knows anyway to speed the process up a bit. Thanks. No members have liked this post.
|
#2
|
|||
|
|||
Re: PAR2 File Creation Options
I'd try creating the archive as a RAR set, and then make PAR's for those files which are much smaller. If you get a disk read error, it's much easier to recreate a few bad RAR's from your PAR set than to reconstruct a 1 gig .VOB.
I'd think that a 5% redundancy would suffice. Make sense ? No members have liked this post.
|
#3
|
||||
|
||||
Re: PAR2 File Creation Options
Quote:
You do not need to .rar these. Back in the days of par1, dealing with files of varying sizes was very poor, and so people were forced to make multivolume .rar files to make everything the same size. This is no longer needed. But yes, several hours to create the volume is expected, and normal.
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
#4
|
|||
|
|||
Re: PAR2 File Creation Options
What type of machine are you running quickpar on and how much time does it usually take you to create the volumes? I'm interested to see how much of a difference I'll see if I upgrade the machine that I've been using the par2 tools on.
No members have liked this post.
|
#5
|
|||
|
|||
Re: PAR2 File Creation Options
Quote:
Unfortunately, If you have a bad DVD, and your reader cannot extract a certain file AT ALL, then you will need enough PAR blocks to re-create the entire file. Since .VOB files are generally over 1 gigabyte, then you are instantly forcing yourself to create (assuming 4+gig DVD total) a 25% redundancy, just to recreate a missing VOB. If we were downloading this from Usenet, we could assemble a partial file, and possibly only require a few PAR2 blocks, but in a "bad sector read" scenario, we MIGHT need much more. I'll agree that a damaged VOB MIGHT be partially recoverable using programs like CDRoller or CDExtract, in which case you might need less blocks. So the reason I recommended RAR archives was an attempt to minimize the potential data loss if there was damaged and unrecoverable files. Given the fact that you would need to create far less PAR2 blocks, the creation of the RAR set shouldn't be a huge difference in the time it would take to create the total archive (I think). BTW, I do NONE of this. I simply burn a backup DVD and hope for the best. If I lose it, it's a rock and roll show... not a member of my family... (thank goodness). It makes sense to me, now tell me why I'm wrong No members have liked this post.
|
#6
|
||||
|
||||
Re: PAR2 File Creation Options
I think we're both right, but talking about different things. I am not making reference to video DVDs at all, but rather Data DVD backsups of FLAC/SHN files. Typically, these files are much smaller so 20% redundancy is more than enough should a handful of those files become corrupt or unreadable. I have not started making backups of video DVDs in this manner yet, though at some point in the fuiture I'll have to figure what the best way is.
In that case, yes, .rar backups would be prudent but even moreso is your second suggestion: using CD roller and hoping that the recovery volumes are able to use the rest of the files (save for the corrupted block), in which case 2-3% redundancy would be more than enough to recover a flawed disc, even if all of the .VOBs were missing parts. Of course, this relies on a bit of a leap of faith in that I am not sure that taking one small chunck from a huge file and then running it through just a few recovery volumes will fix it, and I've not had the time to run any tests. Before I do anything with par2 and video DVDs, some testing would have to be done; that's a future project for me. So yes, you're right, but we were thinking of different things. For Data DVDs, there's no need to do anything to the files you're protecting since they are small enough that a few can be trashed completely and a full recovery is still quite probable.
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
#7
|
||||
|
||||
Re: PAR2 File Creation Options
Quote:
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
#8
|
|||
|
|||
Re: PAR2 File Creation Options
Quote:
I thought we were talking about backing up Video DVD's. Of course, the methods for Data DVD's would be different, since individual file sizes are generally much smaller. The original post said Quote:
Sometimes we take too much for granted, I guess. No members have liked this post.
|
#9
|
||||
|
||||
Re: PAR2 File Creation Options
I understand what you are saying about using smaller rar's, but I think it's redundant when you consider that data on cds and dvds are stored in a given sector size (we all know about sbe's): 2048 bytes for cds and 2352 for dvds. Thus, you really only need to fix the bad sectors in a file, not the whole file regardless of whether it's a rar, flac, or vob file.
I use the following process when doing dvd backups... Make a dvd image (write it to the hard drive, not the dvd yet). Create a par2 recovery file of that image using some multiple of the dvd sector size. Burn the image to dvd. If the dvd goes bad, you can write the disk image back to disk ignoring the bad sectors (using IsoBuster or a similar program) and repair it with the par2 files. I admit to not having actually tested the recovery process. I should scratch up a disk and restore the image. My 2¢ No members have liked this post.
|
#10
|
|||
|
|||
Re: PAR2 File Creation Options
Quote:
You should let us know about recovery results, and note the time it takes both to create the image, create the PAR's, extract the image and then to repair... my guess is "quite a while" No members have liked this post.
|
#11
|
|||
|
|||
Re: PAR2 File Creation Options
Thanks for all of the great responses. My original post was in reference to making backups of flac files on dvds, not dvd videos. Sorry for the confusion.
After playing with par2 for a while, I've decided that I will take all of the files that I want to burn and place them in a directory somewhere, run par2create with redundancy set at 20%, number of files set at 10 and block size set somewhere about 1MB. After the paring is done, I'll burn the dvd and then verify the files on the dvd as well as the par2 information. Let me know if you see any holes in my plan. Thanks. No members have liked this post.
|
#12
|
|||
|
|||
Re: PAR2 File Creation Options
Just playing devil's advocate here cause I don't really know the answer.
Why would you set the block size that large ? Typical PAR blocks for Usenet posting are made in the same size as the posting line count. Why bigger ?? As was mentioned in the thread, would you make PAR blocks to equal the default sector size ? No members have liked this post.
|
#13
|
|||
|
|||
Re: PAR2 File Creation Options
Quote:
No members have liked this post.
|
#14
|
||||
|
||||
Re: PAR2 File Creation Options
If you have doubts about your method, I suggest you check the QuickPar forum where the par2 creator is:
http://www.quickpar.org.uk/forum/ There's also been prior conversation on this at HA, for example: http://www.hydrogenaudio.org/forums/...showtopic=9236 http://www.hydrogenaudio.org/forums/...howtopic=18456 No members have liked this post.
|
#15
|
|||
|
|||
Re: PAR2 File Creation Options
Thanks for the links. The second one was very informative.
No members have liked this post.
|
The Traders' Den |
Similar Threads | ||||
Thread | Forum | Replies | Last Post | |
Cannot copy file: cannot read from the source file or disk - Gaston | Technobabble | 7 | 2012-03-15 02:48 PM | |
DVD insert creation - japapoe | Technobabble | 4 | 2009-02-04 01:18 PM | |
What are my DAO options for Mac - nodin | Technobabble | 1 | 2007-03-24 06:00 AM | |
Azureus torrent creation error message - splumer | Technobabble | 11 | 2007-02-28 06:18 PM |
|
|