To: Dave Bissett who wrote (1464 ) 6/22/1998 2:40:00 AM From: Howard R. Hansen Respond to of 14778
>> why is it valuable to have different partitions on your drive? Thanks. << Another viewpoint on this question. The primary reason for having multiple partitions is to avoid wasting space on your hard disk. The operating system either DOS or Windows allocates space for files in clusters. Prior to Win 95 OSR2 and Win 98 the rules for a hard disk were a cluster size of either 2048, 4096, 8192, 16384, or 32768 bytes and a maximum number of clusters per partition of 65,536. Using these rules gave partition sizes of: Cluster size = 2048 bytes, Maximum partition size = 134 megabytes Cluster size = 4096 bytes, Maximum partition size = 268 megabytes Cluster size = 8192 bytes, Maximum partition size = 537 megabytes Cluster size = 16384 bytes, Maximum partition size = 1074 megabytes Cluster size = 32768 bytes, Maximum partition size = 2147 megabytes Now if you have a lot of small files and you use a large cluster size you waste a lot of storage space. I once received a program that listed the hard disk requirements as: Cluster size = 4096 megabytes, Space required = 160 megabytes Cluster size = 32768 megabytes, Space required = 380 megabytes There is also a trade off between cluster size and speed. Your disk controller can read and write data faster with larger cluster sizes. A secondary reason to have multiple partitions is with large disks, over 2 gigabytes in size, and with a maximum partition size of 2 gigabytes you had to partition the disk to use all of the disk. A third reason to partition a hard disk is if you, Zeuspaul for example, like to use multiple operating systems on your computer. There are some exceptions to this rule but in general each operating system should be installed in a separate partition. Examples of operating systems others like to install in a separate partition are Windows NT and LINUX. However, with the release of Windows 95 OSR2 and Win 98 the rules have changed. Both of these operating system can use something called FAT32. The rules for FAT32 are: Drive size 0 to 260 megabytes, Cluster size = 512 bytes Drive size 260 megabytes to 8 gigabytes, Cluster size = 4096 bytes. Drive size 8 to 16 gigabytes, Cluster size = 8192 bytes Drive size 16 to 32 gigabytes, Cluster size = 16384 bytes Drive size 32 gigabytes to 2 terabytes, Cluster size = 32768 bytes. Notice for drives in the 260 to 8 gigabyte range, it eliminates the primary and secondary reasons given above for having multiple partitions.