From 55019d84057f9c2bd2b2483da2c128a0a927e003 Mon Sep 17 00:00:00 2001 From: leseb Date: Sun, 04 Aug 2002 17:00:12 +0000 Subject: Fix bug for RamFS on iPaq (not tested) --- (limited to 'library/storage.cpp') diff --git a/library/storage.cpp b/library/storage.cpp index 096170f..2d996fa 100644 --- a/library/storage.cpp +++ b/library/storage.cpp @@ -105,7 +105,7 @@ void StorageInfo::update() QString fs = me->mnt_fsname; if ( fs.left(7)=="/dev/hd" || fs.left(7)=="/dev/sd" || fs.left(8)=="/dev/mtd" || fs.left(9) == "/dev/mmcd" - || fs.left(8)=="/dev/ram") + || fs.left(8)=="/dev/ram" || fs.left(5)=="tmpfs" ) { n++; curdisks.append(fs); -- cgit v0.9.0.2