How to programmatically get info about storage drives in linux? (C# MONO)
- by DxCK
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?