RAR is a proprietary compression type and stands for Roshal ARchive.
Questions tagged [rar]
224 questions
373
votes
11 answers
How can I extract RAR files in macOS?
How can I extract RAR files in macOS? The built-in archive utility only supports ZIP.
Is there anything else, built-in or third-party, that also supports RAR?
I don't mind whether it's Terminal-only or GUI.
Paul D. Waite
- 7,086
91
votes
21 answers
Compressing with RAR vs ZIP
A lot of people are compressing files with RAR, sending compressed files with RAR and so on.
ZIP is more standard and works on all platforms. Windows users have ZIP included and Linux users have no trouble with that file format.
The tests I did…
FerranB
- 1,077
71
votes
5 answers
What UnRar utilities are available for Mac OS X?
I have been using UnRarX ( http://www.unrarx.com/ ) and it's free and works well, but often times I will download a rar file in the browser and click on it in the recent downloads lists which will extract it but not show it in the finder.
Ideally…
cwd
- 18,788
- 43
- 123
- 162
71
votes
4 answers
How can I extract multipart RAR files using the command line unrar.exe?
Is there a way to extract all RAR files using unrar.exe via the command line without passing it each part?
I have lots of multipart RAR files in mixed formats: .part1.rar, .part2.rar or .rar, .r00, .r01, etc.
Is there a trick I'm missing or this is…
xyster
32
votes
2 answers
How is it possible that WinRAR can repair any volume with one .rev file?
I just learned about .rev files with WinRAR -- where if you have a 10-part RAR volume, for example, plus one .rev (recovery) volume -- the .rev volume will be able to "fix" any one corrupted .rar volume.
How is this possible? I don't understand how…
Coldblackice
- 6,233
- 20
- 60
- 89
29
votes
2 answers
What is the difference between rar and RAR5 compression?
What is the difference between rar and RAR5 compression ?
Which is better for which purpose vs the compression time.
Abhishek Jain
- 291
29
votes
2 answers
Tool to mount a zip/rar/* archive as a Win drive and be able to read/write as a normal device?
I'm looking for some tool that, given a zip/rar/tar/* archive file, mounts it as a new Windows drive. Some tools are WinMount or WinArchive, but I need one that allows me to write/create/delete files as well as read. That is, just as if it were a…
caerolus
- 291
28
votes
2 answers
Is it safe to delete a file that is reportedly bigger than it should be
After calling unrar on a RAR archive on my 1 TB NTFS drive, I am left with a file, that reportedly has a size of 86T.
Is it safe to delete such file? What is the best way to safely get rid of this file?
Of course, when removed, the file should be…
IsawU
- 391
27
votes
8 answers
How to edit a file in a zip or rar archive?
I have a large archive with files that I need to edit, but I don't want to extract / zip every time. Is there a way to edit the files directly while in the archive? I opened them and when I save it prompts for a location.
Mankind1023
- 909
26
votes
1 answer
How do I rar a file into several parts in Linux?
I want to make a rar file(not tar or gzip) with several parts in linux shell, how is it possible ?
for example my file is : m.avi - 500mb
I want this :
m.part1.rar 250mb
m.part2.rar 250mb
Freeman
- 793
- 3
- 11
- 23
24
votes
4 answers
Why some torrent files are split into many small rar files?
Why some torrent files are split into many small rar files? Does this improve the download speed? Or is it better for the trackers? What's the rationale behind this?
Allen Bargi
- 343
23
votes
1 answer
How do I recover the password of a RAR file on Mac OS X?
I'm running Mac OS X 10.6.2 and have been handed a couple of old files that need to be extracted. Old backups or finances or bills I believe. They are RAR files, and password protected. Is there a way to extract the hash from these files so I can…
Josh K
- 12,990
20
votes
2 answers
NTFS alternate stream in compressed archive?
Does any of the major compressed archive formats in Windows (e.g. zip, rar, 7z) support NTFS alternate data stream?
netvope
- 5,475
19
votes
3 answers
Recursive unrar of several folders
I have several RAR archives spread around multiple directories but all under a particular root folder on my Debian based NAS.
Could someone help me write a simple script that would recursively go into each folder, unrar the contents, go back to the…
Touff
- 408
18
votes
6 answers
How to extract multipart rar with missing parts?
I have a multipart .rar archive containing a single .tar.gz file inside it (don't ask why, that is just how it was made). I am missing a few of the parts, but do have the first part. I would like to extract as much of the .tar.gz as possible. How…
Alex I
- 311