I want to retrieve the list of fixed disks in a system. But C#s GetDrives Fixed Drives are including plug USB Harddisks.
Any idea how I may detect that a fixed Drive is not an USB harddisk or vica versa?
Ciao Ephraim
|
I want to retrieve the list of fixed disks in a system. But C#s GetDrives Fixed Drives are including plug USB Harddisks. Any idea how I may detect that a fixed Drive is not an USB harddisk or vica versa? Ciao Ephraim
| |||
feedback
|
|
Solution nicked from http://stackoverflow.com/questions/450009/how-to-get-serial-number-of-usb-stick-in-c :
| |||||
feedback
|
|
use DriveType to detect the type of the drive:
EDIT1: check the following link: How do I detected whether a hard drive is connected via USB? | |||||
feedback
|