diff --git a/src/plugins/libparted/libpartedbackend.cpp b/src/plugins/libparted/libpartedbackend.cpp index 1ea663e..0560f8d 100644 --- a/src/plugins/libparted/libpartedbackend.cpp +++ b/src/plugins/libparted/libpartedbackend.cpp @@ -432,7 +432,6 @@ QList LibPartedBackend::scanDevices(bool excludeReadOnly) continue; if (excludeReadOnly && ( pedDevice->type == PED_DEVICE_LOOP || - pedDevice->type == PED_DEVICE_UNKNOWN || pedDevice->read_only)) continue;