return ret;
}
// Don't do anything with internal drives, hidden drives, or things that
// Don't do anything with internal drives, hidden drives, or partition tables
// aren't partitions
if (device.deviceIsSystemInternal() ||
device.devicePresentationHide() ||
device.deviceMountPaths().isEmpty() ||
!device.deviceIsPartition()) {
device.deviceIsPartitionTable()) {