func (m *MegaCli) collect() (map[string]int64, error) {
    mx := make(map[string]int64)

    if err := m.collectPhysDrives(mx); err != nil {
        return nil, err