このマウントの違いはどこで確認できますか?

このマウントの違いはどこで確認できますか?
# mount | grep 'rootvg-var\b'
/dev/mapper/rootvg-var on /var type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
/dev/mapper/rootvg-var on /var/lib/docker/containers type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
/dev/mapper/rootvg-var on /var/lib/docker/overlay2 type xfs (rw,relatime,seclabel,attr2,inode64,noquota)

左側の同じ装置が/dev/mapper/rootvg-var右側の異なる経路に設置された。これらの3つをそれぞれ見てみると、そこに異なるディレクトリがあることがわかります。したがって、3つの異なる場所に同じものを取り付けることはありません。

これら3つの違いをどのように理解できますか?どのように動作しますか?

# lvdisplay /dev/mapper/rootvg-var
  --- Logical volume ---
  LV Path                /dev/rootvg/var
  LV Name                var
  VG Name                rootvg
  LV UUID                zIM6j1-lcGB-qNd1-NUPn-vZTh-8FOv-EwL40U
  LV Write Access        read/write
  LV Creation host, time localhost.localdomain, 2019-07-08 15:18:13 +1200
  LV Status              available
  # open                 1
  LV Size                6.00 GiB
  Current LE             1536
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     8192
  Block device           253:2

Red Hat Enterprise Linuxサーバーバージョン7.8(Maipo)

ベストアンサー1

おすすめ記事