module Crysco::Mount
Defined in:
mount.crClass Method Summary
- .mktempdir(dir : Path | Nil = nil) : Path | Nil
- .mount(source : Path | Nil, target : Path, flags : Syscalls::MountFlags) : Bool
- .mount_proc(target : Path) : Bool
- .pivot_root(new_root : Path, put_old : Path) : Bool
- .set(mnt : Path, hostname : String, use_overlay : Bool) : Bool
- .unmount(path : Path) : Bool
Class Method Detail
def self.mount(source : Path | Nil, target : Path, flags : Syscalls::MountFlags) : Bool
#