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

Method Unmount

platform/disk/mounter_interface.go:9–9  ·  view source on GitHub ↗
(partitionOrMountPoint string)

Source from the content-addressed store, hash-verified

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)
10
11 RemountAsReadonly(mountPoint string) (err error)
12 Remount(fromMountPoint, toMountPoint string, mountOptions ...string) (err error)

Callers 4

UnmountMethod · 0.65
unmountMethod · 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