Windows 2003 Full Path + file name limit to 255 characters?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have heard Windows 2003 server file system can support up to 255 characters
for the Full Path + File Name (e.g. c:\home\usera\.....\abc.xls), is this
claim true?

If so, any resolution or workaround to get rid of this limitation?
 
I have heard Windows 2003 server file system can support up to 255 characters
for the Full Path + File Name (e.g. c:\home\usera\.....\abc.xls), is this
claim true?

If so, any resolution or workaround to get rid of this limitation?

It is the same limit as in Windows 2000.

Use shorter folder and file names.


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
I have heard Windows 2003 server file system can support up to 255 characters
for the Full Path + File Name (e.g. c:\home\usera\.....\abc.xls), is this
claim true?

If so, any resolution or workaround to get rid of this limitation?

AFAIK only the file name is limited to 255 characters; the file system
(NTFS 5) allows path lengths up to 32KB. Whether an application supports
paths that long is a different question - CMD.EXE doesn't; I believe
BackupExec does. YMMV.

As for workarounds: using short 8.3 names may help, or creating SUBST'ed
drive letters.
 
It seems that Windows File Explorer can't open those long full path, this is
a big headache! How can we store the files in Windows server without using
Windows File Explorer on users' desktop side? Any replacement of Windows
File Explorer to access long file path and file name which exceeds 255
characters?
 
Back
Top