Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Long File Names

Reply
Thread Tools

Long File Names

 
 
Scribner
Guest
Posts: n/a
 
      11-07-2004
I cannot convert my NTFS drive back to FAT 32 because somewhere on the
hard drive there is a file with a name that is too long. With 50
gigs. of used space, finding this one (or more) offending file could
take forever. Is there a program which I can use which will look for
long file names and identify them? Thanks.
 
Reply With Quote
 
 
 
 
Ingeborg
Guest
Posts: n/a
 
      11-07-2004
Scribner <> wrote in
news::

> I cannot convert my NTFS drive back to FAT 32 because somewhere on the
> hard drive there is a file with a name that is too long. With 50
> gigs. of used space, finding this one (or more) offending file could
> take forever. Is there a program which I can use which will look for
> long file names and identify them? Thanks.
>


Not directly, but...

open command prompt, type
D: (where D is the drive to be converted)
cd \
dir /S /B >listing.txt

This will dump all files paths in the file D:\listing.txt

Open this file with some textprocessor (Word). Replace all \ bij a newline.
Change the page width so that the filename which is too long doesn't fit
anymore. Search for a temporary - (word wrap sign)
 
Reply With Quote
 
 
 
 
LPV
Guest
Posts: n/a
 
      11-07-2004

"Scribner" <> wrote in message
news:...

> I cannot convert my NTFS drive back to FAT 32 because somewhere on the
> hard drive there is a file with a name that is too long. With 50
> gigs. of used space, finding this one (or more) offending file could
> take forever. Is there a program which I can use which will look for
> long file names and identify them? Thanks.



This should do the trick:

Program Name: Long Filenames Finder

www.dcsoft.com

HTH,

Loren



 
Reply With Quote
 
Scribner
Guest
Posts: n/a
 
      11-08-2004
On 7 Nov 2004 13:22:28 GMT, Ingeborg <> wrote:

>Scribner <> wrote in
>news: :
>
>> I cannot convert my NTFS drive back to FAT 32 because somewhere on the
>> hard drive there is a file with a name that is too long. With 50
>> gigs. of used space, finding this one (or more) offending file could
>> take forever. Is there a program which I can use which will look for
>> long file names and identify them? Thanks.
>>

>
>Not directly, but...
>
>open command prompt, type
>D: (where D is the drive to be converted)
>cd \
>dir /S /B >listing.txt
>
>This will dump all files paths in the file D:\listing.txt
>
>Open this file with some textprocessor (Word). Replace all \ bij a newline.
>Change the page width so that the filename which is too long doesn't fit
>anymore. Search for a temporary - (word wrap sign)

Thanks. This works - sort of. But no word wrap. A glitch somewhere,
I suppose.
 
Reply With Quote
 
Scribner
Guest
Posts: n/a
 
      11-08-2004
On Sun, 7 Nov 2004 10:29:16 -0600, "LPV"
<> wrote:

>
>"Scribner" <> wrote in message
>news:.. .
>
>> I cannot convert my NTFS drive back to FAT 32 because somewhere on the
>> hard drive there is a file with a name that is too long. With 50
>> gigs. of used space, finding this one (or more) offending file could
>> take forever. Is there a program which I can use which will look for
>> long file names and identify them? Thanks.

>
>
>This should do the trick:
>
>Program Name: Long Filenames Finder
>
>www.dcsoft.com
>
>HTH,
>
>Loren
>
>

This is exactly what I was looking for. Thanks.
 
Reply With Quote
 
LPV
Guest
Posts: n/a
 
      11-08-2004
Scribner wrote:

> >> Is there a program which I can use which will look for
> >> long file names and identify them? Thanks.



I wrote:

> >This should do the trick:
> >
> >Program Name: Long Filenames Finder
> >
> >www.dcsoft.com



Scribner wrote:

> This is exactly what I was looking for. Thanks.



You're very welcome...glad to hear it fit the bill for you.

Loren


 
Reply With Quote
 
Scribner
Guest
Posts: n/a
 
      11-08-2004
On Sun, 7 Nov 2004 23:42:37 -0600, "LPV"
<> wrote:

>Scribner wrote:
>
>> >> Is there a program which I can use which will look for
>> >> long file names and identify them? Thanks.

>
>
>I wrote:
>
>> >This should do the trick:
>> >
>> >Program Name: Long Filenames Finder
>> >
>> >www.dcsoft.com

>
>
>Scribner wrote:
>
>> This is exactly what I was looking for. Thanks.

>
>
>You're very welcome...glad to hear it fit the bill for you.
>
>Loren
>

Yeah. I've cleaned up the long file names on the drives, yet I'm
still getting the long name error. 8-(. Oh, well.
 
Reply With Quote
 
Ingeborg
Guest
Posts: n/a
 
      11-08-2004
Scribner <> wrote in
news::

> On Sun, 7 Nov 2004 23:42:37 -0600, "LPV"
> <> wrote:
>
>>Scribner wrote:
>>
>>> >> Is there a program which I can use which will look for
>>> >> long file names and identify them? Thanks.

>>
>>
>>I wrote:
>>
>>> >This should do the trick:
>>> >
>>> >Program Name: Long Filenames Finder
>>> >
>>> >www.dcsoft.com

>>
>>
>>Scribner wrote:
>>
>>> This is exactly what I was looking for. Thanks.

>>
>>
>>You're very welcome...glad to hear it fit the bill for you.
>>
>>Loren
>>

> Yeah. I've cleaned up the long file names on the drives, yet I'm
> still getting the long name error. 8-(. Oh, well.
>


Maybe the total path is to deep? In win95 VFAT the maximum path length is
259, and maybe this is a VFAT limitation, and as far as I know in NTFS
it's virtually unlimited.

You could repeat my trick without replacing \ by newline, and with some
other filter to find lines longer than 259 bytes. (Eyes?)
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Having compilation error: no match for call to ‘(const __gnu_cxx::hash<long long int>) (const long long int&)’ veryhotsausage C++ 1 07-04-2008 05:41 PM
Use of Long and Long Long Bart C C Programming 27 01-15-2008 05:27 AM
long long and long Mathieu Dutour C Programming 4 07-24-2007 11:15 AM
unsigned long long int to long double Daniel Rudy C Programming 5 09-20-2005 02:37 AM
Assigning unsigned long to unsigned long long George Marsaglia C Programming 1 07-08-2003 05:16 PM



Advertisments
 



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