DISK_SETTINGS Structure

Structure for storage media on the hardware

typedef struct __declspec (align(2))
{
   uint8_t disk_layout;
   uint8_t disk_format;
   uint32_t disk_enables;
   uint32_t rsvd0;
   uint32_t rsvd1;
}DISK_SETTINGS;

Remarks

ItemDescription

disk_layout

Reads the layout of the memory media 0=Spanned, 1=RAID0, 2=RAID1, 3=RAID5, 4=Individual

disk_format

Reads the format of the configured disk 0=Unknown, 1=FAT32, 2=exFAT

disk_enables

Not Defined

rsvd0

Reserved

rsvd1

Reserved

Last updated