I'm going to go against the usual recommendation to always use "separate, one-partition drives" under all circumstances.
Perhaps I'm wrong, in which case, please correct me . . . .
I agree, separate drives are always good, because apparently Windows can seek data on each drive simultaneously. I'm just disagreeing with the partitioning part. I don't see the value of always having only one partition. Two examples:
1. If I had a disk with two partitions, and there was a lot of empty space on the disk between partitions, the heads would have to move a greater distance to access the data on the different partitions. This would slow performance.
But suppose I have one disk almost full entirely full of streaming sample data. My song needs to access two samples at the same time -- one sample is located toward the outer part of the disk, and the other is located on the inner part of the disk. Why is there any difference in seek time if the samples are located in different partitions as opposed to being on one partition? Don't the heads have to travel the same distance for the seek?
2. Supposed I have two 1 T disk. On one disk I put the OS, and on the second steamed Audio data. Then, I created a 2nd partition on the OS disk, and on that 2nd partition I kept storage files such as backups, etc. These files in the 2nd partition would never be accessed during operation of the DAW, so all the head seeks would be in the first OS partition. Why would having the 2nd partition have any impact on audio performance?
That being said, bitflipper in a 2009 post said, "When you partition a drive, you're making smaller cylinders. Partitioning makes sense only for higher-level data organization and not for efficiency, which actually suffers. For maximum speed, you should always make the entire drive one partition."
I've been trying to research his assertion, but I can't find anywhere that "partitioning a drive makes smaller cylinders".
If I understand correctly, a cylinder is made up of tracks that are lined up vertically underneath each other on the platters. Partitions are created in horizontal concentric circles on all platters, moving from the outside to the inside of the platters. So how would making a partition reduce the size of the cylinders? As far as I can see, it would only reduce the
number of cylinders, not the size, so this shouldn't affect seek performance.
My conclusion:
1) When a drive is full or almost full of data, partitions should not decrease performance compared to having no partition.
2) Secondary partitions used for storage files should not slow performance (as long as they are created after the first partition, thereby positioning them toward the inside, slower part of the disk).
I'd appreciate some opinions on this . . . as I said, correct me if I'm wrong. Thanks.