Is there a way to replicate the write-once read-many capability of NetApp's SnapLock using a standard Linux NFS server?
I've considered using inotify to chmod files as they're written to the server, but is there a simple way to do this, or a way that would also allow anonymous writes? (All the NFS clients are on a secure network, so that would save extra client-side configuration.)