Skip to main content

mount

Function mount 

Source
pub fn mount<FS: Filesystem, P: AsRef<Path>>(
    fs: FS,
    mountpoint: P,
    options: &[MountOption],
    num_threads: ThreadCount,
) -> Result<()>
Expand description

Mount the given filesystem to the given mountpoint. This function will not return until the filesystem is unmounted.