module

Crysco::Mount

Class methods

mktempdir(dir : Path | Nil = nil) : Path | Nil
Source
mount(source : Path | Nil, target : Path, flags : Syscalls::MountFlags) : Bool
Source
mount_proc(target : Path) : Bool
Source
pivot_root(new_root : Path, put_old : Path) : Bool
Source
set(mnt : Path, hostname : String, use_overlay : Bool) : Bool
Source
unmount(path : Path) : Bool
Source