How to recognize external hard drive from all local drives in .NET Framework?
Posted
by biajee
on Stack Overflow
See other posts from Stack Overflow
or by biajee
Published on 2010-04-19T21:00:34Z
Indexed on
2010/04/19
21:03 UTC
Read the original article
Hit count: 198
I've already tried System.IO.DriveType. But it only provides to me with the information of whether it's a removable drive such as floppy disc or a USB flash drive. And a USB external hard drive will be recognized as a local non-removable drive in this case.
Furthermore, since there are more than one kinds of external hard drive, for example, USB and IEEE 1394. It's really hard to figure it out from ports.
Any information will be appreciated.
© Stack Overflow or respective owner