On 15/04/2012 12:13 PM, Jason wrote:
> On Sun, 15 Apr 2012 10:47:48 -0400 "Yousuf Khan"<bbbl67
> @spammenot.yahoo.com> wrote in article<4f8adf97$>
>>
>> Has anyone experimented with non-standard cluster sizes on NTFS
>> partitions? Typically, the default behaviour is that when creating the
>> file system, the format utility chooses the ideal cluster size based on
>> the size of the partition. But typically the highest it ever chooses is
>> 4KB.
>>
>> http://technet.microsoft.com/en-us/l.../cc767961.aspx
>>
>> But there are options for choosing upto 64KB, which never get chosen by
>> default. I have a file system that I calculated has a simple average
>> file size of 115MB! I was thinking for files that large, I should choose
>> the highest possible cluster size available.
>>
>> Yousuf Khan
>
> I have partitions with large numbers of enormous .wav files I've
> recorded. I have experimented with cluster sizes all the way to 64k but
> see very little, if any, change in performance. That surprises me. I also
> have several external HDD's (USB- and eSATA-attached) for backup and have
> done the same tests with the same result.
NTFS was originally called HPFS, for High Performance File System. It
was designed to be fast and reliable with low cluster sizes, so as to
reduce blank space. NTFS inherited that ability, so you will see small
differences in performance when you sue larger clusters. Whether those
small diffs are worth it is your call. IMO, the advantage of larger
cluster sizes has been overtaken by improved hardware performance.
HPFS was devised was back the days when MS was creating OS/2 for IBM
(and itself). After the split, MS renamed its version NT. Up to NT 3.5,
both OS/2 and NT could read and write each other's file systems. Up to
Win 2000 there was still a directory labelled OS/2 buried in the
Windows/System tree.
HTH,
Wolf K.