Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > ARGGGGH!!! Long File Names in Vista!!!

Reply
Thread Tools Display Modes

ARGGGGH!!! Long File Names in Vista!!!

 
 
mag3
Guest
Posts: n/a

 
      02-22-2009
Sorry if this has been posted here before, but I didn't see an applicable thread
in my recent Google Search. I'm running Vista Ultimate 32bit, and on one particular
drive, I had backed up some files with extremely long names from a different system.
The kind of stuff you find as temp files in the "Content.IE5" sub directory of
"Temporary Internet Files."

Now, I'm trying to delete a parent directory where all these files are located. But Vista,
in it's ultimate wisdom is giving me an error, indicating that it cannot delete these files
becuse the overall path is too long - It suggested I move the files to a place with a "shorter
path," but when I try, it won't let me do it for the same damned reason! The Source path
is too long!!!! Nothing works. Attempting to delete individual files, the parent directory,
the "grand parent" directory all fail because Vista attempts to calculate/sum space and
thus accesses each individual file, and fails because the "path is too long." When I try
to rename individual files, it grays out the "rename" option.

Is there any way I can either get rid of these files or bypass the "file length" warning so
I can delete them? Formatting the drive is *not* an option. This is a SAN drive with lots
of stuff on it and I'd never be able to off load it all.


Any insight one can offer is greatly appreciated.

 
Reply With Quote
 
 
 
 
mag3
Guest
Posts: n/a

 
      02-22-2009
On Sat, 21 Feb 2009 21:35:29 -0500, mag3 <zmpmag3-> wrote:

>Sorry if this has been posted here before, but I didn't see an applicable thread
>in my recent Google Search. I'm running Vista Ultimate 32bit, and on one particular
>drive, I had backed up some files with extremely long names from a different system.
>The kind of stuff you find as temp files in the "Content.IE5" sub directory of
>"Temporary Internet Files."
>
>Now, I'm trying to delete a parent directory where all these files are located. But Vista,
>in it's ultimate wisdom is giving me an error, indicating that it cannot delete these files
>becuse the overall path is too long - It suggested I move the files to a place with a "shorter
>path," but when I try, it won't let me do it for the same damned reason! The Source path
>is too long!!!! Nothing works. Attempting to delete individual files, the parent directory,
>the "grand parent" directory all fail because Vista attempts to calculate/sum space and
>thus accesses each individual file, and fails because the "path is too long." When I try
>to rename individual files, it grays out the "rename" option.
>
>Is there any way I can either get rid of these files or bypass the "file length" warning so
>I can delete them? Formatting the drive is *not* an option. This is a SAN drive with lots
>of stuff on it and I'd never be able to off load it all.
>
>
>Any insight one can offer is greatly appreciated.


Problem Solved!!!! I simply renamed all the parent directories to be the shortest names I could
muster (1-2chars) and that was sufficient! It worked!!!!!!


____________________________________________
Regards,

Arnold
 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      02-22-2009
mag3 <zmpmag3-> wrote:
>
> Sorry if this has been posted here before, but I didn't see an
> applicable thread in my recent Google Search. I'm running Vista Ultimate
> 32bit, and on one particular drive, I had backed up some files with
> extremely long names from a different system. The kind of stuff you find
> as temp files in the "Content.IE5" sub directory of "Temporary Internet
> Files."
>
> Now, I'm trying to delete a parent directory where all these files are
> located. But Vista, in it's ultimate wisdom is giving me an error,
> indicating that it cannot delete these files becuse the overall path is
> too long - It suggested I move the files to a place with a "shorter
> path," but when I try, it won't let me do it for the same damned reason!
> The Source path is too long!!!! Nothing works. Attempting to delete
> individual files, the parent directory, the "grand parent" directory all
> fail because Vista attempts to calculate/sum space and thus accesses
> each individual file, and fails because the "path is too long." When I
> try to rename individual files, it grays out the "rename" option.
>
> Is there any way I can either get rid of these files or bypass the "file
> length" warning so I can delete them? Formatting the drive is *not* an
> option. This is a SAN drive with lots of stuff on it and I'd never be
> able to off load it all.
>
>
> Any insight one can offer is greatly appreciated.
>


