MIB Viewer

file-system-set-system-partition-writeable

OBJECT-TYPE
1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.6
Access
read-write
Status
current
Sub-identifiers
0
This object allows the system partition to be written to. It consists of a C structure containing the following fields: typedef struct { ubyte password[8]; ubyte volumenumber; } fs_writeable_system_partition_t; which is described below: Bytes 0 - 7: contain the password Byte 8 : is the volume number MAX-ACCESS to this command is controlled by the password. If the password supplied is incorrect the command will fail. The volumenumber is a volume number of an existing system partition. Additional information: Returns <noSuchName> status if attempting to access this object and there is no storage device is installed. Returns <badValue> if the password is incorrect or if the volume requested is not present.
OCTET STRING