Looks like I'm coming up with lots of questions while reading the CCC Manual!!
Can someone please explain what the difference is between a "Partition", a "Volume" and a "Drive"?
Thanks,
Debbie
A drive is a physical drive. It can be formatted into one or more partitions, which are also referred to as volumes when you are mounting them.
Logical Drive (PC) = Partition (PC, Mac) = Volume (Mac)
You got it.Back in my Windows days, here are the terms I used... (Pretty industry standard)
Physical Drive ---> Physical Storage Device (e.g. Internal/External HDD)
Logical Drive ---> Logical Division of Physical Drive (e.g. C: , D: , E: )
Partition ---> Same as "Logical Drive" (e.g. C: , D: , E: )
If you so desired, you could "partition" your "Physical" HDD into several "Logical" Drives (or "Partitions") to segment your Apps and Data.
----------
So, to translate from that terminology in the PC world, to the Mac world, here is how I think it would go...
Code:Logical Drive (PC) = Partition (PC, Mac) = Volume (Mac)
Does that sound correct?
Debbie
I'm going to go out on a limb and take a wild guess that given the OP's original question, a RAID array is not involved.There is not necessarily a 1:1 correspondence between a Volume and a Partition.
RAID lets you combine several disks together in such a manner that information is replicated across physical drives.
I'm going to go out on a limb and take a wild guess that given the OP's original question, a RAID array is not involved.
ElectricSheep makes a valid point, but you are correct, GGJstudios, in that I am not dealing with RAID!
To make my response above more accurate, I should have said, "For a laptop/computer with a single drive, I guess that a Logical Drive = Partition = Volume"