cdrom

package
v2.367.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CDUtil

type CDUtil interface {
	GetFilesContents(fileNames []string) (contents [][]byte, err error)
	GetBlockDeviceSize() (size uint64, err error)
}

func NewCdUtil

func NewCdUtil(settingsMountPath string, fs boshsys.FileSystem, cdrom Cdrom, logger boshlog.Logger) CDUtil

type Cdrom

type Cdrom interface {
	WaitForMedia() (err error)
	Mount(mountPath string) (err error)
	Unmount() (err error)
	Eject() (err error)
}

type LinuxCdrom

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

func NewLinuxCdrom

func NewLinuxCdrom(devicePath string, udev boshudev.UdevDevice, runner boshsys.CmdRunner) (cdrom LinuxCdrom)

func (LinuxCdrom) Eject

func (cdrom LinuxCdrom) Eject() (err error)

func (LinuxCdrom) Mount

func (cdrom LinuxCdrom) Mount(mountPath string) (err error)

func (LinuxCdrom) Unmount

func (cdrom LinuxCdrom) Unmount() (err error)

func (LinuxCdrom) WaitForMedia

func (cdrom LinuxCdrom) WaitForMedia() (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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