我可以看到一个逻辑卷可以挂载在两个不同的文件系统上--现在有人能给我解释一下这样做的优缺点吗?为什么Linux在这种情况下不会抛出错误呢?
例如:
/dev/mapper/vgEP0-lvol12
9.9G 9.2G 243M 98% /LSMW
/dev/mapper/vgEP0-lvol12
9.9G 9.2G 243M 98% /oracle/EP0/oraflash发布于 2012-07-03 10:47:24
在Linux中,一个设备可以被多次挂载。
来自mount(2)手册页
Since Linux 2.4 a single file system can be visible at multiple mount
points, and multiple mounts can be stacked on the same mount point.https://stackoverflow.com/questions/11303311
复制相似问题