The properties of Mono.Unix.UnixDriveInfo are listed below. For a list of all members, see the UnixDriveInfo Members list.
See Also: Inherited members from System.Object
[read-only] AvailableFreeSpace long. Gets the available free space for the drive. [read-only] DriveFormat string. Retrieves the file system format of the mountPoint volume. [read-only] DriveType UnixDriveType. Gets the drive type. [read-only] IsReady bool. Returns a bool indicating whether the specified mount point is connected and queryable. [read-only] MaximumFilenameLength long. Gets the maximum filename length. [read-only] Name string. Gets the mount point. [read-only] RootDirectory UnixDirectoryInfo. Gets information about the mount point directory. [read-only] TotalFreeSpace long. Gets the total free space on the volume. [read-only] TotalSize long. Gets the total size of the Unix volume. [read-only] VolumeLabel string. Gets the block device name.