Table of information for files in a Flash partition.
The indexes of the table are hwFlhIndex, hwFlhPartIndex, hwFlhFileIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.9.1.1.4.2.1.1.1 |
hwFlhFileIndex |
Integer32{(1,2147483647)} |
not-accessible |
The index of the table . |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.9.1.1.4.2.1.1.2 |
hwFlhFileName |
OCTET STRING{(1,255)} |
read-only |
A valid file name supported by the file system. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.9.1.1.4.2.1.1.3 |
hwFlhFileSize |
Integer32 |
read-only |
The file size in bytes, which doesn't include the file header of filesystem. The minimum value of it will be 1. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.9.1.1.4.2.1.1.4 |
hwFlhFileStatus |
INTEGER{deleted(1),invalidChecksum(2),valid(3)} |
read-only |
The status maybe follows: deleted(1):The file is in recycle. checksumWrong(2):The checksum of file is invalid; valid(3):A valid file. |
The actually supported value range is deleted(1);valid(3). |
1.3.6.1.4.1.2011.6.9.1.1.4.2.1.1.5 |
hwFlhFileChecksum |
OCTET STRING |
read-only |
The file checksum located in the header of file. |
The value is fixed at " ". |