标签: linux mount-point
我需要为WORM媒体开发归档软件。
此类介质允许通常的访问操作:读取,写入,但一旦写入文件,就无法修改或删除。
因为这样的媒体可能很昂贵,所以我想知道如何在开发阶段为测试创建一个虚假的WORM挂载点。
我正在使用linux,有什么东西可以让我实现这个吗?
答案 0 :(得分:2)
有几种选择:
您可以使用Gluster(http://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/worm/)
这个帖子中提到的HDFS在SO:Why HDFS is write once and read multiple times?
或OpenAFS(https://serverfault.com/questions/548765/write-once-read-many-worm-using-linux-file-system)