module Crysco::Mount

Defined in:

mount.cr

Class Method Summary

Class Method Detail

def self.mktempdir(dir : Path | Nil = nil) : Path | Nil #

[View source]
def self.mount(source : Path | Nil, target : Path, flags : Syscalls::MountFlags) : Bool #

[View source]
def self.mount_proc(target : Path) : Bool #

[View source]
def self.pivot_root(new_root : Path, put_old : Path) : Bool #

[View source]
def self.set(mnt : Path, hostname : String, use_overlay : Bool) : Bool #

[View source]
def self.unmount(path : Path) : Bool #

[View source]