![]() |
2007-11-29
, 11:43
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#1
|
![]() |
2007-11-29
, 12:34
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#2
|
![]() |
2007-11-29
, 14:14
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#3
|
![]() |
2007-11-29
, 14:39
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#4
|
First off, SD cards are slow. Secondly, we have a slow processor. Lots of files and folders is going to make it slow. Turning off metalayer-crawler won't change that.
The Following User Says Thank You to gammer For This Useful Post: | ||
![]() |
2007-11-29
, 16:29
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#5
|
![]() |
2007-11-29
, 19:17
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#6
|
...
find /media/mmc1 | wc -l
shows 1840 files and directories.
Then open the card door, close it (to re-mount the card, which will flush any memory buffers that would artificially speed up the process). Then measure how long it takes to read every file entry in every directory:
time ls -lR /media/mmc1 > /dev/null
real 0m 2.71s
user 0m 0.30s
sys om 1.96s
Quite fast..
gammer, you could try the same excersize with your particular card. That would give you an idea of how fast it could be done.
Of course, the file manager does much more - if there are pictures it'll thumbnail them and so on. Which means that it'll have to read at least the beginning of every file, not just file entries, just to classify them.
![]() |
2007-11-29
, 19:28
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#7
|
![]() |
2007-11-30
, 17:53
|
Posts: 65 |
Thanked: 6 times |
Joined on Apr 2007
|
#8
|
![]() |
2007-11-30
, 19:00
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#9
|
![]() |
2007-12-03
, 14:15
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#10
|