# Functions
NewFS returns a new FS mounted under the given mountPoint.
# Constants
DefaultConfigfsMountPoint is the common mount point of the configfs.
DefaultProcMountPoint is the common mount point of the proc filesystem.
DefaultSysMountPoint is the common mount point of the sys filesystem.
# Type aliases
FS represents a pseudo-filesystem, normally /proc or /sys, which provides an interface to kernel data structures.