WORM (Write-Once Read-Many) file system which has been implemented adopting the FUSE infrastructure. This system provides some WORM features, i.e. files and directories can be created but cannot be renamed or removed. The WFS is under GPLv3.
Follow WFS: A Write-Once Read-Many File System
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
There's an ugly bug in this example code, in the callback_release() function. All the high-order bits are set to 1 in the mode argument to the chmod() call, causing the suid, guid, and sticky bits to be set on every file. It'd sure be nice if the author give some way to provide feedback.