Applicable to:
- SolusIO
Question
How to know the virtual disk size of Cloud image?
Answer
- Connect to server via SSH
- Download the image. For example:
# wget https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
- Use the 'file' utility:
# file CentOS-7-x86_64-GenericCloud.qcow2
CentOS-7-x86_64-GenericCloud.qcow2: QEMU QCOW Image (v3), 8589934592 bytes
Comments
0 comments
Please sign in to leave a comment.