This is mostly hypothetical,
Say you want to run mmls against the hard drive in a windows system. What is the naming convention used? I know linux is /dev/?da, but I can't find a similiar way for Windows.
Searches online have returned nothing.
I'm not entirely sure, but isn't it something like "\\.\PhysicalDrive0" for the first hard drive and "\\.\PhysicalDrive1" for the next etc? Worth a try anyway.
I'm on a Linux machine at the moment so I can't test this out 😉
Paul
Edit I was just checking this out on the Interweb and
I get drive handles with "\\\\.\\PHYSICALDRIVE1" or "\\\\.\\A"
where number letter change for each drive