unless nhp.nil?
        name = nhp[:name]
        found = parent.hardware.partitions.where(:name => name).order(:id)

        # Handle duplicate partition names (Generally only in the case of Windows with blank partition names)