# Functions
Mount attaches the fsType file system at path.
MoveMount moves a mount from oldPath to newPath.
SameFilesystem returns true if both paths reside in the same filesystem.
SwitchRoot makes newRootDir the new root directory of the system.
Unmount detaches any file system mounted at path.
# Interfaces
Mounter is an object that can be mounted.