Multi Commander > Support and Feedback

Error 4000

<< < (8/8)

nxtzero:
I'm on windows 7 professional 64 bits.
The source is an windows dynamic volume made of 2 internal hard disks of 2TB.
The target is a portable drive, usb 3.0, 2TB, 2,5". After retrying the error appears on another file.

My target directory has a bigger name than my source directory and I'm also having trouble with some files that MC doesn't copy and show no error message and if I try with windows explorer it says that the destination path is too big. But if I rename the source file name and add one character it moves the file with no error on MC.


--- Code: ---2013-09-27 12:09:17.708 Start FileOperation (Copy/Move/Delete) Settings
2013-09-27 12:09:17.708 '-- Chunk size  : 262144
2013-09-27 12:09:17.708 '-- Buffer size : 262144
2013-09-27 12:09:17.708 '-- Read Flags  : 0x0
2013-09-27 12:09:17.708 '-- Write Flags : 0x0
2013-09-27 12:09:17.708 '-- Flags       : 0xe00202
2013-09-27 12:09:17.766 Allocating Buffers (Chunks = 1 , Chunks size = 262144 Bytes , Buffer size = 262144 Bytes)
2013-09-27 12:09:17.766 Source file does not exists. Skipping : D:\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points.pdf
2013-09-27 12:09:17.766 Skip request of file operations found.
2013-09-27 12:09:23.123 Renamed file : "D:\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points.pdf" -> "D:\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points1.pdf"
2013-09-27 12:09:24.520 FileOperationDlg - AutoDetect RW Stratergy - "Normal, Same disk"
2013-09-27 12:09:25.549 Start FileOperation (Copy/Move/Delete) Settings
2013-09-27 12:09:25.549 '-- Chunk size  : 262144
2013-09-27 12:09:25.549 '-- Buffer size : 262144
2013-09-27 12:09:25.549 '-- Read Flags  : 0x0
2013-09-27 12:09:25.549 '-- Write Flags : 0x0
2013-09-27 12:09:25.549 '-- Flags       : 0xe00202
2013-09-27 12:09:25.603 Allocating Buffers (Chunks = 1 , Chunks size = 262144 Bytes , Buffer size = 262144 Bytes)
2013-09-27 12:09:25.603 Source and target of MOVE operation is on DIFFERENT disks/volumes. So do a Copy and then Delete.
2013-09-27 12:09:25.603 Prepare Write - Create new file on target. : "S:\Backup\nxtdesktop\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points1.pdf"
2013-09-27 12:09:26.074 Copy file using synchronous copy mode.
2013-09-27 12:09:26.076 Copied : "D:\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points1.pdf" => "S:\Backup\nxtdesktop\Backup\Backup1\Backup\TIBETE\Users\Sofia\Anestesia\Artigos e afins\Simuladores e Valencia\Valencia-Ventilacao Mecanica\BIBLIOGRAFÍA TALLERES\TALLER 12. Ventilación de Protección Pulmonar. Reclutamiento Alveolar\Tomographic Study of the Inflection Points1.pdf" - 206923 bytes in 1ms - Average Speed : 206923000 bytes/sec (197,3 MB/sec) Read data time 1ms (197,3 MB/sec),  Write data time 1ms (197,3 MB/sec)
--- End code ---

Only one time I saw a popup from MC that said the file name would be too big and I've chosen the last option (large path).

nxtzero:
I tried the following to understand the problem:


--- Code: ---D:\>mkdir aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--- End code ---

then created a file aaaaaaa.txt on that directory. These seem to be the max length for both types on command prompt.

If I try to rename aaaaaaa.txt to  aaaaaaab.txt on command prompt it gives an error. If I try on Windows Explorer it doesn't even allow me to enter more characters. On MC I can rename to a larger name and the name is visible on Windows Explorer and Command Prompt but I cannot rename it anymore unless I use MC.

If I delete to the recycle bin it gives error 4000 and if I try do delete without the recycle bin MC deletes it. However if I assign the hidden attribute and try do delete it I get again error 4000.

Mathias (Author):

--- Quote from: nxtzero on September 27, 2013, 17:59:51 ---I tried the following to understand the problem:

then created a file aaaaaaa.txt on that directory. These seem to be the max length for both types on command prompt.

If I try to rename aaaaaaa.txt to  aaaaaaab.txt on command prompt it gives an error. If I try on Windows Explorer it doesn't even allow me to enter more characters. On MC I can rename to a larger name and the name is visible on Windows Explorer and Command Prompt but I cannot rename it anymore unless I use MC.

If I delete to the recycle bin it gives error 4000 and if I try do delete without the recycle bin MC deletes it. However if I assign the hidden attribute and try do delete it I get again error 4000.


--- End quote ---

Deleting extra long path to recycle bin will never work. Windows recycle bin stuff does not support that.

nxtzero:
I agree, however there should be a message instead of error 4000.  ::)

Navigation

[0] Message Index

[*] Previous page

Go to full version