https://github.com/rootfs/lessfs
Mirror of lessfs 1.7
https://github.com/rootfs/lessfs
Last synced: 9 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T02:01:49.000Z (about 10 years ago)
- Last Synced: 2025-03-27T09:51:53.770Z (9 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.html
On 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-hamsterdb
Tokyocabinet can and will corrupt beyond repair when
the system goes down unexpectedly in case of a power outage
or crash!