CaffeineAddict
Well-Known Member
I finally figured out why copying files to external HDD is painfully slow...
There is a directory on my external HDD which contains only Windows executables, 425 GB in total, cca. 200 *.exe files.
As soon as this directory is open in Dolphin a ton of
Reason why it does so appears to be to calculate *.exe file sizes because I noticed sizes of sub directories in Dolphin are not immediately calculated but get slowly updated in UI.
Problem with those
I've run
Question is, how to prevent
See:
There is a directory on my external HDD which contains only Windows executables, 425 GB in total, cca. 200 *.exe files.
As soon as this directory is open in Dolphin a ton of
wrestool
instances start running examining and extracting all those executables. (noticed them by running htop
)Reason why it does so appears to be to calculate *.exe file sizes because I noticed sizes of sub directories in Dolphin are not immediately calculated but get slowly updated in UI.
Problem with those
wrestool
instances is that they consume all disk I/O so copying anything to HDD is either completely halted or painfully slow.I've run
killall wrestool
and that made copying files lightning fast because disk I/O was released and taken over by copy operation.Question is, how to prevent
wrestool
from automatically running and consuming disk I/O when there are *.exe files on filesystem?See:
man wrestool