Versions in this module Expand all Collapse all v0 v0.8.1 Feb 18, 2014 v0.8.0 Feb 5, 2014 Changes in this version + func ForceMount(device, target, mType, options string) error + func ForceUnmount(target string) (err error) + func Mount(device, target, mType, options string) error + func Mounted(mountpoint string) (bool, error) + func Unmount(target string) error + type MountInfo struct + Fstype string + Id int + Major int + Minor int + Mountpoint string + Opts string + Parent int + Root string + Source string + VfsOpts string + func GetMounts() ([]*MountInfo, error)