Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为 WORM 媒体开发归档软件。
这种类型的媒体允许通常的访问操作:读、写,但是一旦文件被写入,就不能修改或删除。
因为这样的媒体可能很昂贵,我想知道如何在开发阶段为测试创建一个虚假的 WORM 挂载点。
我正在使用 linux,有什么可以让我实现这一点的吗?
有几个选项:
你可以使用 Gluster ( http://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/worm/ )
HDFS 在这个线程中提到了 SO:Why HDFS is write once and read many times?
或 OpenAFS ( https://serverfault.com/questions/548765/write-once-read-many-worm-using-linux-file-system )