Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of file system that is on the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum DriveFileSystemType
public enum class DriveFileSystemType
Public Enumeration DriveFileSystemType
Members
Member name | Description | |
---|---|---|
CDFS | Indicates that a CDFS file system is used on the drive. |
|
CSVFS | Indicates that a CSVFS file system is used on the drive. |
|
EXFAT | Indicates that an EXFAT file system is used on the drive. |
|
FAT | Indicates that a FAT file system is used on the drive. |
|
FAT32 | Indicates that a FAT32 file system is used on the drive. |
|
NTFS | Indicates that a NTFS file system is used on the drive. |
|
Raw | Indicates that a Raw file system is used on the drive. |
|
REFS | Indicates that a REFS file system is used on the drive. |
|
UDF | Indicates that a UDF file system is used on the drive. |
|
Unknown | Indicates that the file system is unknown for the drive. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top