Skip to main content
Dears



what is the command or where to look for the size of the SATADOM ?



thank you
Generally new node comes with KVM image but anyways new nodes are by default coming with 64 GB SATADOM
because the box is shipped without hypervisor, these commands didnt work,

i use Df
On ESXi, you can run the following command to check the size of SATA DOM



esxcfg-scsidevs -c -d $(basename $(ls /dev/disks/t10* | head -1))





On hyperV, you can run following command



Get-WmiObject Win32_LogicalDisk -Filter "DeviceID='C:'"