Function nc::mount

source ยท
pub unsafe fn mount<P: AsRef<Path>>(
    fs_type: P,
    dir_name: P,
    flags: i32,
    data: usize
) -> Result<(), Errno>
Expand description

Mount filesystem.