/dev/mapper/rhel-root is already mounted as it's the root directory, so I tried to do experiment by mounting it again to another mountpoint.
Any difference between these two?
mount /dev/mapper/rhel-root <mountpoint A>
mount --bind / <mountpoint A>