Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootfs/lessfs
Mirror of lessfs 1.7
https://github.com/rootfs/lessfs
Last synced: 12 days ago
JSON representation
Mirror of lessfs 1.7
- Host: GitHub
- URL: https://github.com/rootfs/lessfs
- Owner: rootfs
- License: gpl-3.0
- Created: 2015-12-04T01:59:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T02:01:49.000Z (almost 9 years ago)
- Last Synced: 2024-06-11T16:25:42.213Z (5 months ago)
- Language: C
- Homepage:
- Size: 461 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: copying
Awesome Lists containing this project
README
lessfs requires tokyocabinet to be installed on the system.
http://tokyocabinet.sourceforge.net/index.htmlOn 32bit systems don't forget to configure tokyocabinet with:
./configure --enable-off64
Failure to do so will limit the databases to a 2GB filesize.##### WARNING #######
Although tokyocabinet is still required to build lessfs,
using the database is no longer recommended.
Please consider compiling Lessfs with either
(stable) --with-berkeleydb or (experimental) --with-hamsterdbTokyocabinet can and will corrupt beyond repair when
the system goes down unexpectedly in case of a power outage
or crash!