--- src/DMRaid.cc.orig 2017-02-04 20:41:03.000000000 +0300 +++ src/DMRaid.cc 2017-08-08 15:27:53.841542838 +0300 @@ -72,7 +72,7 @@ void DMRaid::load_dmraid_cache() if ( ! Utils::execute_command( "dmraid -sa -c", output, error, true ) ) { Glib::ustring temp = Utils::regexp_label( output, "^(no raid disks).*" ) ; - if ( temp != "no raid disks" ) + if ( temp.lowercase() != "no raid disks" ) Utils::tokenize( output, dmraid_devices, "\n" ) ; } }