Description
Get volume information: used space, available space, and unusable bytes on volume.
Format
| Offset | Size | Frame Field | Description |
|---|---|---|---|
5 |
8-bit |
File System Command |
Volume Info - 0x40 |
6-n |
variable |
Volume Name |
Name of volume to report on. Currently /flash is the only supported value. |
Success Response
| Offset | Size | Frame Field | Description |
|---|---|---|---|
5 |
8-bit |
File System Command |
Volume Info - 0x40 |
6 |
8-bit |
Status |
Success - 0x00 |
7 |
32-bytes |
Used Bytes |
Used space on volume. |
11 |
32-bytes |
Free Bytes |
Available space on volume. |
15 |
32-bytes |
Bad Bytes |
Unusable bytes on volume. |