MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / Mount

Method Mount

platform/disk/mounter_interface.go:6–6  ·  view source on GitHub ↗
(partitionPath, mountPoint string, mountOptions ...string)

Source from the content-addressed store, hash-verified

4
5type Mounter interface {
6 Mount(partitionPath, mountPoint string, mountOptions ...string) (err error)
7 MountTmpfs(mountPoint string, size string) (err error)
8 MountFilesystem(partitionPath, mountPoint, fstype string, mountOptions ...string) (err error)
9 Unmount(partitionOrMountPoint string) (didUnmount bool, err error)

Callers 3

GetFilesContentsMethod · 0.65

Implementers 3

linuxMounterplatform/disk/linux_mounter.go
linuxBindMounterplatform/disk/linux_bind_mounter.go
FakeMounterplatform/disk/diskfakes/fake_mounter.g

Calls

no outgoing calls

Tested by

no test coverage detected