--- qtopia-free-1.5.0-k1/sysinfo/versioninfo.cpp.org Thu Oct 17 21:37:31 2002 +++ qtopia-free-1.5.0-k1/sysinfo/versioninfo.cpp Thu Oct 17 21:37:31 2002 @@ -44,7 +44,7 @@ QTextStream t( &file ); QString v; t >> v; t >> v; t >> v; - v = v.left( 20 ); + // v = v.left( 20 ); kernelVersionString = tr( "Linux Kernel

Version: " ) + v + "

"; t >> v; kernelVersionString += tr( "Compiled by: " ) + v; --- qtopia-free-1.5.0-k1/sysinfo/storage.cpp.org Thu Oct 17 21:37:31 2002 +++ qtopia-free-1.5.0-k1/sysinfo/storage.cpp Thu Oct 17 21:37:31 2002 @@ -82,6 +82,7 @@ if ( mntfp ) { while ( (me = getmntent( mntfp )) != 0 ) { QString fs = me->mnt_fsname; + if(curdisks.grep(fs).count() > 0) continue; if ( fs.left(7)=="/dev/hd" || fs.left(7)=="/dev/sd" || fs.left(8)=="/dev/mtd" || fs.left(9) == "/dev/mmcd" ) {