package mount
import "github.com/containerd/nydus-snapshotter/pkg/utils/mount"
Index ¶
- func IsMountpoint(path string) (bool, error)
- func NormalizePath(path string) (realPath string, err error)
- func WaitUntilUnmounted(path string) error
- type Interface
- type Mounter
Functions ¶
func IsMountpoint ¶
return value `true` means the path is mounted
func NormalizePath ¶
func WaitUntilUnmounted ¶
Types ¶
type Interface ¶
type Mounter ¶
type Mounter struct { }
func (*Mounter) Umount ¶
Source Files ¶
- Version
- v0.15.2 (latest)
- Published
- May 26, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 day ago –
Tools for package owners.