据我阅读文档,overlayFS 支持两层 - 上层和下层。但有可能增加到三层吗?
答案1
简短回答:是的
长答案:来自各个部分《上、下》和“多个较低层”:
“......下层文件系统可以是Linux支持的任何文件系统,并且不需要可写。下层文件系统甚至是另一个overlayfs......”
答案2
从文档中:
Multiple lower layers can now be given using the the colon (":") as a
separator character between the directory names. For example:
mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt