The rar tag has no wiki summary.
2
votes
2answers
48 views
Modern command line file compression utilities
I am frequently moving large files around from server to server.
UNIXes comes with standard gzip and bzip2 compressors. However, what open options there exist beyond these, especially ones utilizing ...
0
votes
3answers
55 views
Is there better compression than RAR? [closed]
Possible Duplicate:
Compressing with RAR vs ZIP
As many will know, the RAR format produces consistently better results than ZIP. I've used RAR happily for many years and it's really ...
2
votes
1answer
54 views
extracting file with too long of a name
I have a rar archive that I downloaded, except some of the filenames are too long to be created by ubuntu. How can I extract all of the files?
The default archive manager on ubuntu goes through most ...
5
votes
2answers
238 views
using John the Ripper to recover RAR password
Testing John the Ripper in Mac OS X as a RAR password recovery solution, but xargs gives me an error:
john --incremental:all --stdout | xargs -I jtr unrar e -pjtr -inul test2.rar | grep 100%
xargs: ...
0
votes
1answer
70 views
CRC Keeps Changing
I have a multi-file RAR archive with an SFV file which I have checked several times using a couple of different programs (QuickSFV and SFV Checker) and both keep changing their report each time I run ...
4
votes
1answer
93 views
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 ...
2
votes
1answer
21 views
Extracting .rar files in Windows with current datetime
One thing I like about Windows zip files is that the extracted files automatically have the current time (as opposed to the original time). I have yet to find a way to apply the same for extracted ...
0
votes
1answer
64 views
Find RARs with duplicate content
I need a utility to find RAR files that contain duplicate data (i.e. files within the RAR that hash the same, but could have different names).
I can open the RARs and see the CRCs are the same, but I ...
2
votes
1answer
40 views
In multipart rar, is there any way to determine the order of files except by filename?
Suppose I had a RAR archive split in several smaller files and the names of the resulting files have later on been changed.
Is there any way to determine the correct order of files?
2
votes
1answer
121 views
How do I check many RAR files for corruption at once?
I have more than 20 gigabytes of RAR files, of which some have been damaged.
Can anyone tell me how to find out which RAR files are corrupt without trying to extract each archive?
0
votes
1answer
72 views
Create rar without directory structure from command line
I've got a folder full of folders, and some of those folders may or may not have folders in them. It looks something like this:
~/stuff/01.d/01/files
~/stuff/02.d/files
~/stuff/03.d/files
...
1
vote
2answers
107 views
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 ...
1
vote
1answer
78 views
RAR: How to Add archive comment from a file or string?
I am wring a BASH script. I am using RAR 3.93 on Ubuntu 10.08. I want to add a comment to an archive example.rar. The comment is "This is a comment".
rar c example.rar
Processing archive ...
0
votes
1answer
82 views
Linux Extracting a rar format file
I copied a .rar file from a Windows to a Linux machine using WINSCP tool.
After copying the file, I tried to extract the .rar file, but I wasn't successful.
I tried using unrar and file.rar.
I got ...
3
votes
1answer
43 views
How can I extract data from non-corrupted .rar parts?
I have 15 RAR files with names like part 1, part 2 etc. Usually when I extract them, it combines them all into one folder.
Now the the problem is: The first part is damaged and it is not extracting ...
5
votes
2answers
535 views
Can I remove a RAR file's (known) password without recompressing the archive?
Long title. Anyway, I haven't been able to find an answer to this question.
I know the password to the RAR file, I locked it myself, but now all I want to do is remove the password because it's too ...
2
votes
2answers
212 views
Will Windows viruses infect RAR or ZIP files?
I heard from some techie person that .rar and .zip files never get infected by viruses.
Is this true? If yes, then why such behavior?
2
votes
2answers
354 views
How do I find out which RAR file is corrupt?
I have a RAR I downloaded made up of multiple files. When trying to extract it, it tells me the data is incomplete, something bad with one of the files.
Considering I had to download multiple large ...
3
votes
2answers
201 views
Does the RAR compression algorithm compress better than the ZIP compression algorithm?
I took 3 test files and ZIPped them. With the 3 test files again I RARred them. Each .RAR archive is smaller than the corresponding .ZIP archive.
Does the RAR compression algorithm give a better ...
-6
votes
3answers
133 views
Why would WinRAR and WinZIP create a compressed file of the same size if they use different methods to compress data? [closed]
I compressed a test file with both WinRAR and WinZIP. To my surprise, the resulting files were the exact same size, down to the byte.
Why did this happen?
0
votes
2answers
147 views
ISO file is in wrong format or is corrupted?
I have 30 rar files (part01 to part30) and i select them all and do Extract Here. After that I'd had an ISO file but I tried to open it with WinRar it tells me that "file is in wrong format or it is ...
0
votes
1answer
147 views
How can I add a directory in an SFX Archive file through the command line?
I want to create a folder in a RAR file and then add a file inside that folder. What commands should be issued to create a structure as follows?
File.exe(SFX Archive) > Folder > File.txt
I am ...
1
vote
1answer
69 views
How do I create a “null” rar?
I would like to create a "null" rar. I used the command: fsutil file createnew c:\a.rar 1040000. But when I try to add files to this rar I get an error that the rar is damaged.
How can I create a ...
1
vote
1answer
116 views
How to extract corrupted RAR files
I try to extract a file from set of .RAR parts. I always get the following error:
Corrupted
so I tried many programs to extract the corrupted RAR files. I have 10 parts, each one 400MB big. The ...
0
votes
1answer
110 views
Best archive format & tool for large amounts of data (50gb+)
I only realised this afternoon that the ZIP format has a limit of what appears to be around 20gb. I am trying to automate an archive process (using Automate) to zip/rar/whatever a collection of ...
2
votes
2answers
444 views
RAR Usage in Linux Command Line
I'm using RAR 3.80 (command-line) on CentOS 5.5.
I have a .rar file called example.rar; if I use the following command then I can clearly see that it displays an archive comment and a list of ...
0
votes
1answer
46 views
Unraring partial files
I have several directories within a rar file. I am looking to only extract a certain directory out of the rar with cli.
ex: in a rar
/tmp
/home
/etc
I only want to extract the /home directory
0
votes
1answer
343 views
rar & zip password recovery [closed]
Possible Duplicate:
ZIP password recovery
I have rar & zip files that I made a year ago and I don't remember the password. Is there a way to recover it?
0
votes
2answers
201 views
0
votes
1answer
158 views
How to override existing .rar archive?
How to add file.txt to existing archive arch.rar, but in a way that arch.rar will contain only file.txt ? I use command like below, but arch.rar is updated and contains old files too. I don't see ...
0
votes
2answers
317 views
Extract files in rar archive without having some previous files
I have a big rar archive which is split into 700mb parts. I only have part 5 and 6 and there is a 40mb file in there that I wanna extract using Winrar. I know the whole file is stored in part 5 ...
0
votes
0answers
271 views
How to correctly extract the files from rar archive that contains non-ASCII characters as folder name or filename on linux
I used rar to list/extract the archive, but the non-ASCII characters became unreadable words.
The 7z could list the folder name/filename with readable characters, however 7z said the unsupported ...
2
votes
2answers
679 views
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, ...
0
votes
1answer
450 views
rename/delete a folder from multipart rar file
I've a question: (I sent it in past)
I have multipart rar file.
Their contents are:
file.part01.rar:
myfolder (is a folder)
data.cab -->
file.part02.rar:
myfolder (is a folder)
...
3
votes
2answers
1k views
rename files in rar file without extract it
I want to rename or delete files or folders in a .rar file?
How can I do this?
0
votes
1answer
121 views
Why does “unrar” extract everything fine, except for *.html files?
When I try to extract different archives, files with the extension *.html never unpacked. Files with other extensions of the same archives successfully decompressed. Why is this happening?
I have ...
1
vote
2answers
109 views
2
votes
3answers
577 views
Multi part rar archive error checking
So I have a rar split up into multiple pieces and one of them is bad. I can redownload the parts and suspect an error in transmission of the files to be the source of error. Is there any way I can ...
2
votes
4answers
243 views
How to zip (or rar) in many files
I have a huge file I need to send over the internet and i want to use SkyDrive but it has a 50MB limit per file.
How can I zip my file in many small (50MB) ones?
1
vote
4answers
439 views
how to edit a file in a zipped / rar'd 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 ...
1
vote
1answer
1k views
How to create multipart rar file in Linux?
How can I create multipart rar file in Linux using the official console rar client?
RAR 3.90 Copyright (c) 1993-2009 Alexander Roshal 16 Aug 2009
Shareware version Type RAR -? for help
...
1
vote
3answers
1k views
Move files from multiple folders all into parent directory with command prompt [win7]
I have multiple .rar files in multiple folders like this:
C:\Docs\Folder1\rarfile1-1.rar
C:\Docs\Folder1\rarfile1-2.rar
C:\Docs\Folder1\rarfile1-3.rar
C:\Docs\Folder2\rarfile2-1.rar
...
5
votes
3answers
2k views
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?
0
votes
1answer
233 views
rar command line for creating .zip files
Is there a way to use the rar command line to create .zip files?
2
votes
2answers
774 views
Creating/extracting RAR files on Mac OS X
I would like to be able to create RAR files easily on Snow Leopard with some sort of GUI utility. I know that RARlabs maintains a Mac version of the RAR command line utility, but I don't want to have ...
0
votes
5answers
162 views
Linux slows to a crawl when unarchiving a big file
I started unarchiving a RAR file that this several gigabytes big. The computer is now going really slow, it's almost frozen. Sometimes I can move the mouse a little, but that's it. The unarchiving ...
1
vote
1answer
33 views
Play video files while they are still archived
I have a lot of video files that come inside .rar archives.
Normally I'd have to unpack them before I can watch the video, but XBMC allows me to play the archives as if they have been unpacked.
I ...
0
votes
2answers
704 views
Need software to convert RAR to ZIP (“store” mode - no compression) * Extract->re-archive changes date/time attributes
I have tried all of the following applications (download.cnet.com - the free ones), and none of them will convert an RAR archive to a ZIP, without compressing the files ("store" mode). 7-ZIP would be ...
0
votes
2answers
2k views
How to change password on RAR archive w/o modifying arch. files attributes (modified/created)?
How do I change the password of an .RAR archive, without changing the date/time attributes of the files in the archive? Unfortunately you can't directly change the password of the archive with ...
2
votes
2answers
402 views
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?