Hi, I’m currently taking a Linux class, and semi new to virtualization as well. We just covered the difference between Fixed-File virtual disk and Dynamically Expanding virtual disk? I’m curious how to find out how much disk space Linux is actually using?
I might misinterpret your question. Are you looking for the "df -h" command? A fixed file virtual disk uses the space that you specified. A dynamically disk uses the space that is needed. You can look at the file of the disk to find out how much space it uses.