Re: Problem copying over 65,534 files to single NTFS folder
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Mon, 26 Jun 2006 08:24:36 +1000
Let's have a look at the batch file you ran!
"Nick Moore" <NickMoore@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C8783AC8-6E56-4F1B-A0D8-9923D42CDD57@xxxxxxxxxxxxxxxx
I've already created 70,000+ test files in the same way you suggested. Butthats
just to accommodate you, I've created a new test folder, created the batch
file you suggested in it, ran the batch file, and it only created 1 file,
a.txt.
"Pegasus (MVP)" wrote:
Run the test batch file I suggested!
"Nick Moore" <NickMoore@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0DFA5FB1-FEF8-4DA6-B367-145291CFF82C@xxxxxxxxxxxxxxxx
My drive is definately formated in NTFS. I have 333 GB's of 500 GBavailable.
I agree that having that many files in one folder is not ideal, but
anhow the dental x-ray images are stored in our practice managementsoftware.
Any other suggestions?
"Pegasus (MVP)" wrote:
"Nick Moore" <NickMoore@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:843C233E-E3C3-4B18-AF0E-A7903CCE6D79@xxxxxxxxxxxxxxxx
I'm trying to copy over 70,000 files from from a single folder on
USBNTFS
partition on a 2003 server w/SP1 across a network to a portable
gettinghard
handledrive (formated in NTFS) on a WinXP SP2 PC. I know FAT32 can only
65,534 files in any given folder, the strange thing is, I'm
withthe
exact
same problem on an NTFS partition! Could it have anything to do
anycreatecluster
size or anything like that? So in short, I get and error trying to
more than 65,534 files in a single folder on an NTFS partition...
ideas?
Thanks in advance.
Nick nmoore2001@hotmail[deleteme}.com
I ran this little batch file on my NTFS partition and I had
no problem creating 70,000 files. You might want to run
it too. Perhaps your problem
@echo off
for /L %%a in (1,1,70000) do cd 2>%a.txt
Perhaps your NTFS partition is not an NTFS partition after
all, or you're running out of space. You should also ask
yourself if it is useful to have so many files in the one folder.
Performance deterirorates when you go substantially
beyond 5,000 files (which is in itself a very large number
of files).
.
- Follow-Ups:
- Re: Problem copying over 65,534 files to single NTFS folder
- From: Nick Moore
- Re: Problem copying over 65,534 files to single NTFS folder
- References:
- Re: Problem copying over 65,534 files to single NTFS folder
- From: Pegasus \(MVP\)
- Re: Problem copying over 65,534 files to single NTFS folder
- From: Pegasus \(MVP\)
- Re: Problem copying over 65,534 files to single NTFS folder
- From: Nick Moore
- Re: Problem copying over 65,534 files to single NTFS folder
- Prev by Date: Re: Problem copying over 65,534 files to single NTFS folder
- Next by Date: Re: Problem copying over 65,534 files to single NTFS folder
- Previous by thread: Re: Problem copying over 65,534 files to single NTFS folder
- Next by thread: Re: Problem copying over 65,534 files to single NTFS folder
- Index(es):
Relevant Pages
|