ClosestStorm / rar2fs

Automatically exported from code.google.com/p/rar2fs
GNU General Public License v3.0
0 stars 0 forks source link

--iob-size arg not parsed #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 14 Jan 2014 at 6:11

GoogleCodeExporter commented 9 years ago
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 comment by hans.bec...@gmail.com on 14 Jan 2014 at 6:30

GoogleCodeExporter commented 9 years ago
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 comment by hans.bec...@gmail.com on 14 Jan 2014 at 6:36