-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Warning] Mounting of 'redacted rarpath' failed because of: Archive to open (redactedpath) has unrecognized format! #108
Comments
|
recursive mount throws errors. As used in: But was confuses me more is that the |
As for the encoding issue, you could try to play around with the FUSE options, e.g.,
If recursive mount fails but single-mount works, then you may have encrypted RAR files with a different password inside the RAR files you actually want to mount. Note that the issue title speaks of a "Warning". Are you missing some data that should be mounted? Could you try |
With a recursion depth of When I do that, it says it mounts files actually, but it doesnt show up until the process finished completely. If there are some issues like above, I think, the process will stop completely. But let me see what after this night, with a |
If one out of 30000 rar files fail to mount, will nothing get mounted? I would expect after it says "Recursively mounted" that it has mounted something. By the way, program is great, issue seems just on my end. The issue is, that the format .exe of which winrar uses as extraction container is not supported by rarfile. It is however, with 7z afaik. |
I'm sorry for the late answer. It seems I lost track of the discussion (notifications).
If those are independent rar files (not a multipart archive), then it should mount the 29999 normally while showing the faulty file directly instead of as a folder.
|
Having tons of rar archives. Tons of them cannot be mounted by ratarmount. Wondering how we can debug this without me sending one of the failing archives. Is there anything I can do to give the information required to debug? I definitely had .part archives in there, and I passed a password.
The text was updated successfully, but these errors were encountered: