hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
279 stars 27 forks source link

Pass rar2fs options via fstab #94

Closed konstantinblaesi closed 6 years ago

konstantinblaesi commented 6 years ago

How do you pass options such as --seek-length=1 via fstab? Does it make sense to set this to 1 to improve performance? In my short testing I didn't encounter any issues.

hasse69 commented 6 years ago

I think you can check out issue https://github.com/hasse69/rar2fs/issues/8, most likely only the last post from me is of interest to you. If you need to use --seek-length or not is basically based on your own user experience. If you mount a folder with a huge amount of RAR volumes, it would enhance the performance significantly when doing a folder lookup. But once that is done information is cached so the increased performance need is basically only there at the first access to an archive or after the cache has been invalidated. Then it does not really matter any more. There is a drawback with using a very low seek length though, and that is if the volume has many files that spans across many volume parts, they might not show up at all.

hasse69 commented 6 years ago

Closing this since I do not think there is much more to add.