Function fuse_mt::mount

source ·
pub fn mount<FS: Filesystem, P: AsRef<Path>>(
    fs: FS,
    mountpoint: P,
    options: &[&OsStr]
) -> Result<()>
Expand description

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