Skip to content
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

--iob-size arg not parsed #23

Closed
hasse69 opened this issue Mar 13, 2015 · 2 comments
Closed

--iob-size arg not parsed #23

hasse69 opened this issue Mar 13, 2015 · 2 comments

Comments

@hasse69
Copy link
Owner

hasse69 commented Mar 13, 2015

What steps will reproduce the problem?

  1. create a passworded RAR archive, eg "rar a -m0 -v15000000b -hpPASS -vn test.rar *.avi"
  2. echo password to test.pwd, eg "echo PASS > test.pwd"
  3. confirm that rar2fs successfully mounts the RAR archive without --iob-size option, eg "rar2fs *.rar /mnt/rar2fs; ls /mnt/rar2fs"
  4. try mounting with --iob-size option, eg "rar2fs *.rar /mnt/rar2fs --iob-size=8". rar2fs prints usage info.
  5. confirm that rar2fs parses the --iob-size option but not the argument, eg "rar2fs *.rar /mnt/rar2fs --iob-size". rar2fs prints error message about missing arg.

What version of the product are you using? On what operating system?
Using rar2fs v1.17.2 (latest version in my repo) and v1.18.0 (manually compiled).

Please provide any additional information below.
Trying to increase cache so I can seek in videos that are contained inside passworded RARs.

Original issue reported on code.google.com by YSot...@gmail.com on 2014-01-14

@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

Thanks for the issue report.
The issue with --iob-size has already been addressed in version 1.19.0.
From the ChangeLog file:

2013-10-18  Hans Beckerus <hans.beckerus#AT#gmail.com>

        * Fixed an error that caused failures to recognize the 
          option '--iob-size'.

Please verify that the updated version works also in your case.

Original issue reported on code.google.com by hans.beckerus on 2014-01-14 06:30:16

@hasse69
Copy link
Owner Author

hasse69 commented May 23, 2015

Also, note that there is a new patch release coming up during the day (1.19.1) that
addresses an issue with "RAR inside RAR" when using libunrar 5.x.x.
If you are using encrypted archives, version 1.19.0 includes both bug fixes and improvements
in that area. See ChangeLog for further details.

Original issue reported on code.google.com by hans.beckerus on 2014-01-14 06:36:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant