|
|
Description:
|
volumeStatus OBJECT-TYPE
SYNTAX INTEGER {
unformatted(1),
mounted(2),
formatted(3),
needsChecking(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the volume.
unformatted(1) - the volume does NOT contain a filesystem.
mounted(2) - the volume contains a file system and may
be being accessed by users.
formatted(3) - the volume contains a filesystem, but is
not accessible by users as it is not
mounted.
needsChecking(4) - the filesystem has some errors and cannot
be mounted. Its must be checked and fixed
before it can be accessed by users."
|
|
|
|