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