Page 1 of 1

USB stick detection

Posted: 2007-01-23, 15:58 UTC
by compie
From the history.txt:

01.01.07 Release Total Commander 6.56 final
01.01.07 Fixed: USB stick detection from TC7 ported to TC 6.56

What exactly is USB stick detection?

Posted: 2007-01-23, 20:24 UTC
by petermad
Detection whether a USB memory stick/dongle has been inserted in a USB slot and thereafter adding the stick as a drive in TC.

Posted: 2007-01-24, 11:24 UTC
by compie
Ok, I first thought it had something to do with running TC from an USB stick.

Posted: 2007-01-24, 15:27 UTC
by ghisler(Author)
No, it's a detection whether a specific drive letter is pointing to an USB stick. Writing to USB sticks is dead-slow on Windows XP and Vista when using WriteFile, because Microsoft "forgot" to cache the writing. Therefore TC automatically uses CopyFileEx (= compatibility mode) when copying to USB sticks.