Originally Posted By: wfaulk
Any decent partitioning utility should show you that. Notably, that excludes Windows' builtin "Disk Management".


On the other hand, Windows' built-in DISKPART will show you this information.

You'll need to:

Code:
C:\> DISKPART
DISKPART> sel disk 0
DISKPART> list part
DISKPART> sel part 1
DISKPART> detail part
_________________________
-- roger