[go: up one dir, main page]

mount

Function mount 

Source
pub fn mount<'a, Source: Arg, Target: Arg, Fs: Arg, Data: Into<Option<&'a CStr>>>(
    source: Source,
    target: Target,
    file_system_type: Fs,
    flags: MountFlags,
    data: Data,
) -> Result<()>
Available on crate feature mount only.
Expand description

mount(source, target, filesystemtype, mountflags, data)

ยงReferences