"Path too deep" Can not transfer files

OutHouse

Lifer
Jun 5, 2000
36,410
616
126
This just started and i cant find any thing on MS or Google. I have 3 XP pro machines at home and when i try to copy files from one pc to the other i get an error "path is too deep". I get this even when i copy from the C:\ to C:\.

would any of you have a clue on how to fix this?
 

stephbu

Senior member
Jan 1, 2004
249
0
0
If you're running Anti-Virus software - disable it on source and destination machines and then retest.
 

Dogma420

Member
Feb 19, 2003
91
0
0
just a little fyi that is worth mentioning...

if you should ever backup on cd, make sure that the path doesn't have too many folders, nothing is readable after i think 2 folders deep....just a small thought,

good luck, just accessing/transfering, you should have no problems with deep paths....something else is stopping you, such as what the other said, av software or such.
 

OutHouse

Lifer
Jun 5, 2000
36,410
616
126
Originally posted by: stephbu
If you're running Anti-Virus software - disable it on source and destination machines and then retest.

stopped Nortons service on all machines and retested. Still get the error.



 

SoulAssassin

Diamond Member
Feb 1, 2001
6,135
2
0
Use robocopy. It's part of the Resource Kit but can be found here and there. Actually I think you can grab the 2003 RK for free from MS. The "path too deep" error is misleading. I get it all the time when copying single files from directories not far off the root. It's more of a timeout message.
 

LiLithTecH

Diamond Member
Jul 28, 2002
3,105
0
0
That error generally means the combined file path is more than 256 characters.

Shorten the Directory/Filenames names if possible.
(PDF files in tutorials are notorious for this error)
 

Teva24

Member
Apr 11, 2001
59
0
0
If you don't want to go through the trouble of rearranging your folder structure you can do this for Winnt/2k/xp/2k3 pc's

If you have a folder
C:\Folder1\Folder2\Folder3\Folder4\Folder5\Folder6

and you are getting an error copying to folder 6.

Do this:
command prompt
net use S: \\%computername%\c$\folder1\folder2\folder3\folder4\folder5\folder6

then copy to the S drive, this will bypass the limit of the 256char path.

or you could just share the folder itself.

-Teva24
 

OutHouse

Lifer
Jun 5, 2000
36,410
616
126
Nope, its a straight copy from C:\ to C:\ so no deep directories. The file name is only 5 charaters long.
 

SoulAssassin

Diamond Member
Feb 1, 2001
6,135
2
0
Originally posted by: Citrix
Nope, its a straight copy from C:\ to C:\ so no deep directories. The file name is only 5 charaters long.

2nd time around, the error msg is misleading. Use robocopy you'll be fine. Trust me.