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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.