in reply to Array/Hash?? Help Needed

You could do a hash of hashes in the form of:
$hash_of_drives{$drive_name}{$attribute};
All you would need to do is (I am assuming the data is as it is shown above), split on the - and =, and put the values in a hash.

-enlil