See Also: UnixDriveInfo Members
The Mono.Unix.UnixDriveInfo class presents information about a Unix mount point or special file. It allows basic querying about the filesystem
Information provided this type may not be valid for any significant period of time, due to potential race conditions with other processes running on the system or because of other actions being performed within the current process.
The only gurantee is that the information provided was valid at some point in time, or an InvalidOperationException will be thrown when attempting to access the provided information.
Check the individual method and property documentation to determine if and when an exception will be thrown.