How to programmatically get info about storage drives in linux? (C# MONO)

Posted by DxCK on Stack Overflow See other posts from Stack Overflow or by DxCK
Published on 2010-03-20T12:33:16Z Indexed on 2010/03/20 12:41 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

I need programmatically get all storage drives available in a linux system with the following fields:

  • Path
  • File System (FAT32, NTFS, etc)
  • Containing Physical Disk

It need to support all common storage types: hard disks, Disk-On-Keys, CdRom, Dvd, etc.

How to do this from C# to run well from MONO?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET