Long file paths...

  • Thread starter Thread starter Harrison Midkiff
  • Start date Start date
H

Harrison Midkiff

Hello:

I have a bit of a problem on my file server. My users love long file names
and routinely create folders with big names. As you know this is feature of
windows. The problem I have is the file paths are over 260 characters which
is a built in limitation. Recently had to migrate data from an old server
to a new one and had to complete this manually due to all the errors I was
getting from any utility I tried.

Long file names are inevitable on a file server. What is the best way to
deal with this? Should I alert my users and tell them to aviod long file
names? Is there a utility?

Harrison Midkiff
 
Harrison Midkiff said:
Hello:

I have a bit of a problem on my file server. My users love long file
names and routinely create folders with big names. As you know this is
feature of windows. The problem I have is the file paths are over 260
characters which is a built in limitation. Recently had to migrate data
from an old server to a new one and had to complete this manually due to
all the errors I was getting from any utility I tried.

Long file names are inevitable on a file server. What is the best way to
deal with this? Should I alert my users and tell them to aviod long file
names? Is there a utility?

Harrison Midkiff

You can use the latest version of robocopy.exe to migrate long file names.
It can cope with them. You also need to tell your users to put their
informatiion *into* the files, not into the file/folder names.
 
Hello:

I have a bit of a problem on my file server. My users love long file names
and routinely create folders with big names. As you know this is feature of
windows. The problem I have is the file paths are over 260 characters which
is a built in limitation. Recently had to migrate data from an old server
to a new one and had to complete this manually due to all the errors I was
getting from any utility I tried.

Long file names are inevitable on a file server. What is the best way to
deal with this? Should I alert my users and tell them to aviod long file
names? Is there a utility?

Harrison Midkiff

A while back I saved a web URL as a link. When I was moving some
files to another partition, it refused to move one link that was too
long. I found it, and it was rediculously long, probably 1000 char.
Windows refused to let me rename it, move it, or even delete it.
I finally had to use a boot floppy, boot to dos, and delete the
filename when it had the 8+3 dos filename. What a pain in the butt.
 
Back
Top