| Id |
| Disk partition number. Directory path is /disk0..n Range: 0 to 255 |
| DevName |
| Diskname and the alternative directory path. format: driver-devicenumber-partitionnumber e.g. ifl-0-0 (for internal flash device) Length: 0 to 32 |
| DevInfo |
| Device hardware information. e.g. IN28F032 Length: 0 to 255 |
| Status |
| Disk status flags Enumerations: - inserted (0)
- mounted (1)
- readonly (2)
- error (7)
|
| Command |
| Execute disk command mount: mount disk umount: umount disk to eject format: format whole disk (set together with FsType/Version) Enumerations: - none (0)
- mount (1)
- umount (2)
- format (3)
|
| FsType |
| Disk filesystem type. fat12 : FAT12 fat16 : FAT16 fat32 : FAT32 Enumerations: - unkown (0)
- fat12 (1)
- fat16 (2)
- fat32 (3)
|
| Size |
| Total disk size in kBytes. |
| Blocks |
| Number of disk/partition blocks (blocksize 512 bytes). |
| FreeBlocks |
| Number of free blocks. |
| InfoMsg |
| Last informational message. E.g. performed cmd message or occured error. Length: 0 to 255 |