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
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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.