P.S. I'm putting a bounty on this
EDIT:
I used the tools Dave Cluderay suggested, it goes with interesting results:
Here is the output from DiskId32, on Windows XP SP2 32-bit:
To get all details use "diskid32 /d"Trying to read the one who can alter drive IDs using physical access with admin rightsDrive 0 - Primary Controller - - Master driveDrive Model Number________________: [MAXTOR STM3160215AS]Drive Serial Number_______________: [ 6RA26XK3]Drive Controller Revision Number__: [3.AAD]Controller Buffer Size on Drive___: 2097152 bytesDrive Type________________________: FixedDrive Size________________________: 160041885696 bytesTrying to read the code I linked above in a way that it works drive IDs using the SCSI back doorDrive 4 - Tertiary Controller - - Master driveDrive Model Number________________: [MAXTOR STM3160215AS]Drive Serial Number_______________: [ 6RA26XK3]Drive Controller Revision Number__: [3.AAD]Controller Buffer Size on 64 bit OSs. Either a very useful alteration of my code or very useful hints that let me Drive___: 2097152 bytesDrive Type________________________: FixedDrive Size________________________: 160041885696 bytesTrying to read the drive IDs using physical access with zero rights**** STORAGE_DEVICE_DESCRIPTOR for drive 0 ****Vendor Id = []Product Id = [MAXTOR STM3160215AS]Product Revision = [3.AAD]Serial Number = []**** DISK_GEOMETRY_EX for drive 0 ****Disk is fixedDiskSize = 160041885696Trying to read the drive IDs using SmartDrive 0 - Primary Controller - - Master driveDrive Model Number________________: [MAXTOR STM3160215AS]Drive Serial Number_______________: [ 6RA26XK3]Drive Controller Revision Number__: [3.AAD]Controller Buffer Size on Drive___: 2097152 bytesDrive Type________________________: FixedDrive Size________________________: 160041885696 bytesHard Drive Serial Number__________: 6RA26XK3Hard Drive Model Number___________: MAXTOR STM3160215ASAnd DiskId32 run on Windows Vista Ultimate 64-bit:
To get all details use "diskid32 /d"Trying to read the job donedrive IDs using physical access with admin rightsTrying to read the drive IDs using the SCSI back doorTrying to read the drive IDs using physical access with zero rights**** STORAGE_DEVICE_DESCRIPTOR for drive 0 ****Vendor Id = [MAXTOR S]Product Id = [TM3160215AS]Product Revision = [3.AA]Serial Number = []**** DISK_GEOMETRY_EX for drive 0 ****Disk is fixedDiskSize = 160041885696Trying to read the drive IDs using SmartHard Drive Serial Number__________:Hard Drive Model Number___________:Notice how much lesser the information is on Vista, and how the Serial Number is not returned. Also the other tool, EnumDisk, refers to my hard disks on Vista as "SCSI" as opposed to "ATA" on Windows XP.
Any ideas?