Bruce wrote:
> I run Windows XP Home, SP2, NTFS.
>
> I heard on a radio show (Online with David Lawrence) that when
> partitioning drives, the larger the partition, the larger the clusters,
> therefore the more wasted space.
Yes, that's true. The term is called slack space. Files must be
allocated at least 1 cluster, and files cannot share clusters (It's
called cross-linking, and it's bad). So a small text file containing
"Hello World.", even though it's only 12 bytes long will still take up
512 bytes, Or however many bytes the cluster size happens to be.
Leaving 500 bytes of slack.
Don't worry overmuch about it, you have LOTS of room. Since most files
will take up multiple clusters anyway. Very few people bother with
cluster size. Radio show hosts should avoid scaring people into
reformatting their drives just to "recover" the couple megabytes total
a smaller cluster size would save.
For example. My "Program Files" Folder is 2,471,894,576 Bytes, but is
taking up 2,489,942,016 Bytes. Leaving 18,047,440 Bytes in "slack" This
works to be 17.21MB out of 2.31GB, or 0.73% slack.
I may have misunderstood, but I did
> google the subject, and what I found (and am able to understand - most
> was very technical) leads me to believe this is correct.
>
> My understanding is that regardless of how many partitions are made, the
> same capacity will be reported. But, when data is added/stored on the
> drive, a multi-partitioned drive will fill up slower because less space
> is wasted. Also, the larger the file size, the less wasted space.
>
> Is this true, and to what extent?
Larger average file size will take up more clusters. And therefor more
clusters will be 100% full. Reducing "slack".
The part about multi-partitioned hard drives filling slower is also
true, but.... it's a bit weak, the effect would not be enough to
notice. And, each partition would lose some space to the File
Allocation Table, or the NTFS equivlent. So the effect would be
partially cancelled out.
>
> I've got the following IDE drives that I'll be adding to other machines,
> which I plan to format as one partition. I've read about single
> partition vs multi-partition, and the pros and cons of each. I find it
> easier to navigate with fewer logical drives than half the alphabet
> showing up on my computer.
>
> 250GB external USB Seagate (currently formatted FAT32 and hooked to this
> NTFS machine and used as a backup )
> 160GB internal Seagate (to be used as a primary)
> 160BG internal WD (to be used as a slave)
>
> For me, space isn't an issue, since my needs are generally low. I don't
> do a lot of mult-media stuff (yet?). Also, storage is cheap, but I was
> curious about this.
>
> Thanks,
> Bruce