Tagged Questions

3
votes
2answers
323 views

Determine what physical hard drive a file is on?

How can I find the physical drive a file/directory is located on. I want to compare 2 files and if they are on two separate drives, then I can speed up the compare by reading both simultaneously. ...
0
votes
0answers
121 views

Jna Java List of All Physical Disk and their Partition

can anyone help me to obtain a list of all physical disk with their partition? Can anyone publish a piece of code to do it or tell me all the step to do this? I know that there are already some ...
0
votes
0answers
57 views

IO with physical disk in Ring0

How do I write and read data from physical disk (can be HDD or SSD - i. e. the code should be abstracted of CHS, I know LBA can do) in Windows within Ring0? I need to be able to write or read exact ...