Removeable Drives

Hello,

I have used Defraggler & CCleaner for quite awhile and love them both, and after a recent restoration I am not sure if I missed a setting. I assume I did something in the past to remove all the removeable drives from the drive list. If there is something in the drive it's fine to have it display, but if there is no media in the drive I would prefer it does not show up.

Was there a setting I missed, was this functionality ever there, how can I fix this to show only active drives ?

Thanks !

DoubleTap-

As I recall, there has never been a way to hide drives from showing up in Defraggler. Unfortunately, the latest release doesn't seem to solve this problem either. A good talking point in the Suggestions thread, perhaps? ;)

Of course, I could be wrong. If there are more experienced users who can point me in the right direction, I would love to know how to fix this. I've used Defraggler for about 12 months now, but I can't ever remember being able make that kind of change. It's certainly a good talking point, though! :)

Hello! Defraggler got the information. Defraggler could filter the results. It would be nice to add in Defraggler settings to show only valid removable drives.

drivemap.jpg

The comparison method for detecting them is easy.

VB6 Code Example:

  • IF (DRIVETYPE = "Removable Disk") And (FILESYSTEM = "Unknown") And (CAPACITY = "0,0 GB") THEN

    '

    ’ code to add the Drive to the list or not

    '

    END IF

Hopefully Defraggler team, add the option...

Greetings!