• 0

how to create rar archives like .r00 .r01 .r02...?


Question

Hi,

can anyone please tell me how to create rar archives with the extensions like r00 r01 r02...?

winrar creates files for me as name.part1.rar, name.part1.rar... but I want them like name.rar, name.r00, name.r01... get my point?

like this pic here

help!

post-234580-1197628873.jpg

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Select all right click on one while all are highlighted, and select "decompress to cx00854". A folder should be created using the other rars to make the whole file.

Link to comment
Share on other sites

  • 0

^ Did you even read what he posted?

As for the opening post, you can achieve this via the command line switch -vn

By default RAR volumes have names like 'volname.partNNN.rar', where NNN is the volume number. Using -vn switch it is possible to switch to another, extension based naming scheme, where the first volume file in a multi-volume set has the extension .rar, following volumes are numbered from .r00 to .r99. It may have sense, if you are going to unpack an archive under the plain MS DOS, which does not allow more than one dot in a file name.

E.g. winrar.exe a -vn "output.rar" "file.ext"

I usually use this when storing a large file:

winrar a -v15000 -m0 -vn -rr -ep <dest> <file>

You can see all the command switches in the WinRAR help file.

Link to comment
Share on other sites

  • 0

post-153261-1197630905.jpg

Ensure that the above option is ticked after you've entered in what sizes you wish for them to be split at and it should be good to go.

Link to comment
Share on other sites

  • 0

You don't need to use it, but they help if an archive gets damaged. You can also read more information about them in the help file...

Copy/Paste information from Help Topics | Index | Recovery Volumes:

Recovery volumes


--------------------------------------------------------------------------------


Recovery volumes or .rev files are special files which can be created by WinRAR and allow to reconstruct missing and damaged files in a volume set. They can be used only with multivolume archives.

This feature may be useful for backups or, for example, when you posted a multivolume archive to a newsgroup and a part of subscribers did not receive some of the files. Reposting recovery volumes instead of usual volumes may reduce the total number of files to repost.

Each recovery volume is able to reconstruct one missing RAR volume. For example, if you have 30 volumes and 3 recovery volumes, you are able to reconstruct any 3 missing volumes. If the number of .rev files is less than the number of missing volumes, reconstructing is impossible. The total number of usual and recovery volumes must not exceed 255 and the number of recovery volumes must be less than the number of RAR volumes.

Original RAR volumes must not be modified after creating recovery volumes. Recovery algorithm uses data stored both in REV files and in RAR volumes to rebuild missing RAR volumes. So if you modify RAR volumes, for example, lock them, after creating REV files, recovery process will fail.

WinRAR reconstructs missing and damaged volumes either when clicking on .rev file, or when using rc command or automatically, if it cannot locate the next volume and finds the required number of .rev files when unpacking.

You may use "Recovery volumes" option of Archive name and parameters dialog or the similar option in Protect archive command to create recovery volumes. In the command line mode you may do it with -rv switch or rv command.

Original copies of damaged volumes are renamed to *.bad before reconstruction. For example, volname.part03.rar will be renamed to volname.part03.rar.bad.

Link to comment
Share on other sites

  • 0

It's similar to parity volumes. There are few apps out there for PAR and PAR v2 file formats. That works nice when you are using an app that splits files for you but doesn't directly support recovery volumes. The downside to them is that you need an app to recover using PAR files...but then again, all the good ones are usually free anyway so...and you still need WinRAR itself to recover using their recovery volumes so it's a horse apiece.

Even a google search for "how to use par files" will give you some nice hits on the explanation. You probably don't need it, but the top 5 hits are normally great resources for a better explanation. And they *really* come in handy when you are dealing with larger archives or a large amount of splits for your package.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.