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

Installed on Synology #99

Closed lordvalium closed 6 years ago

lordvalium commented 6 years ago

Are there tips how to install rar2fs on Synology?

hasse69 commented 6 years ago

The Synology NAS is as any other Linux target. You need to install a proper toolchain and build it yourself unless the distribution it uses provides a pre-compiled and install-able package. I suggest you check on some Synology NAS forums for further information.

hasse69 commented 6 years ago

Closing this since it is not an issue with rar2fs.

hasse69 commented 6 years ago

Check this one out https://sourceforge.net/projects/dsgpl/files/DSM%206.1%20Tool%20Chains/Intel%20x86%20Linux%204.4.15%20(Apollolake)/

lordvalium commented 6 years ago

https://sourceforge.net/projects/dsgpl/files/DSM%206.1%20Tool%20Chains/Intel%20x86%20Linux%204.4.15%20(Apollolake)/

I found that one, but dont know what to do with that archive

hasse69 commented 6 years ago

It is a cross-compilation toolchain, check with some Synology NAS forum if you do not know how it is used. Also be aware that you need to download some version of the v2.x fuse library (rar2fs does not support fuse3) and build/install it yourself. Last time I checked, Synology only came with kernel support for FUSE but no user-space libraries.