Is it the whole path that is too long, and not just the filenames?

Can't you delete them from the command line?

Try:

rd <path>\<foldername> /s

If the path is too long from command line as well, can you PUSHD to the
parent folder and try from there? Or make the full parent path into a
virtual drive using SUBST:

subst T: <path>

You will then get the folder as a T: drive in Explorer, or you can delete
the files in comand line with DEL and RD for folders.

ss.





 
Reply With Quote
 
mag3
Guest
Posts: n/a

 
      02-22-2009
On Sun, 22 Feb 2009 03:05:31 -0000, "Synapse Syndrome" <> wrote:

>Is it the whole path that is too long, and not just the filenames?


It appears to have been the "whole path." I was able to shorten elements
of the path to 1-2chars each, and that was enough to allow me to delete all
the contents from the root of the path on down.

But thanks anyway, this is good to know.

>Can't you delete them from the command line?
>
>Try:
>
>rd <path>\<foldername> /s
>
>If the path is too long from command line as well, can you PUSHD to the
>parent folder and try from there? Or make the full parent path into a
>virtual drive using SUBST:
>
>subst T: <path>
>
>You will then get the folder as a T: drive in Explorer, or you can delete
>the files in comand line with DEL and RD for folders.


 
Reply With Quote
 
Earle Horton
Guest
Posts: n/a

 
      02-22-2009
"mag3" <zmpmag3-> escribió en el mensaje de noticias
news:...
> On Sat, 21 Feb 2009 21:35:29 -0500, mag3 <zmpmag3-> wrote:
>
>>Sorry if this has been posted here before, but I didn't see an applicable
>>thread
>>in my recent Google Search. I'm running Vista Ultimate 32bit, and on one
>>particular
>>drive, I had backed up some files with extremely long names from a
>>different system.
>>The kind of stuff you find as temp files in the "Content.IE5" sub
>>directory of
>>"Temporary Internet Files."
>>
>>Now, I'm trying to delete a parent directory where all these files are
>>located. But Vista,
>>in it's ultimate wisdom is giving me an error, indicating that it cannot
>>delete these files
>>becuse the overall path is too long - It suggested I move the files to a
>>place with a "shorter
>>path," but when I try, it won't let me do it for the same damned reason!
>>The Source path
>>is too long!!!! Nothing works. Attempting to delete individual files,
>>the parent directory,
>>the "grand parent" directory all fail because Vista attempts to
>>calculate/sum space and
>>thus accesses each individual file, and fails because the "path is too
>>long." When I try
>>to rename individual files, it grays out the "rename" option.
>>
>>Is there any way I can either get rid of these files or bypass the "file
>>length" warning so
>>I can delete them? Formatting the drive is *not* an option. This is a SAN
>>drive with lots
>>of stuff on it and I'd never be able to off load it all.
>>
>>
>>Any insight one can offer is greatly appreciated.

>
> Problem Solved!!!! I simply renamed all the parent directories to be the
> shortest names I could
> muster (1-2chars) and that was sufficient! It worked!!!!!!
>

You're a genius! I wrote that down.

Earle

 
Reply With Quote
 
Dr. Hadley
Guest
Posts: n/a

 
      05-12-2009

FYI, with XYplorer you can edit those overlong filenames directly in the
file list.

http://www.xyplorer.com/


--
Dr. Hadley
------------------------------------------------------------------------
Dr. Hadley's Profile: http://forums.techarena.in/members/97950.htm
View this thread: http://forums.techarena.in/vista-help/1127892.htm

http://forums.techarena.in

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Long file names=off, dir name with repetitious char like (50)length. ""Search will not work in that dir "" pzam Windows Vista File Management 0 01-17-2009 04:04 PM
file names and folder names have been changed into some values automatically harish9999 Windows Vista File Management 3 12-01-2008 02:51 AM
CAn some help? cannot delete files as 'names too long for filesystem' d0od Windows Vista General Discussion 1 06-25-2008 05:14 AM
How can I search for path/file names that are over 255 characters long which is not allowed in Windows Vista knightball Windows Vista Performance 0 11-16-2007 05:50 AM
Long file names in Vista Andreas Stenhall Windows Vista File Management 1 10-24-2007 12:04 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59