I need to retrieve the serial number of a RAID disk using VC++ or JAVA. I dont know how to do.. Can anybody help me?
2006-12-12
18:59:27
·
1 answers
·
asked by
Indhu
1
in
Computers & Internet
➔ Programming & Design
Let me be more specific. I'm given a exe file that when called returns a hard disk serial number. I was told that the number is unique for every system. Therefore it cannot be volume serial number. It is an eight digit alphanumeric number.
The JAVA program that i'm designing calls this exe for licensing purpose. (The software can be installed in only one system).
Everything works fine in a normal system. When i tried in a system that had RAID drive (more than one hard disks clustered), the exe is returning "null". This is my problem.
I need a way to find out the serial number of a RAID disk. I dont know the code of that exe. I have only the binary.
2006-12-12
20:11:20 ·
update #1