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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.