Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Passenger | 4,918 | 2,791 | 25 | 7 days ago | 185 | September 19, 2022 | 217 | mit | C++ | |
A fast and robust web server and application server for Ruby, Python and Node.js | ||||||||||
Cryfs | 1,762 | 2 days ago | 117 | lgpl-3.0 | C++ | |||||
Cryptographic filesystem for the cloud | ||||||||||
Utahfs | 801 | 2 days ago | 5 | June 16, 2020 | 14 | bsd-3-clause | Go | |||
UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage. | ||||||||||
Zero | 791 | 4 years ago | 4 | other | Python | |||||
Local file system transparently swapping to the cloud | ||||||||||
Securefs | 633 | 2 months ago | 1 | February 27, 2018 | 14 | other | C++ | |||
Filesystem in userspace (FUSE) with transparent authenticated encryption | ||||||||||
Cloudfuse | 396 | 6 years ago | 54 | mit | C | |||||
Filesystem (fuse) implemented on Mosso's Cloud Files | ||||||||||
Megafuse | 219 | 3 years ago | 72 | other | C++ | |||||
MEGA client for linux, based on FUSE | ||||||||||
Acd_fuse | 190 | 7 years ago | 22 | other | Python | |||||
FUSE filesystem driver for Amazon Cloud Drive | ||||||||||
Spreadsheetfs | 126 | 3 years ago | 1 | mit | Python | |||||
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage | ||||||||||
Stormfs | 95 | 9 years ago | 6 | gpl-2.0 | C | |||||
A FUSE abstraction layer for cloud storage (Amazon S3, Google Cloud Storage and more) |
FUSE file system for kuaipan.cn. Access the cloud data in kuaipan.cn as local disk data.
pip install git+git://github.com/maxint/kuaipan [--user]
Note: use "--user" to install into user directory.
Mount your kuaipan.cn cloud driver to given mount directory:
kpfs <mount point>
Umount it:
umount <mount point>
Help:
kpfs -h
This fuse file system is far from perfect and may suck sometimes. Bug reports and any other contributions are welcomed.
Logging is enabled by default. Additionally, run kpfs
command with -D
to enable debug logging for more internal information.
The log file locates at /tmp/kpfuse.log
. If you has any issue, please paste the log as well.
The account data and local cache files are stored at ~/.kpfuse
.
Cache files that elder than 30 days would be deleted.
You could also clean the cache objects in ~/.kpfuse/<account email>/object/
manually, when local cache occupied too much disk space
or cache objects are corrupted (when bugs existed).