Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.11 KB

README.MD

File metadata and controls

21 lines (12 loc) · 1.11 KB

Free mount

An open source software to mount .rar, .7z, .zip and more, works like rar2fs but for Windows

Warning

This still needs more testing, but the software is currently able to mount a multipart .7z file and play video, so I decided to release it.

Why use this instead of, lets say, extracting .rar file

I ran out of disk spaces... I need to handle 300GB+ multipart .rar file

Used components/libraries in this software

7z.dll license - LGPL v2.1
Dokany, releases includes user-mode library license-mit license-lgpl - Part of it is MIT. another part is LGPL v3
SevenZipSharp (maintained by squid-box) license-lgpl - LGPL v3

Honorable mention

This project is inspired by Shaman.Dokan.Archive, but it's not updated, at first I tried to update it myself but the library it used is also not maintained, so I made my own version.