Linux逻辑卷管理器

时间:2012-07-03 01:22:25

标签: linux mount

我可以看到一个逻辑卷可以安装在两个不同的文件系统上 - 现在有人可以向我解释这个的优点和缺点吗?当发生这种情况时,为什么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

1 个答案:

答案 0 :(得分:1)

在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.