Index: sources/storage/FileHandler.cpp =================================================================== diff -u -r94fc1cd187816ecbf176df26f9dc5601bf379f13 -re159592e3a99658e661ab83fffef43322dc075f3 --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 94fc1cd187816ecbf176df26f9dc5601bf379f13) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision e159592e3a99658e661ab83fffef43322dc075f3) @@ -231,6 +231,7 @@ int lastIndex = path.size() - 1; if (path.at(lastIndex) == "/") path.remove(lastIndex, 1); // check to see if the path in the list of mounted rootPaths + /// DEBUG: qDebug() << " +++++ " << QStorageInfo::mountedVolumes(); foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) { if (storage.isValid() && storage.isReady()) { if ( storage.rootPath() == path ) {