Class Server.FilesystemReport
java.lang.Object
com.aoindustries.aoserv.client.linux.Server.FilesystemReport
- Enclosing class:
Server
-
Method Details
-
getMountPoint
-
getDevice
-
getBytes
public long getBytes() -
getUsed
public long getUsed() -
getFree
public long getFree() -
getUse
public byte getUse() -
getInodes
-
getInodesUsed
-
getInodesFree
-
getInodeUse
-
getFsType
-
getMountOptions
-
getExtState
-
getExtMaxMount
-
getExtCheckInterval
-
getConfigMessage
Checks that this filesystem matches the expected configuration for aServer
.- Returns:
- the message describing the configuration warning or
null
if all configs OK.
-
isClean
public boolean isClean()Checks that this filesystem is in a clean state and does not require any corrective action.
-