# Functions
GetDeviceNameFromMount: given a mnt point, find the device from /proc/mounts returns the device name, reference count, and error code.
GetMountRefs finds all other references to the device referenced by mountPath; returns a list of paths.
No description provided by the author
New returns a mount.Interface for the current system.
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.
# Constants
No description provided by the author
# Structs
Mounter provides the default implementation of mount.Interface for the linux platform.
This 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