Function nc::fmount

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

Mount filesystem.