| View previous topic :: View next topic |
| Author |
Message |
phuizess Junior Member

Joined: 18 Dec 2010 Posts: 4
|
Posted: Sat Dec 18, 2010 3:56 pm Post subject: Wrong(?) file permission on move to same drive |
|
|
* I have mapped a directory from my NAS as z:
* When I move a file from z: to somewhere else on z:, I can't read the file afterwards: "access denied on file xxx!"
* If I copy a file from z: to z: I don't experience the problem
* If I move using "Copy NTFS permissions" option I can read the file after the move.
* If I move the file from z: to z: in explorer I don't experience the same problem.
Is this working as intended or is it a bug? Seems like copy and move should behave the same. |
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24602 Location: Switzerland
|
Posted: Sun Dec 19, 2010 3:54 am Post subject: |
|
|
When a drive is reported as NTFS, Total Commander applies the NTFS attributes of the new parent folder to the moved file. This is done so when you move a file from a folder which belongs to user X to a folder which belongs to user Y, the file becomes the property of that user.
Apparently your NAS doesn't correctly implement NTFS permissions, so the permissions for the new target are probably empty.
You can turn off this behaviour:
Please add the following string to the file wincmd.ini, section [Configuration]:
XPMoveMethod=0
You can edit the wincmd.ini via Configuration - Change settings files directly. _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
|