# Functions

No description provided by the author
GetDeviceNameFromMount finds the device name and reference count of given a mount point from /proc/mounts.
GetMountRefs finds all other references to the device referenced by mountPath; returns a list of paths.
No description provided by the author
No description provided by the author
IsNotMountPoint determines if a directory is a mountpoint.
New returns a mount.Interface for the current system.
No description provided by the author
PathExists returns true if the specified path exists.
UnmountPath is a common unmount routine that unmounts the given path and deletes the remaining directory if successful.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Mounter provides the default implementation of mount.Interface for the linux platform.
MountPoint represents a single line in /proc/mounts or /etc/fstab.
SafeFormatAndMount probes a device to see if it is formatted.

# Interfaces

No description provided by the author