例子:
root@myinstance:/my/instance/path# df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/mapper/hdd-place 13T 899G 12T 8% /run/iss
...
root@myinstance:/my/instance/path# df -h .
Filesystem Size Used Avail Use% Mounted on
...
/dev/mapper/hdd-place 1.0G 103M 922M 11% /my/instance/path
...
正如您所看到的,/dev/mapper/hdd-place
显示为映射到不同的点并具有不同的总大小和已用大小?
怎么会这样?
它在某种程度上与隔离或虚拟化有关。