mount

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CouldNotOpenFile

func CouldNotOpenFile(path string, err error) error

func IsFileSystemSupported

func IsFileSystemSupported(fsType string) (bool, error)

IsFileSystemSupported checks if given fs is supported by the running kernel

func SearchMountpointFromHost added in v0.20.0

func SearchMountpointFromHost(fstype string, search string) (string, error)

SearchMountpointFromHost returns the last mountpoint for a given filesystem type containing a searchable string. It confirms the mount originates from the root file system.

func UnmountedDirNotEmpty

func UnmountedDirNotEmpty(dir string) error

Types

type MountHostOnce added in v0.20.0

type MountHostOnce struct {
	// contains filtered or unexported fields
}

MountHostOnce will make sure a given source and filesystem type are mounted just once: it will check if given source and fs type are already mounted, and given from the host filesystem, and if not, it will mount it (in a temporary directory) and manage it (umounting at its destruction). If already mounted, the filesystem is left untouched at object's destruction.

func NewMountHostOnce added in v0.20.0

func NewMountHostOnce(source, fstype, data, where string) (*MountHostOnce, error)

func (*MountHostOnce) GetMountpoint added in v0.20.0

func (m *MountHostOnce) GetMountpoint() string

func (*MountHostOnce) IsMounted added in v0.20.0

func (m *MountHostOnce) IsMounted() bool

func (*MountHostOnce) Mount added in v0.20.0

func (m *MountHostOnce) Mount() error

func (*MountHostOnce) Umount added in v0.20.0

func (m *MountHostOnce) Umount() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL