Steven or M and D - partially correct - their can be only one volume named
C:, but it can be made up of many physical drives. For example, my PC has 4
136GB 15k SCSI drives, and depending on how I setup the drives depends on
how many named drives or what size those drives have. Right now, I have 2
RAID-0 Arrays, Array-0 is made of drives 0 and 2, Array-1 is made of drives
1 and 3, each having 272GB capacity, Array-0 is the C: drive and Array-1 is
the D: drive. But, I could have easily had 1 drive, in RAID-0 for 564GB
capacity, or one drive in RAID-10 for 136GB, or 2 drives in RAID-1
configuration at 136GB or just 4 136GB drives or combination of RAID0,
RAID1 - just depends on how I configure it. But without more information,
the OP could have had 2 drives in RAID-0 for 320GB if he/she has SATA or
SCSI drives and the hardware controller supports RAID configuration. The
second go round, it could have been configured RAID-1 instead of RAID-0
which would account for half the space, but would be mirrored for redundancy
instead of stripped for speed. RAID 5 is a step up from RAID1 redundancy
adding more speed, RAID-10 is actually RAID-1+0 giving both stripping
(speed) and mirroring (redundancy) where RAID-50 is RAID-5+0, having the
redundancy of RAID-5 but the speed of RAID-0.
--
Star Fleet Admiral Q @ your service!
Google is your friend!
http://www.google.com
There can only be one C: drive in a computer and it can only exist on one
hard disk. So if you have two hard disks, each having a total capacity of
160GB, the largest possible size for your C: drive is 160GB. Your C: drive
will be that size if it occupies an entire hard disk. If the disk has more
than one partition, or if less than the full capacity of the disk was
partitioned, your C: drive will be smaller than 160GB.
Keep in mind also that disk capacity is expressed in decimal notation, but
your computer works in binary notation. A disk with a capacity of 160
billion bytes (160GB) in decimal notation - which is house hard disks are
sold - has a capacity of about 149GB in binary.
Steven