This is a place for users to discuss Altap Salamander. Please feel free to ask, answer questions, and express your opinion. Please do not post problems, bug reports or feature requests here.
Note: Salamander (version 2.5) will not fragment your destination drive because files are prealloacted at the beginning of each operation (Copy/Move/Unpack/...). http://forum.altap.cz/viewtopic.php?p=8658#8658
How does that work when an overwrite condition exists?
Especially with limited free disk space available?
Is the file space of the file to be overwritten released before the copy/move takes place?
Whole target size is allocated at the beginning of operation instead of allocating new (small) fragments. For more information please look at available NTFS documentation (I don't know details).
> Is the file space of the file to be overwritten released before the copy/move takes place?
Since you are preallocating, does that mean that the space used is contiguous?
(I gather by your reply above, that you're simply performing a system call, & NTFS handles the actual allocation, & it uses its' best means to allocate in contiguous blocks?)