mmls on Windows Har...
 
Notifications
Clear all

mmls on Windows Hard Drive

3 Posts
3 Users
0 Reactions
1,326 Views
(@twjolson)
Honorable Member
Joined: 17 years ago
Posts: 417
Topic starter  

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.


   
Quote
binarybod
(@binarybod)
Reputable Member
Joined: 18 years ago
Posts: 272
 

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 this site popped up which contains a reference to some Visual Basic code that uses the same string I mentioned above to poll the hard drives for their geometry. I'm feeling a bit more confident about my suggestion now )


   
ReplyQuote
(@mscotgrove)
Prominent Member
Joined: 17 years ago
Posts: 940
 

I get drive handles with "\\\\.\\PHYSICALDRIVE1" or "\\\\.\\A"

where number letter change for each drive


   
ReplyQuote
Share: