System\CIM_MountedElement.mof.mof (HTML version)

Return to index
CIM_MountedElement Superclass: CIM_AttachedElement
An association derived from AttachedElement for use in attaching a FileSystem to a LogicalFile (or Directory). The semantics of this relationship require that the SystemElement LogicalFile be contained by a FileSystem (via the FileStorage association) that is different from the FileSystem referenced as the SameElement. The LogicalFile's containing FileSystem could be either local or remote. For example, a LocalFileSystem on a Solaris ComputerSystem can mount on its LogicalFile a FileSystem accessed via the machine's CDROM drive, i.e., another LocalFileSystem. On the other hand, in a 'remote' case, the LogicalFile must be surfaced in the namespace of the local host appropriately.
Qualifiers:Experimental Version ( "2.8.1000" ) Association
Parameters (local in grey)
Max ( 1 )
Override ( "SameElement" )
CIM_LogicalElement REF SameElement ;
The FileSystem that is being made available using the SystemElement as a surrogate.
Override ( "SystemElement" )
CIM_LogicalElement REF SystemElement ;
The LogicalFile that the SameElement (a FileSystem) will be attached to and that will provide access to the SameElement.