Page 1 of 1

Autodetect disk partitions at "Copy/Delete" config

Posted: 2009-08-27, 09:15 UTC
by SB
It's me again :)

Suggestion: make a checkbox "Autodetect partitions" or something like at configuration page "Copy/Delete". Currently user needs to manually enter drive letters for partitions belonging to the same physical drive - but it can be automated :)
I found useful source here, last post. Compiled it (with small changes), and got the following:

Code: Select all

\\.\c:: disks: 1\\.\c: placed on disk 0
\\.\d:: disks: 1\\.\d: placed on disk 0
\\.\e:: disks: 1\\.\e: placed on disk 0
\\.\f:: disks: 1\\.\f: placed on disk 1
It works even without administrator rights!

IMO - unchecked checkbox should allow user to enter drive letters in textbox as usual, when checked - to gray out textbox and show applied autodetection results in it.

Posted: 2009-08-27, 10:36 UTC
by MVV
Support, this is not very hard to integrate such checking during starting TC.
And will be useful for portable TC versions.

Posted: 2009-08-27, 12:25 UTC
by Lefteous
The question is can it be done with restricted permissions?

Posted: 2009-08-27, 13:55 UTC
by MVV
SB wrote:It works even without administrator rights!
Lefteous, is this enough to answer your question?

Posted: 2009-08-27, 15:59 UTC
by Postkutscher
MVV wrote:Support, this is not very hard to integrate such checking during starting TC.
And will be useful for portable TC versions.
Exactly! Strongly support++

Posted: 2009-08-28, 09:28 UTC
by SB
Some refinements:
- I think that TC should fall back to standard Windows copy routine if autodetection enabled, but fails. And, user should be notified about it - for example, by message "Unable to autodetect" in textbox for partitions letters (textbox still grayed out in this case).
- Autodetection should be performed after changes in partition letters, e.g. if user connected a removable drive (it might have multiple partitions).

Posted: 2009-08-31, 14:53 UTC
by solid
Fast copy supports different method of copying for partitions on same or different disks. Worth giving a look.

Posted: 2009-09-01, 21:05 UTC
by Lefteous
When using the system copy and move functions such an autodetection isn't required as they should be able to handle this stuff internally.

Why on earth should this be an option? Could anyone say "hey I want to define it myself?"

Posted: 2009-09-02, 22:38 UTC
by Postkutscher
Lefteous wrote:Why on earth should this be an option?
Noone has said it should be an option, primarily it should be implemented. :)